Hi,
we are using Jersey for a new REST application over Oracle IAS 10.1.3.3 and everything is working fine.
The only problem is that we are having and issue with matrix parameters that always return a "null" value.
We have tested it using @MatrixParam, PathSegment and @Context and non of them returns any value.
By the way, we have deployed the same app in both Tomcat and Jetty and it works flawlessly.
Is there any issue with matrix parameters with Oracle IAS?
Thanks in advance.