[
https://issues.jboss.org/browse/WFLY-3385?page=com.atlassian.jira.plugin....
]
Gael Marziou edited comment on WFLY-3385 at 8/8/14 2:35 AM:
------------------------------------------------------------
I'm concerned that this bug may not be reviewed anymore by team because it is marked
as resolved so maybe opening a new one against undertow may help to raise visibility too.
This NPE happens on a line that was changed in June.
According to SessionListenerBridge.java's history, this NPE should not occur in
1.1.0.Beta3
was (Author: gmarziou):
I'm concerned that this bug may not be reviewed anymore by team because it is marked
as resolved so maybe opening a new one against undertow may help to raise visibility too.
This NPE happens on a line that was changed in June.
According to this SessionListenerBridge.java history, this NPE should not occur in
1.1.0.Beta3
when using jsp:include the jsp:param being encoded at the included
jsp
----------------------------------------------------------------------
Key: WFLY-3385
URL:
https://issues.jboss.org/browse/WFLY-3385
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web (Undertow)
Affects Versions: 8.1.0.CR2
Reporter: roy mizrachi
Assignee: Stuart Douglas
Fix For: 9.0.0.Beta1
I have JSP A that includes JSP B like this:
<jsp:include page="../anotherFolder/B.jsp">
<jsp:param name="pathToRootContext" value='../' />
</jsp:include>
In JSP B i have the following:
String pathToRootContext = request.getParameter("pathToRootContext");
The value i get in the pathToRootContext is "..%2f"
I tried the following but it didn't help:
<servlet-container name="default" default-encoding="UTF-8">
<jsp-config development="true"
java-encoding="UTF-8"/>
</servlet-container>
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)