Browse Source

Merge branch '3.3.x' into 3.4.x

Closes gh-44358
pull/44380/head
Andy Wilkinson 1 year ago
parent
commit
343d1ea46b
  1. 6
      spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/context/embedded/tomcat/empty-web.xml

6
spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/context/embedded/tomcat/empty-web.xml

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
https://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
</web-app>
Loading…
Cancel
Save