0 Replies Latest reply on May 12, 2015 6:03 PM by channell

    Denoting JSP Documents Undertow

    channell


      Hi,

       

      I'm using Wildfly 8.2. I have a web application that uses *.jspx as a standard JSP instead of a JSP xml document.

       

      I added a jsp-config tag to my web.xml:

       

      <jsp-config>

         <jsp-property-group>

              <url-pattern>*.jspx</url-pattern>

              <is-xml>false</is-xml>

         </jsp-property-group>

      </jsp-config>

       

      After deploying with the above change, Wildfly is still treating the home.jspx as an JSP document.

       

      Any ideas?

       

      Thanks,

      Lamar