2 Replies Latest reply on Dec 4, 2015 10:01 AM by trepel

    Different behavior of jsp:include in WildFly 10.0.0.CR4 and EAP 7.0.0.ER2

    trepel

      Hi, I have noticed that jsp:include behaves differently in EAP 7.0.0.ER2 than in WildFly 10.0.0.CR4.

       

      To reproduce this, use kitchensink-jsp quickstart [1] and in index.jsp replace

       

      <%@ include file="registrationForm.jsp"%>
      
      

       

      with

       

      <jsp:include page="./registrationForm.jsp"/>
      
      

       

      With this modification the quickstart no longer works on EAP 7.0.0.ER2 but it still works on WildFly 10.0.0.CR4. Is it a bug?

       

      Thanks for your replies,

      Tomas

       

      [1] jboss-eap-quickstarts/kitchensink-jsp at 7.0.x-develop · jboss-developer/jboss-eap-quickstarts · GitHub