Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P04
-
Fix Version/s: EE-1.8.2.GA_P05
-
Component/s: Framework
-
Labels:None
-
Environment:Tomcat 6.0.35, Tomcat 7.0.14, JSF 1.2, Chrome, FF, IE
-
Assignee Priority:P2
Description
When there are a jsessionId in param path url, the response is a 404 on tomcat 6.0.35 and Tomcat 7.0.14
To reproduce deploy attached sample application (archived in 2 parts) and deactivate cookies in your browser to force url rewriting with jsessionid's.
Go to /pages/p1.jspx and click on a link.
Similar issue was reported on our forum over here:
http://jforum.icesoft.org/JForum/posts/list/19870.page
To reproduce deploy attached sample application (archived in 2 parts) and deactivate cookies in your browser to force url rewriting with jsessionid's.
Go to /pages/p1.jspx and click on a link.
Similar issue was reported on our forum over here:
http://jforum.icesoft.org/JForum/posts/list/19870.page
A couple of points to note:
1) This only appears to be affecting navigation.
2) It only affects <redirect/> style navigation - removing the redirect allows the links to work.