I have defined a jax-rs service that accepts a string value as one of the path parameters using CXF 2.1. I have deployed this in Tomcat 5.5. I have configured Tomcat so that it will accept encoded forward and back slash arguments (ex: Good%5Cmorning). However when I try to submit a string with either an encoded forward or backward slash, I always get an HTTP 500 error with a service error stating - No operation matching request path exception on server. CXF seems to interpret the 1 param as 2 request parameters - Good/Morning in the example I mentioned earlier. Is it possible to configure CXF to interpret the encoded slash as a part of a single string parameter.
Thanks Sriram -- View this message in context: http://www.nabble.com/Slashes-in-request-parameters-for-a-JAX-RS-service-tp19962878p19962878.html Sent from the cxf-user mailing list archive at Nabble.com.
