users@jersey.java.net

Re: [Jersey] semicolon in path param

From: Conal Tuohy <conal.tuohy_at_versi.edu.au>
Date: Fri, 30 Jul 2010 11:00:24 +1000

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