You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Mike Rheinheimer (JIRA)" <ji...@apache.org> on 2010/07/23 16:02:03 UTC

[jira] Closed: (WINK-214) UriTemplateMatcher should tolerate empty @PathParam segments

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

Mike Rheinheimer closed WINK-214.
---------------------------------


> UriTemplateMatcher should tolerate empty @PathParam segments
> ------------------------------------------------------------
>
>                 Key: WINK-214
>                 URL: https://issues.apache.org/jira/browse/WINK-214
>             Project: Wink
>          Issue Type: Bug
>          Components: Common
>    Affects Versions: 1.0
>            Reporter: Mike Rheinheimer
>            Assignee: Bryant Luk
>             Fix For: 1.0
>
>         Attachments: WINK_214.patch
>
>
> If a @Path is specified as such:
> @Path("/first{firstParams:.*}/second{secondParams:.*}")
> We should be able to tolerate empty path part of the PathParam.  In other words, if only matrix params are sent, we should tolerate that:
> http://localhost/p/first;name=bob/second;eyes=blue
> Please see patch with test.

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