You can configure your filter to accept a set of URI pattern. Please refer to servlet 2.3 fitlter specification on how to set them up in web.xml
-D ----- Original Message ----- From: "Siva" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 11:20 PM Subject: how to configure the filter > Dear Friends, > > I need to configure a filter for all the requests except a particular > request. > > For example, for the Login request, I will go through the filter and > annd the request to my web application will go through the filter which > checks the authentication of the user. > > Could you please suggest a way to do this. > > Thanks, > Sivakumar > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

