[ 
https://issues.apache.org/jira/browse/WICKET-4873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13530443#comment-13530443
 ] 

flemming boller edited comment on WICKET-4873 at 12/12/12 10:36 PM:
--------------------------------------------------------------------

Hi  

as the #stripJSessionId() is called from within the WicketFilter, I would thing 
it is a good idea to open up for the possibility
to specify the "new" jsessionid name in web.xml.

Could it be done?
                
      was (Author: flbo):
    Hi  

as the #stripJSessionId() is called from within the WicketFilter, I would thing 
it is a good idea to open up for the possibility
to specify the "new" jsessionid name in web.

Could it be done?
                  
> Support different session id parameter
> --------------------------------------
>
>                 Key: WICKET-4873
>                 URL: https://issues.apache.org/jira/browse/WICKET-4873
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Christoph Leiter
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 6.4.0
>
>
> Jetty supports renaming the session id parameter by calling 
> AbstractSessionManager#setSessionIdPathParameterName("sid"). Before 6.2.0 
> this wasn't a problem. But the changes introduced with WICKET-4816 now break 
> this. Urls with /Page;sid=abc return 404 now. Technically it's not really 
> required that Wicket provides a solution for this, because the name jsession 
> id is mandated by the servlet spec, but it would be nice though.

--
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

Reply via email to