I like the caveat better than the removal.
-- Ian
- Reply message -
From: "Caldarale, Charles R"
To: "Tomcat Developers List"
Subject: Improving wiki security
Date: Thu, Dec 29, 2011 20:43
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
> Subject: Re: Improving wiki securi
Hi...
I am new here
so can any one give me documentation.
thanks regard
Rupesh
On Fri, Dec 30, 2011 at 7:23 PM, i...@darwinsys.com wrote:
> I like the caveat better than the removal.
>
> -- Ian
>
> - Reply message -
> From: "Caldarale, Charles R"
> To: "Tomcat Developers List"
> Subject
Author: olamy
Date: Fri Dec 30 15:26:42 2011
New Revision: 1225847
URL: http://svn.apache.org/viewvc?rev=1225847&view=rev
Log:
fix path, even if it works it's ugly
Modified:
tomcat/sandbox/trunk-mvn-build/tomcat-tests/src/test/java/org/apache/catalina/authenticator/TestFormAuthenticator.java
Author: olamy
Date: Fri Dec 30 15:36:16 2011
New Revision: 1225848
URL: http://svn.apache.org/viewvc?rev=1225848&view=rev
Log:
exclude test which are excluded by the ant build
Modified:
tomcat/sandbox/trunk-mvn-build/tomcat-tests/pom.xml
Modified: tomcat/sandbox/trunk-mvn-build/tomcat-tests/
Author: olamy
Date: Fri Dec 30 15:48:51 2011
New Revision: 1225851
URL: http://svn.apache.org/viewvc?rev=1225851&view=rev
Log:
fix examples webapp path in unit test
Modified:
tomcat/sandbox/trunk-mvn-build/tomcat-tests/src/test/java/org/apache/catalina/servlets/TestDefaultServlet.java
t
> From: Rupesh Patil [mailto:patil.rupesh1...@gmail.com]
> Subject: Re: Improving wiki security
> I am new here
Clearly.
> so can any one give me documentation.
A) Don't hijack threads.
B) Don't use the developers list unless you're writing code inside Tomcat; the
users' list is the appropri
Author: olamy
Date: Fri Dec 30 16:13:56 2011
New Revision: 1225856
URL: http://svn.apache.org/viewvc?rev=1225856&view=rev
Log:
generate a jar from examples webapp classes to have it in test classpath some
classes are needed
Modified:
tomcat/sandbox/trunk-mvn-build/tomcat-tests/pom.xml
to
Author: olamy
Date: Fri Dec 30 16:45:09 2011
New Revision: 1225858
URL: http://svn.apache.org/viewvc?rev=1225858&view=rev
Log:
no need of this archivaClasses parameter
Modified:
tomcat/sandbox/trunk-mvn-build/tomcat-webapps/examples/pom.xml
Modified: tomcat/sandbox/trunk-mvn-build/tomcat-web