You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Mihai Dinca-Panaitescu (JIRA)" <ji...@apache.org> on 2012/10/25 09:38:12 UTC

[jira] [Created] (WICKET-4836) Unmount a page does not work if the path starts with /

Mihai Dinca-Panaitescu created WICKET-4836:
----------------------------------------------

             Summary: Unmount a page does not work if the path starts with /
                 Key: WICKET-4836
                 URL: https://issues.apache.org/jira/browse/WICKET-4836
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.5
            Reporter: Mihai Dinca-Panaitescu
            Priority: Minor


After a mountPage("/myPage", MyPage.class) when we want to do unmount we have to do:
unmount("mypage") without a starting / because unmount("/mypage") does not work.

This was seen on version 1.5.5 of Wicket (was not tested on higher versions)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (WICKET-4836) Unmount a page does not work if the path starts with /

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

Martin Grigorov resolved WICKET-4836.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.9
                   6.3.0
         Assignee: Martin Grigorov
    
> Unmount a page does not work if the path starts with /
> ------------------------------------------------------
>
>                 Key: WICKET-4836
>                 URL: https://issues.apache.org/jira/browse/WICKET-4836
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.5
>            Reporter: Mihai Dinca-Panaitescu
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 6.3.0, 1.5.9
>
>
> After a mountPage("/myPage", MyPage.class) when we want to do unmount we have to do:
> unmount("mypage") without a starting / because unmount("/mypage") does not work.
> This was seen on version 1.5.5 of Wicket (was not tested on higher versions)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira