[
https://issues.jboss.org/browse/WFLY-6044?page=com.atlassian.jira.plugin....
]
Tomaz Cerar moved JBEAP-2957 to WFLY-6044:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-6044 (was: JBEAP-2957)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Target Release: (was: 7.0.0.GA)
Affects Version/s: 10.0.0.CR5
(was: 7.0.0.ER2 (Beta))
Relative path names in jsp includes do not resolve properly
-----------------------------------------------------------
Key: WFLY-6044
URL:
https://issues.jboss.org/browse/WFLY-6044
Project: WildFly
Issue Type: Bug
Affects Versions: 10.0.0.CR5
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
Priority: Blocker
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
{code}
<%@ include file="registrationForm.jsp"%>
{code}
with
{code}
<jsp:include page="./registrationForm.jsp"/>
{code}
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/kitche...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)