You won't even notice this code being run.

-Tim

prt wrote:
Hi,
My list is small only 5 URLS, I save it in (String[]), that load in the Filter init method by init
parameter in the web.xml.
Every request i take the ServletPath and to this part in function,

boolean bRunURL;

for(int i = 0, max = sArrAlowd.length; i < max && !bRunURL; i++)
    bRunURL = (sServletPath.indexOf(sArrAlowd[i],1) == 1);

return bRunURL;


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to