[ 
https://issues.apache.org/jira/browse/WICKET-1534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618865#action_12618865
 ] 

Igor Vaynberg commented on WICKET-1534:
---------------------------------------

we cannot put every conceivable convenience into the framework. the code would 
grow too large and unmanageable for us, we are a small team.

it is our job to provide you with a framework that is both concise and flexible 
enough for you to extend it and implement features you need. this is actually 
demonstrated by this patch which required no modification of wicket itself to 
implement this new feature.

if you find it useful then feel free to start a wicket stuff project and 
maintain and grow it there.

> Allow multiple URL coding strategies on the same mount path
> -----------------------------------------------------------
>
>                 Key: WICKET-1534
>                 URL: https://issues.apache.org/jira/browse/WICKET-1534
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.3.3
>            Reporter: Erik van Oosten
>            Assignee: Igor Vaynberg
>             Fix For: 1.4-M3
>
>         Attachments: VersatileWebRequestCodingStrategy.java
>
>
> It is currently not possible to mount multiple URL coding strategies on the 
> same mount path. However, in combination with method #matches(String urlPath) 
> this would be quite easy to accomplish in a backward compatible way.
> Please find attached a class that can be used instead of 
> WebRequestCodingStrategy.

-- 
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