users@jersey.java.net

Re: [Jersey] semicolon in path param

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Fri, 30 Jul 2010 10:02:06 +0200

On Jul 30, 2010, at 3:00 AM, Conal Tuohy wrote:

> On 28/07/10 18:39, Paul Sandoz wrote:
>> In Jersey there is a feature to not strip out the matrix
>> parameters, see:
>>
>> https://jersey.dev.java.net/nonav/apidocs/latest/jersey/com/sun/jersey/api/core/ResourceConfig.html
>> #FEATURE_MATCH_MATRIX_PARAMS
>>
>> There is an error in the JavaDoc (i have just fixed) and it should
>> read:
>>
>> If true matrix parameters (if present) in the request URI path
>> component will *not* be ignored when matching the path to URI
>> templates declared by resource classes.
> I think you still need a "then" after "If true".
>

Thanks, fixed,
Paul.