Howdy, >(2) Use filters. All filters set for a particular request are run *once* >on an incoming request. If you do a RequestDispatcher.forward(), the >filters will not be run again -- and you won't have recursion.
I wouldn't suggest that option, as it may break when the Servlet Specification v2.4 will be different. Filters will run on the same request through RequestDispatcher.forward. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
