Is it true that the methods in the RequestProcessor are called with each
servlet request and not an HttpRequest?
I have an action which forwards to a
jsp, but it looks like the methods in RequestProcessor are getting hit twice. Would a single HTTP request which results in a forward hit the preprocessor twice? Once for the original request, and then once for the forward??