Phill Ashworth created WICKET-4562:
--------------------------------------
Summary: 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