You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Joonas Koivunen (JIRA)" <ji...@apache.org> on 2010/11/10 11:31:18 UTC

[jira] Commented: (WICKET-2600) Redirect to home page still does not work (regression)

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

Joonas Koivunen commented on WICKET-2600:
-----------------------------------------

For some odd reason were started just now hitting this bug (or alike one) using wicket-1.4.13 with IE 8 version 8.0.6001.18702 (latest available for XP at the moment). I "fixed it" by mounting homepage to /home.

IE8 got a 302 (by our code throwing a RestartResponseAtInterceptPageException(getApplication().getHomePage())) to "Location: http://server/."; it was parsed as "http://server" in the location bar, but the request made was "GET http://server/." which 404's.

FF 3.6 does not have this problem.



> Redirect to home page still does not work (regression)
> ------------------------------------------------------
>
>                 Key: WICKET-2600
>                 URL: https://issues.apache.org/jira/browse/WICKET-2600
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.7, 1.4.4, 1.5-M1
>            Reporter: Erik van Oosten
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.5, 1.5-M1
>
>         Attachments: WICKET-2600.patch
>
>
> It is still not possible to redirect to the home under all circumstances with Tomcat + IE (6, 7 and 8).
> WICKET-847 fixed a problem by removing any "./" at the start of the redirect URL.
> WICKET-1916 undid this for redirect URLs that are exactly equal to "./".
> The latter fix is not correct, IE can not redirect to "./".
> The correct addition to WICKET-847 would be to redirect to ".". See patch.

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