How to remove request parameters in a filter
843842Jul 24 2008 — edited Jul 24 2008Hello,
I wanted to make a filter that removes all the GET parameters except for a few exceptions.
How do I remove parameters from a ServletRequest or HttpServletRequest? I am trying to make a webapp that only uses POST variables, and not GET (except a few exceptions).
Can someone point me in the right direction?
Thanks!