Howdy, >> You won't be able to get the servlet reference. A possibility is to >> define the filter multiple times with different parameters. For example, >> here is the same class name defined 4 times as 4 different filters. > >Good idea. Thanks for the helpful response. Since I can't get a >reference to the servlet, I've resorted to reading in the web.xml file >itself to get any init-params I would need.
It might be better to pass the filter init-params rather than read the servlet init-params. 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]
