[jboss-jira] [JBoss JIRA] (WFLY-2259) JSESSIONID in URL should be lowercase

Christian Kaltepoth (JIRA) jira-events at lists.jboss.org
Tue Oct 8 12:03:03 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12812342#comment-12812342 ] 

Christian Kaltepoth commented on WFLY-2259:
-------------------------------------------

I think this will also fix WFLY-2251, because an URL like this works:

https://localhost/your_app_context/your_servlet_mapping;JSESSIONID=whatever

But this one doesn't:

https://localhost/your_app_context/your_servlet_mapping;jsessionid=whatever

                
> JSESSIONID in URL should be lowercase
> -------------------------------------
>
>                 Key: WFLY-2259
>                 URL: https://issues.jboss.org/browse/WFLY-2259
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>    Affects Versions: 8.0.0.Beta1
>            Reporter: Christian Kaltepoth
>            Assignee: Stuart Douglas
>
> I know this looks like a very minor thing, but this was causing trouble for me in some integration tests, so I think I should bring it up here.
> Wildfly appends *{{JSESSIONID}}* instead of *{{jsessionid}}* to the URL when encoding the session id (uppercase instead of lowercase). IMHO the spec requires it to be lowercase.
> From Servlet 3.1 spec:
> {quote}
> *7.1.3 URL Rewriting*
> The session ID must be encoded as a path parameter in the URL string. The name of the parameter must be jsessionid. Here is an example of a URL containing encoded path information:
> {code}http://www.myserver.com/catalog/index.html;jsessionid=1234{code}
> {quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list