Hi,
I'm working on WebDAV-Support for JAX-RS. Therefore we use grizzly as the
server for our samples and applications. Due there are heavy
interoperability issues with WebDAV (Microsoft Clients and so on), I'm
testing some ideas, which could be done, by postprocessing of the returned
elements.
In the end this will be done by a servlet filter, but until there I try to
solve it with an Adapter-Class.
How could I get the xml which was created by jersey? Where do I find it in
the Response? Any Idea? Or I'm totally on the wrong way. :)
Best Regards and Thanks,
Daniel