users@jersey.java.net

Tracing URI matching and method dispatching

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 24 Nov 2009 11:41:37 +0100

Hi,

Many ideas in Jersey/JAX-RS were inspired by Stapler the underlying
HTTP-based framework utilized by Hudson.

Here is another potential idea. Stapler has a trace mode:

   http://wiki.hudson-ci.org/display/HUDSON/Figuring+out+URL+binding+of+Stapler

Please let me know if you would like such a feature in Jersey.

I think this is a more promising approach rather than explicit logging
on the server side, and the of course the response could be logged
using the LoggingFIlter thus exposing trace headers.

Paul.