svn commit: r1057100 - in /tomcat/trunk: res/checkstyle/checkstyle.xml test/org/apache/catalina/servlets/TestDefaultServlet.java

2011-01-09 Thread markt
Author: markt Date: Mon Jan 10 07:43:34 2011 New Revision: 1057100 URL: http://svn.apache.org/viewvc?rev=1057100&view=rev Log: Configure Checkstyle to allow limited static imports and revert most of r1056947 Modified: tomcat/trunk/res/checkstyle/checkstyle.xml tomcat/trunk/test/org/apache

Re: svn commit: r1056947 - /tomcat/trunk/test/org/apache/catalina/servlets/TestDefaultServlet.java

2011-01-09 Thread Mark Thomas
On 09/01/2011 20:51, Konstantin Kolinko wrote: > Is there a reason why Checkstyle does not like "static import"s ? [1] explains the reasoning. Generally they are bad, but usually OK for constants (as in this case). > Can it be configured to like them? > (or it is not worth as you think that with

Re: svn commit: r1056947 - /tomcat/trunk/test/org/apache/catalina/servlets/TestDefaultServlet.java

2011-01-09 Thread Konstantin Kolinko
2011/1/9 : > Author: markt > Date: Sun Jan  9 14:52:31 2011 > New Revision: 1056947 > > URL: http://svn.apache.org/viewvc?rev=1056947&view=rev > Log: > Fix checkstyle warnings > > Modified: >    tomcat/trunk/test/org/apache/catalina/servlets/TestDefaultServlet.java > > Modified: > tomcat/trunk/te

svn commit: r1056957 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-01-09 Thread markt
Author: markt Date: Sun Jan 9 15:00:54 2011 New Revision: 1056957 URL: http://svn.apache.org/viewvc?rev=1056957&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=10569

svn commit: r1056947 - /tomcat/trunk/test/org/apache/catalina/servlets/TestDefaultServlet.java

2011-01-09 Thread markt
Author: markt Date: Sun Jan 9 14:52:31 2011 New Revision: 1056947 URL: http://svn.apache.org/viewvc?rev=1056947&view=rev Log: Fix checkstyle warnings Modified: tomcat/trunk/test/org/apache/catalina/servlets/TestDefaultServlet.java Modified: tomcat/trunk/test/org/apache/catalina/servlets/Tes

svn commit: r1056946 - in /tomcat/trunk/java: javax/mail/ org/apache/naming/factory/

2011-01-09 Thread markt
Author: markt Date: Sun Jan 9 14:48:08 2011 New Revision: 1056946 URL: http://svn.apache.org/viewvc?rev=1056946&view=rev Log: Fix a handful of warnings Modified: tomcat/trunk/java/javax/mail/Authenticator.java tomcat/trunk/java/org/apache/naming/factory/BeanFactory.java tomcat/trunk/

Bug report for Tomcat Native [2011/01/09]

2011-01-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2011/01/09]

2011-01-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2011/01/09]

2011-01-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2011/01/09]

2011-01-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2011/01/09]

2011-01-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2011/01/09]

2011-01-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2011/01/09]

2011-01-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Help to Join

2011-01-09 Thread Mark Thomas
On 09/01/2011 06:27, Iman Reihanian wrote: > Dear Guys, > > I read your email address from tomcat developer mailing list, > I am very very interested in to join tomcat committers, and it's one of the > my dream in developer world. > I read all of the tomcat site and wiki then checkout latest tomca

DO NOT REPLY [Bug 45731] Enhancement request : pluggable httpsession cache provider

2011-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45731 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47255] Improve Tomcat6W display; allow easy setup of security manager

2011-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47255 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50413] Tomcat returns 304 instead of 404 response for static custom 404 error file

2011-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50413 --- Comment #7 from Konstantin Kolinko 2011-01-09 03:17:24 EST --- (In reply to comment #6) This is fixed by r1056889 in 7.0 - will be in 7.0.6. Proposed as an additional patch for this issue for 6.0 and 5.5. -- Configure bugmail: https:

svn commit: r1056891 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2011-01-09 Thread kkolinko
Author: kkolinko Date: Sun Jan 9 08:15:11 2011 New Revision: 1056891 URL: http://svn.apache.org/viewvc?rev=1056891&view=rev Log: propose additional patch for bug 50413 Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL

svn commit: r1056890 - in /tomcat/trunk: test/org/apache/catalina/servlets/TestDefaultServlet.java webapps/docs/changelog.xml

2011-01-09 Thread kkolinko
Author: kkolinko Date: Sun Jan 9 08:10:33 2011 New Revision: 1056890 URL: http://svn.apache.org/viewvc?rev=1056890&view=rev Log: Enable testcase for 50413#c6, now that the issue is fixed with r1056889. Update changelog. Modified: tomcat/trunk/test/org/apache/catalina/servlets/TestDefaultServ

svn commit: r1056889 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2011-01-09 Thread kkolinko
Author: kkolinko Date: Sun Jan 9 08:07:02 2011 New Revision: 1056889 URL: http://svn.apache.org/viewvc?rev=1056889&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50413#c6 Serve the error page regardless of "Range" header in the original request. Modified: tomcat/trunk/j