[jboss-jira] [JBoss JIRA] (WFLY-6044) Relative path names in jsp includes do not resolve properly
Tomaz Cerar (JIRA)
issues at jboss.org
Thu Jan 21 12:05:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar updated WFLY-6044:
------------------------------
Component/s: Web (Undertow)
> 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
> Components: Web (Undertow)
> Affects Versions: 10.0.0.CR5
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
> Priority: Blocker
> Fix For: 10.0.0.Final
>
>
> 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/kitchensink-jsp
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list