I have used a filter servlet alone in T5 based project, to record all http
requests made from the browser in order to log how much time users spent on
each page.
In web.xml filter mapping is for /* so all requests should go through my
filter.
But when i run it some requests are not captured by the filter.

Is there any better way in T5 that i can capture all requests received? or
what will be the cause of missing requests?


-- 
View this message in context: 
http://www.nabble.com/requests-are-not-captured-by-servlet-filter-used-alone-with-T5-tp18772070p18772070.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to