[
https://issues.jboss.org/browse/WFLY-4782?page=com.atlassian.jira.plugin....
]
Stuart Douglas commented on WFLY-4782:
--------------------------------------
Like I said above, EAP is actually violating the letter of the Servlet spec. Undertow,
Tomcat 7 and Jetty both follow it, which is why this does not work. I think this is
actually a Jenkins bug, their code needs to be aware that getRequestURI can contain path
parameters.
;jsessionid= in URL not supported
---------------------------------
Key: WFLY-4782
URL:
https://issues.jboss.org/browse/WFLY-4782
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 9.0.0.CR2
Environment: Linux/jdk1.7/mysql
Reporter: Micheal Delson Nadar
Assignee: Stuart Douglas
Priority: Blocker
I get the below url with jsessionid after logging in my application and get "Not
Found"
http://xxx.yy.xxx.x:pppp/portal/;jsessionid=dDIsgr_KfIXFBmxvClAWbY2Z.wfst...
if i remove the ;jsessionid=dDIsgr_KfIXFBmxvClAWbY2Z.wfstandalone from url then it works
fine...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)