You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/01/10 13:52:54 UTC

[jira] [Resolved] (WICKET-4686) MountMapper does not support correctly parameter placeholders

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

Martin Grigorov resolved WICKET-4686.
-------------------------------------

    Resolution: Fixed

Fixed by moving the parsing of mandatory and optional request parameters from MountedMapper to AbstractBookmarkableMapper.

Since MountMapper was not really finished since its introduction in 1.5.0 it is now removed.

> MountMapper does not support correctly parameter placeholders
> -------------------------------------------------------------
>
>                 Key: WICKET-4686
>                 URL: https://issues.apache.org/jira/browse/WICKET-4686
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.7
>            Reporter: Andrea Del Bene
>            Assignee: Martin Grigorov
>             Fix For: 7.0.0
>
>         Attachments: MountPagesIssue.zip
>
>
> Package mounting doesn't support parameter placeholders. The problem seems to be inside MountMapper which should wrap PackageMapper and take care of substituting placeholders with their actual value. 
> More precisely this class doesn't read parameter values from PageParameters and it's not very clear to me how it tries to read these values.
> Does anybody have some hints about this class?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)