Hi On Fri, Jun 4, 2010 at 8:14 PM, DmitryM <[email protected]> wrote:
> > 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? > > If it is done inside Jettison then it's unlikely. That said, can you please post some example Java object with initialized values and the resulting JSON string ? cheers, Sergey > 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. > >
