Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-6044

Relative path names in jsp includes do not resolve properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 10.0.0.Final
    • 10.0.0.CR5
    • Web (Undertow)
    • None

      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 and EAP 7.0.0.Alpha.

      (1) https://github.com/trepel/jboss-eap-quickstarts/tree/7.0.x-develop/kitchensink-jsp

            tomazcerar Tomaž Cerar (Inactive)
            tomazcerar Tomaž Cerar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: