You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/09/12 11:41:35 UTC

[jira] Resolved: (WICKET-3032) WebApplication#mountBookmarkablePage with unicode path not works.

     [ https://issues.apache.org/jira/browse/WICKET-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3032.
-------------------------------------

    Fix Version/s: 1.4.12
       Resolution: Fixed

Fixed with r996277 in Wicket 1.4.x.
Works fine already in Wicket 1.5.

> WebApplication#mountBookmarkablePage with unicode path not works.
> -----------------------------------------------------------------
>
>                 Key: WICKET-3032
>                 URL: https://issues.apache.org/jira/browse/WICKET-3032
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.10
>         Environment: Win XP, Tomcat 5.5, Java 1.6
>            Reporter: Igor Azarny
>            Assignee: Martin Grigorov
>             Fix For: 1.4.12
>
>         Attachments: 3032.zip
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 404 error if bookmarkable page mounted with unicode path.
>    protected void init() {
>         getMarkupSettings().setDefaultMarkupEncoding("UTF-8");
>         mountBookmarkablePage("/страница2", Page2.class);   // Will not works because of unicode path
>    }
> Need changes in AbstractRequestTargetUrlCodingStrategy constructor mountPath must be encoded. 

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