Hello, 

I've got an issue using the data generated by JsonProvider w/JAX-RS
implementation.

The matter is the string data is not escaped with backslashes but rather
urlencoded.

Though urlencoding the whole json value (serialized Java object) is okay
when sending it out (via HTTP), urlencoding of separate string values
(attributes of the JavaObject) in json doesn't seem to be right.

Is there any way to configure the JsonProvider (default one with CXF) to
escape data instead of urlencoding it?

Thanks,
Dmitry
-- 
View this message in context: 
http://old.nabble.com/JsonProvider%3A-urlencode-vs-escaping-tp28784105p28784105.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to