Hello,

I am trying to use filters for authenticating users. My filter uses
RequestDispatcher.forward to show a login page when the user needs to
authenticate himself.

This results in the filter beeing invoked again. It seems that the
RequestDispatcher in orion (both forward and include) invokes the filter
again. Tomcat does not do this. What is the correct behavior? The spec does
not say how it should be working.

Any help would be appreciated.

Anders


Reply via email to