dev@jersey.java.net

RE: [Jersey][WebDAV] Different handling of lax=true

From: Markus KARG <markus.karg_at_gmx.net>
Date: Thu, 15 Jan 2009 20:44:49 +0100

Silly me. ;-)

BTW, is that guaranteed to work together in all Java EE 6 servers? I mean,
AFAIK an implementation of JAX-RS is free to not base it on Servlets, so
maybe there could be a Java EE 6 server that is not able to apply a Servlet
filter in front of JAX-RS, can that be the case? That would be bad.

Thanks
Markus

> > Well... Filters sounds good but actually (maybe I am blind) I have
> > not seen
> > something like that in the JAX-RS specification...?
> You sight is fine :-) There is nothing in the JAX-RS specification.
> You can use servlet filters or Jersey specific filters.

Regards
Markus