Re: [OT] Servlet Filtering & performance..

2007-03-06 Thread prt
BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFF7fGd9CaO5/Lv0PARAs09AJ9O85lqIEw+ouuSo3oOJnvWQNkl+wCff4c8 > 8QYH36U+LBA0jk9GXbt69HQ= > =Uz+L > -END PGP SIGNATURE--

Re: [OT] Servlet Filtering & performance..

2007-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 prt, prt wrote: > I have another problem, You should post a separate message in this case. > I save uploaded images(by users) in folder place at "D:\storeg\data\uf\". > So when the URL is "http://localhost/test/uf/xyz.jpg"; then is redirect to > "D

Re: [OT] Servlet Filtering & performance..

2007-03-06 Thread prt
Of(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

Re: [OT] Servlet Filtering & performance..

2007-03-06 Thread Tim Funk
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

Re: [OT] Servlet Filtering & performance..

2007-03-06 Thread prt
rs@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Servlet-Filtering---performance..-tf3356429.html#a9335687 Sent from the Tomcat - User mailing list ar

Re: Servlet Filtering & performance..

2007-03-06 Thread Tim Funk
If your allowed list check is small and simple (and NOT synchronized) - the performance impact is probably not noticeable. If your list of URLS is large - then your check would be based on your check algorithm. (http://en.wikipedia.org/wiki/Big_O_notation) -Tim prt wrote: Hi to all again,

Servlet Filtering & performance..

2007-03-06 Thread prt
message in context: http://www.nabble.com/Servlet-Filtering---performance..-tf3356429.html#a9334933 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To