HttpsMapper and BookmarkablePageLink
------------------------------------

                 Key: WICKET-3380
                 URL: https://issues.apache.org/jira/browse/WICKET-3380
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5-RC1
            Reporter: Ivan Vasilev


There is a wicket Application which is configured to use HttpsMapper. 
There are two page: TestPage and TestPage2. TestPage uses @RequireHttps, 
TestPage2 doesn't. Each page contains a BookmarkablePageLink to the other one. 
However in this configuration (one with @RequireHttps and one without) the 
links on the pages are pointing to the page they are added to - the link in 
TestPage links to TestPage itself (and not to TestPage2) and vice versa. When 
both of the pages use @RequireHttps or not using it at all the links work 
normally. 

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

Reply via email to