I have set the property search.lax.property.match in my xml file (assuming
that it is a boolean property)
<jaxrs:server id="services" address="/">
<jaxrs:properties>
<entry key="ignore.matrix.parameters" value="true" />
<entry key="search.lax.property.match" value="true" />
</jaxrs:properties>
</jaxrs:server>
but it does not work. I still get the same exceptions. I tried both true and
false but nothing.
Am I doing anything wrong?
--
View this message in context:
http://cxf.547215.n5.nabble.com/Where-to-put-contextual-property-ignore-matrix-parameters-true-tp5730881p5730918.html
Sent from the cxf-user mailing list archive at Nabble.com.