frankluo
Jun 7th, 2006, 07:26 PM
We have a business need to track all http request parameters for debugging and data mining purpose. I think implementing an ApplicationListener is ideal for things like this (pls correct me if I am wrong). However, when ServletRequestHandledEvent is populated in FrameworkServlet.processRequest(), request parameters are left out.
Is it possible to add the parameters to ServletRequestHandledEvent, or better yet, making request/response accessable in the Event class?
thx.
Is it possible to add the parameters to ServletRequestHandledEvent, or better yet, making request/response accessable in the Event class?
thx.