Hi gents,

I am trying to set up a servlet filter which uses the

HttpServletRequest.getParameterNames() and
HttpServletRequest.getParameter(...)

methods.

However, the terminating servlet in the filterchain has to be allowed
access to these methods as well!
Currently, I am confronted with an exception indicating that it is not
allowed to get the ServletInputStream two times.
I suppose I have to set up appropriate HttpServletRequestWrappers.
However I am not quiet sure how that is supposed to be done in this
special case.

Any help or hint would be highly appreciated,

Regards,


Alexander Thomas

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to