Skip to content

Commit 17363d1

Browse files
committed
Merge branch '2.4.x' into 2.5.x
Closes gh-29076
2 parents 30ebb17 + 1749c89 commit 17363d1

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/WEB-INF

1 file changed

+2
-2
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/WEB-INF/web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
2+
<web-app version="3.1" xmlns="http://java.sun.com/xml/ns/javaee"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee https://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
55

@@ -22,7 +22,7 @@
2222
<url-pattern>/</url-pattern>
2323
</servlet-mapping>
2424

25-
<!-- Disables Servlet Container welcome file handling. Needed for compatibility
25+
<!-- Disables Servlet Container welcome file handling. Needed for compatibility
2626
with Servlet 3.0 and Tomcat 7.0 -->
2727
<welcome-file-list>
2828
<welcome-file></welcome-file>

0 commit comments

Comments
 (0)