Re: Secure web.xml and WEB-INF

2004-05-31 Thread Ryan Stewart
-Original Message-
From: Bond, James Bond[EMAIL PROTECTED]
To: Tomcat Users List[EMAIL PROTECTED]
Date: Sun May 30 22:40:16 PDT 2004
Subject: Secure web.xml and WEB-INF

Hello. Please, give me some tips how to secure (deny for reading in
browser) access to web.xml and WEB-INF folder? Any suggestions are welcome:)
Thanks

WEB-INF is inaccessible to the client as per the Java Servlet Specification.

___
Check-out GO.com
GO get your free GO E-Mail account with expanded storage of 6 MB!
http://mail.go.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Secure web.xml and WEB-INF

2004-05-31 Thread Ryan Stewart
-Original Message-
From: Bond, James Bond[EMAIL PROTECTED]
To: Tomcat Users List[EMAIL PROTECTED]
Date: Sun May 30 22:40:16 PDT 2004
Subject: Secure web.xml and WEB-INF

Hello. Please, give me some tips how to secure (deny for reading in
browser) access to web.xml and WEB-INF folder? Any suggestions are welcome:)
Thanks

WEB-INF is inaccessible to the client as per the Java Servlet Specification.

___
Check-out GO.com
GO get your free GO E-Mail account with expanded storage of 6 MB!
http://mail.go.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Secure web.xml and WEB-INF

2004-05-31 Thread Ryan Stewart
-Original Message-
From: Bond, James Bond[EMAIL PROTECTED]
To: Tomcat Users List[EMAIL PROTECTED]
Date: Sun May 30 22:40:16 PDT 2004
Subject: Secure web.xml and WEB-INF

Hello. Please, give me some tips how to secure (deny for reading in
browser) access to web.xml and WEB-INF folder? Any suggestions are welcome:)
Thanks

WEB-INF is inaccessible to the client as per the Java Servlet Specification.

___
Check-out GO.com
GO get your free GO E-Mail account with expanded storage of 6 MB!
http://mail.go.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Secure web.xml and WEB-INF

2004-05-31 Thread Schalk
If you want to make sure, you can always include this in your httpd.conf or
mod_jk.conf depending on what route our go:

Location /myApp/WEB-INF/
AllowOverride None
deny from all
/Location

Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.com
 
This message contains information that is considered to be sensitive or
confidential and may not be forwarded or disclosed to any other party
without the permission of the sender. If you received this message in error,
please notify me immediately so that I can correct and delete the original
email. Thank you. 

:: -Original Message-
:: From: Ryan Stewart [mailto:[EMAIL PROTECTED]
:: Sent: Monday, May 31, 2004 3:02 PM
:: To: [EMAIL PROTECTED]
:: Subject: Re: Secure web.xml and WEB-INF
:: 
:: -Original Message-
:: From: Bond, James Bond[EMAIL PROTECTED]
:: To: Tomcat Users List[EMAIL PROTECTED]
:: Date: Sun May 30 22:40:16 PDT 2004
:: Subject: Secure web.xml and WEB-INF
:: 
:: Hello. Please, give me some tips how to secure (deny for reading in
:: browser) access to web.xml and WEB-INF folder? Any suggestions are
welcome:)
:: Thanks
:: 
:: WEB-INF is inaccessible to the client as per the Java Servlet
Specification.
:: 
:: ___
:: Check-out GO.com
:: GO get your free GO E-Mail account with expanded storage of 6 MB!
:: http://mail.go.com
:: 
:: 
:: 
:: -
:: 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]



Secure web.xml and WEB-INF

2004-05-30 Thread Bond, James Bond
Hello. Please, give me some tips how to secure (deny for reading in
browser) access to web.xml and WEB-INF folder? Any suggestions are welcome:)
Thanks


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]