• Phillip Webb's avatar
    Fix JSP EL support with Tomcat · 13b6301c
    Phillip Webb authored
    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
    13b6301c
pom.xml 2.14 KB