You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2010/10/04 21:48:36 UTC

[jira] Created: (WICKET-3092) Strange URL after bookmarkable page link from mounted page to non-mounted page

Strange URL after bookmarkable page link from mounted page to non-mounted page
------------------------------------------------------------------------------

                 Key: WICKET-3092
                 URL: https://issues.apache.org/jira/browse/WICKET-3092
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.12
            Reporter: Sven Meier


Imagine a mounted page ("/home") which has a BookmarkablePageLink to another non-mounted page (SecondPage).
After clicking on the link the browser will show a "strange" URL:

    http://localhost:8080/home?wicket:bookmarkablePage=:bookmarkablelinkurl.SecondPage

IMHO this URL could be improved, because SecondPage has nothing to do with "home".
The attached example shows how in rare circumstances (session expiry) critical bugs can arise from this URL.

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


[jira] Updated: (WICKET-3092) Strange URL after bookmarkable page link from mounted page to non-mounted page

Posted by "Sven Meier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Meier updated WICKET-3092:
-------------------------------

    Attachment: bookmarkablelinkurl.zip

Example application.

> Strange URL after bookmarkable page link from mounted page to non-mounted page
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-3092
>                 URL: https://issues.apache.org/jira/browse/WICKET-3092
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.12
>            Reporter: Sven Meier
>         Attachments: bookmarkablelinkurl.zip
>
>
> Imagine a mounted page ("/home") which has a BookmarkablePageLink to another non-mounted page (SecondPage).
> After clicking on the link the browser will show a "strange" URL:
>     http://localhost:8080/home?wicket:bookmarkablePage=:bookmarkablelinkurl.SecondPage
> IMHO this URL could be improved, because SecondPage has nothing to do with "home".
> The attached example shows how in rare circumstances (session expiry) critical bugs can arise from this URL.

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


[jira] Closed: (WICKET-3092) Strange URL after bookmarkable page link from mounted page to non-mounted page

Posted by "Sven Meier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Meier closed WICKET-3092.
------------------------------

    Resolution: Incomplete

I have investigate the issue further and will open a more precise issue.

> Strange URL after bookmarkable page link from mounted page to non-mounted page
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-3092
>                 URL: https://issues.apache.org/jira/browse/WICKET-3092
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.12
>            Reporter: Sven Meier
>         Attachments: bookmarkablelinkurl.zip
>
>
> Imagine a mounted page ("/home") which has a BookmarkablePageLink to another non-mounted page (SecondPage).
> After clicking on the link the browser will show a "strange" URL:
>     http://localhost:8080/home?wicket:bookmarkablePage=:bookmarkablelinkurl.SecondPage
> IMHO this URL could be improved, because SecondPage has nothing to do with "home".
> The attached example shows how in rare circumstances (session expiry) critical bugs can arise from this URL.

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