Hi all,

>From what I know, matrix parameters are supposed to be
resource-specific - i.e. I should be able to do things like
/resource;a=foo/nestedResource;b=bar

I should even be able to do
/resource;a=foo/nestedResource;a=bar
i.e. use the same matrix param name "a", without "bar" overriding
"foo", because "foo" only relates to resource and "bar" only to
nestedResource

Now, how would the implementation for that look like in cxf?
How  can you deal with a request like that, that basically has
"namespaces" for each resource's parameters?

Is there a page on the docs that explains it that I missed?

Brgrds,
Christian

Reply via email to