Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] ServletResponse with ProxyServlet.Transparent is empty

Hi,

On Sat, May 17, 2014 at 9:55 PM, John <johnnyenglish739@xxxxxxxxx> wrote:
> Hi,
>
> sry, there was a bug in my code. Everything is fine now :) thank you!
>
> Another little question. I try to build a program that intercepts the http
> traffic between two nodes. Which means I try to verify every request and
> response. At the moment I intercept the request in a custom filter in the
> doFilter method. Is this the best point to intercept the message or would
> you recommend to use another method? For example override another method in
> the proxy servlet?

I just committed small changes to make ProxyServlet more extensible,
so that you can also intercept client-to-proxy content.
They will be available in the next 9.2.0 release.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top