Re: [OT] Servlet Filtering & performance..

2007-03-06 Thread prt
I dont want to handle the display process, just to map it from the filter to "D:\storeg\data\uf..". But thank you for your solution. Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > prt, > > prt wrote: >> I have another problem, > > You should post a separ

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
Well so you say is good, thank you for your help. I have another problem, 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:\storeg\data\uf\xyz.jpg" And that so because i cunfigure in server.xm

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
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 = (sS