You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jan Jaros (JIRA)" <ji...@apache.org> on 2007/09/24 11:27:50 UTC

[jira] Commented: (WICKET-996) No jsessionid in redirects on Apache Tomcat.

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

Jan Jaros commented on WICKET-996:
----------------------------------

When problem is in Tomcat, search him in calling toAbsolute(location) in method org.apache.catalina.connector.Response.sendRedirect(url). But under Jetty occured other problem: method encodeRedirectURL(url) translate '?abc=def' to ';jsessionid=xyz?abc=def', however './test.jsp?abc=def' != './;jsessionid=xyz?abc=def'...

PS: I´m sorry for my BADLY English ;-)

> No jsessionid in redirects on Apache Tomcat.
> --------------------------------------------
>
>                 Key: WICKET-996
>                 URL: https://issues.apache.org/jira/browse/WICKET-996
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta3
>         Environment: Gentoo Linux, Apache Tomcat 6.0.14, Apache Tomcat 5.5.23
>            Reporter: Jan Jaros
>            Assignee: Matej Knopp
>         Attachments: WebResponse_redirect.patch
>
>
> When redirect URL starts with '?', method HttpServletResponse.encodeRedirectURL not append jsessionid. See patch...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.