You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by cxfuser <vj...@gmail.com> on 2012/01/03 18:23:02 UTC

Any recommendation on use matrix parameters

Hi

I'd like to understand the pros & cons of using Matrix parameters. Any
recommendations?

Thanks


--
View this message in context: http://cxf.547215.n5.nabble.com/Any-recommendation-on-use-matrix-parameters-tp5117453p5117453.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: Any recommendation on use matrix parameters

Posted by Sergey Beryozkin <sb...@gmail.com>.
Hi
On 03/01/12 17:23, cxfuser wrote:
> Hi
>
> I'd like to understand the pros&  cons of using Matrix parameters. Any
> recommendations?
>
Matrix parameters are part of the path component, so for example, 
UriInfo.getAbsoluteURI will report them; the query parameters will not 
be reported by UriInfo.getAbsoluteURI, but by UriInfo.getRequestUri only

It's not +/-, just a note. Using them should work across various 
implementations too

Sergey