-
Jun 7th, 2006, 06:26 PM
#1
ServletRequestHandledEvent missing request.getParameterMap()
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules