Re: How to set restrictions on the retreival of files from some directories

2005-11-18 Thread Tim Funk
Something is fishy with your server (or configuration) I cannot reproduce that issue with 5.0.28 on windows. -Tim Brian Buchanan wrote: Upgrade. In a short test on two of my servers, 5.0.28 on windows has this WEB-INF. vulnerability, but 5.5.7 did not. -Original Message- From: "Alla

Re: How to set restrictions on the retreival of files from some directories

2005-11-18 Thread Ben Souther
I just tested on 5.0.28 and can't see anything under WEB-INF. Are you using Tomcat as a standalone or with a connector? On Fri, 2005-11-18 at 14:15, Brian Buchanan wrote: > Upgrade. In a short test on two of my servers, 5.0.28 on windows has this > WEB-INF. vulnerability, but 5.5.7 did not. > >

Re: How to set restrictions on the retreival of files from some directories

2005-11-18 Thread Brian Buchanan
Upgrade. In a short test on two of my servers, 5.0.28 on windows has this WEB-INF. vulnerability, but 5.5.7 did not. -Original Message- From: "Alla Winter" <[EMAIL PROTECTED]> To: Date: Thu, 17 Nov 2005 14:19:13 -0600 Subject: How to set restrictions on the retreival of files from some

Re: How to set restrictions on the retreival of files from some directories

2005-11-17 Thread erh
On Thu, Nov 17, 2005 at 02:19:13PM -0600, Alla Winter wrote: > BY default it is possible to retrieve files located under the 'WEB-INF' > directory. For example: www.someserver.com/WEB-INF./web.xml or > www.someserver.com/WEB-INF./classes/MySer >

Re: How to set restrictions on the retreival of files from some directories

2005-11-17 Thread Hassan Schroeder
Alla Winter wrote: > BY default it is possible to retrieve files located under the 'WEB-INF' > directory. No, it's not -- that's mandated in the servlet spec (SRV 9.5). For example: www.someserver.com/WEB-INF./web.xml or > www.someserver.com/WEB-INF./classes/MySer >