You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Phill Ashworth (JIRA)" <ji...@apache.org> on 2012/05/16 13:49:02 UTC

[jira] [Updated] (WICKET-4562) Incorrect bookmarkable link to home page when using HttpsMapper and named parameter

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

Phill Ashworth updated WICKET-4562:
-----------------------------------

    Attachment: homepagetest.zip

Quickstart attached
                
> Incorrect bookmarkable link to home page when using HttpsMapper and named parameter
> -----------------------------------------------------------------------------------
>
>                 Key: WICKET-4562
>                 URL: https://issues.apache.org/jira/browse/WICKET-4562
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.6
>            Reporter: Phill Ashworth
>         Attachments: homepagetest.zip
>
>
> A page mounted with a named parameter and annotated with @RequireHttps has a bookmarkable link back to the application HomePage, the generated URL is incorrect and links back to the inner page minus the named parameter.
> Inner page mounted with:
> mountPage("/innerpage/${idCode}", InnerPage.class);
> This link results in "/innerpage" and not "/" as would be expected.
> add(new BookmarkablePageLink<Void>("homePageLink", HomePage.class));

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira