Re: [ 2.7.15] Matrix parameter followed by query parameter are merged?

2016-04-07 Thread Sergey Beryozkin
Just double checked that using WebClient directly (in that test I pointed out to) works as well. So IMHO the problem is somewhere at the lower level. Sergey On 07/04/16 12:24, Sergey Beryozkin wrote: Hi One thing I'd like to point out - CXF checks the matrix parameters on the request URI,

Re: [ 2.7.15] Matrix parameter followed by query parameter are merged?

2016-04-07 Thread Sergey Beryozkin
Hi One thing I'd like to point out - CXF checks the matrix parameters on the request URI, obtained from: (HttpServletRequest)req.getRequestURI(); which must not return the query part. So the source of the problem is that either: - the container mistakenly returns the query as part of the