Re: view http response

2014-12-23 Thread Thiago H de Paula Figueiredo
On Tue, 23 Dec 2014 02:11:57 -0200, D.R. d.re...@googlemail.com wrote: Hi, Hi! for debugging purposes. Sometimes they not want to believe me. Who are they? :) Why are they so suspicious of you? Yes i know i can view it in the client, but it would be great to see it on the server too.

view http response

2014-12-22 Thread D.R.
Hi, i want to view the http response just before the server will send to the client. I tried to install a dispatcher impl. but it is always called before the page is activated (with before:PageRender). How i can achieve that? Kind regards David

Re: view http response

2014-12-22 Thread Thiago H de Paula Figueiredo
On Mon, 22 Dec 2014 13:25:09 -0200, D.R. d.re...@googlemail.com wrote: Hi, Hi! i want to view the http response just before the server will send to the client. Why? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: view http response

2014-12-22 Thread D.R.
Hi, for debugging purposes. Sometimes they not want to believe me. Yes i know i can view it in the client, but it would be great to see it on the server too. Kind regards David Am 22.12.2014 um 20:12 schrieb Thiago H de Paula Figueiredo: On Mon, 22 Dec 2014 13:25:09 -0200, D.R.

Re: view http response

2014-12-22 Thread Kalle Korhonen
You could easily write a Tapestry or even a standard servlet filter to buffer the response and print it out before sending. I think Tapestry archetype still comes with a sample timer filter, instead you'd just print out the content. Kalle On Mon, Dec 22, 2014 at 8:11 PM, D.R.