You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/08/21 12:17:30 UTC

[jira] Resolved: (WICKET-764) URL mounting + non ASCII parameter + setRedirect generate incorrect relative URLs

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

Jean-Baptiste Quenot resolved WICKET-764.
-----------------------------------------

    Resolution: Duplicate

> URL mounting + non ASCII parameter + setRedirect generate incorrect relative URLs
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-764
>                 URL: https://issues.apache.org/jira/browse/WICKET-764
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>         Environment: Jetty (fails too with Wicket-1.3.0-SNAPSHOT)
>            Reporter: Stéphane Boisson
>         Attachments: PageOne.html, PageTwo.html, PageTwo.java, PageTwo.java, SandboxApplication.java
>
>
> Do not work on 1.3.0-SNAPSHOT, but seems to work with 1.3.0-incubating-SNAPSHOT.. ??
> With an ASCII parameter (URL= http://127.0.0.1:8080/context/app/two/key/aaaa )
> I got <img src="../../../image/logo.png"/>
> With an non ASCII parameter (URL= http://127.0.0.1:8080/context/app/two/key/%C3%A9%C3%A9%C3%A9%C3%A9 )
> I got <img src="../../../../../../image/logo.png"/>
> See attached code for more info

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