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

zlate.tele edited comment on WICKET-996 at 9/24/07 2:36 AM:
-----------------------------------------------------------

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 ;-)
(ale prinejhorsim se muzeme s Matejem Knoppem domluvit cesko-slovensky...)

      was (Author: zlate.tele):
    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.

Reply via email to