[jboss-jira] [JBoss JIRA] (WFLY-4782) ; jsessionid= in URL not supported
Stuart Douglas (JIRA)
issues at jboss.org
Mon Jun 15 06:21:02 EDT 2015
[ https://issues.jboss.org/browse/WFLY-4782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13078896#comment-13078896 ]
Stuart Douglas commented on WFLY-4782:
--------------------------------------
So the issue here is that Jenkins is doing its own mapping using javax.servlet.http.HttpServletRequest#getRequestURI()
The Javadoc for this says:
"Returns the part of this request's URL from the protocol
name up to the query string in the first line of the HTTP request.
The web container does not decode this String.
"
>From the protocol name to the query string implies that it should also include the path parameters, although it is not explicitly stated.
> ;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.wfstandalone
> 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)
More information about the jboss-jira
mailing list