Fix JSP EL support with Tomcat

Fix TomcatEmbeddedServletContainerFactory to set a MERGED_WEB_XML
attribute when JSPs are used. This is required for EL support with
JSPs since Jasper checks the version number in the web.xml. Without
any web.xml Jasper default to disabling EL.

Issue: #55752948
This commit is contained in:
Phillip Webb
2013-08-23 15:23:45 -07:00
parent 1db12f5912
commit f7ce153ff0
8 changed files with 238 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
<module>spring-boot-sample-tomcat</module>
<module>spring-boot-sample-traditional</module>
<module>spring-boot-sample-web-static</module>
<module>spring-boot-sample-web-jsp</module>
<module>spring-boot-sample-web-ui</module>
<module>spring-boot-sample-websocket</module>
<module>spring-boot-sample-xml</module>