-
Bug
-
Resolution: Done
-
Blocker
-
10.0.0.CR5
-
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
- clones
-
JBEAP-2187 Different behavior of jsp:include in WildFly 10.0.0.CR4 and EAP 7.0.0.ER2
- Closed
- is caused by
-
UNDERTOW-616 Resource manager wrongly handles relative paths
- Resolved
- is incorporated by
-
WFCORE-1317 Upgrade undertow to 1.3.15
- Resolved