Re: Securing A Directory Listing

2010-10-21 Thread Edson Carlos Ericksson Richter
If you don't specify any http-methods for the web-resource-collection, the default behavior is that all methods are protected. If you specify one or more http-methods, the behavior is that those specified are protected, and any that are not specified are not protected. Rebeccah -Original Mes

Re: Problems with logging.properties

2010-10-20 Thread Edson Carlos Ericksson Richter
, 2010 at 7:40 AM, Edson Carlos Ericksson Richter< edsonrich...@hotmail.com> wrote: By "It works" I want to mean, some changes works (like the filename), but the specific filters does not. Please advise. Edson. Em 19/10/2010 21:04, Edson Carlos Ericksson Richter escreveu:

Re: Securing A Directory Listing

2010-10-20 Thread Edson Carlos Ericksson Richter
Sure, there are more HTTP methods that someone would want to protect from. Thanks for pointing out. Regards, Edson. Em 20/10/2010 18:51, Mark Thomas escreveu: On 20/10/2010 15:09, Edson Carlos Ericksson Richter wrote: Secure Area /mysecurearea GET Bad advice. Don't put the http-m

Re: Securing A Directory Listing

2010-10-20 Thread Edson Carlos Ericksson Richter
It's easy: 1) Setup a Realm (http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html) 2) In web.xml, add security entries like: SecureAreaConstraint Secure Area /mysecurearea GET Only authorized users. MY_USERS NONE BASIC NAME_YOUR_REALM Access to secure area. MY_USERS (be sure

Re: Problems with logging.properties

2010-10-20 Thread Edson Carlos Ericksson Richter
By "It works" I want to mean, some changes works (like the filename), but the specific filters does not. Please advise. Edson. Em 19/10/2010 21:04, Edson Carlos Ericksson Richter escreveu: It works: "file:///C:/Users/Edson/.netbeans/6.9/apache-tomcat-6.0.26_base/log

Re: Problems with logging.properties

2010-10-19 Thread Edson Carlos Ericksson Richter
If your prefix remains catalina... do a find and hunt down the other logging.properties being picked up. 1catalina.org.apache.juli.FileHandler.prefix = catalina. to 1catalina.org.apache.juli.FileHandler.prefix=somethingdifferent. On Tue, Oct 19, 2010 at 3:30 PM, Edson Carlos Ericksson Ric

Problems with logging.properties

2010-10-19 Thread Edson Carlos Ericksson Richter
Dear all, I've already spent lot's of time trying to make some Spring Framework messages go away from my log, without success. My last configuration is: /** Begin of file **/ handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.F