Hi, I'm using ProxyServlet.Transparent in my webapp (version 8.1.0.v20120127). I need to log the time spent by Transparent in handling each request.
My first idea was to subclass Transparent and override init() to add a custom listener to _client. This custom listener of mine would do all the needed logging. Anyway, I found that doing so I delete the registration of a default listener, which is needed for the correct functioning of the Transparent. The result is that the requests wait forever. Any idea on how I could achieve what I need? thanks, Gianluca PS. no idea if the topic was already brought up; a search feature would help a lot in the mailing list. _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
