svn commit: r1405439 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 22:51:16 2012 New Revision: 1405439 URL: http://svn.apache.org/viewvc?rev=1405439&view=rev Log: Silence a couple of false positives Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL

[Bug 54076] SPNEGO authenticator's stateless-ness incompatible with stateful clients

2012-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54076 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1405436 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SpnegoAuthenticator.java webapps/docs/changelog.xml webapps/docs/config/valve.xml

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 22:36:52 2012 New Revision: 1405436 URL: http://svn.apache.org/viewvc?rev=1405436&view=rev Log: Work-around that enables HTTP keep-alive to be deisabled for specified user agents using SPNEGO. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.

svn commit: r1405435 - in /tomcat/trunk: java/org/apache/catalina/authenticator/SpnegoAuthenticator.java webapps/docs/config/valve.xml

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 22:32:33 2012 New Revision: 1405435 URL: http://svn.apache.org/viewvc?rev=1405435&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54076 Work-around that enables HTTP keep-alive to be deisabled for specified user agents using SPNEGO. Modified:

[Bug 54076] SPNEGO authenticator's stateless-ness incompatible with stateful clients

2012-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54076 Mark Thomas changed: What|Removed |Added Summary|SPNEGO authenticator's |SPNEGO authenticator's

[Bug 53814] Could not display PDF file on Tomcat 7.0.27 above.

2012-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53814 --- Comment #6 from Mark Thomas --- I ended up revisiting the HTTP header parser as a result of another bug. The parser for Content-Type has been replaced and the new version contains a work-around for this bug. The work-around will remain

svn commit: r1405416 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/tomcat/util/http/parser/ test/or

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 20:55:42 2012 New Revision: 1405416 URL: http://svn.apache.org/viewvc?rev=1405416&view=rev Log: Move media-type parsing to the new parser and drop the JJTree based parser. Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java

[Bug 54095] New: [patch] support gzipped versions of static resources by DefaultServlet

2012-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54095 Priority: P2 Bug ID: 54095 Assignee: dev@tomcat.apache.org Summary: [patch] support gzipped versions of static resources by DefaultServlet Severity: minor Classific

svn commit: r1405415 - in /tomcat/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/tomcat/util/http/parser/ test/org/apache

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 20:46:02 2012 New Revision: 1405415 URL: http://svn.apache.org/viewvc?rev=1405415&view=rev Log: Move media-type parsing to the new parser and drop the JJTree based parser. Added: tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java - copied

buildbot success in ASF Buildbot on tomcat-trunk

2012-11-03 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/3524 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-11-03 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/895 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

svn commit: r1405400 - in /tomcat/trunk/test/org/apache/tomcat/util/http/parser: TestAuthorizationDigest.java TestHttpParser2.java

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 18:55:29 2012 New Revision: 1405400 URL: http://svn.apache.org/viewvc?rev=1405400&view=rev Log: Rename to have one test case per header Added: tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java - copied, changed from r140535

svn commit: r1405399 - in /tomcat/trunk/java/org/apache/tomcat/util/http/parser: HttpParser2.java MediaType.java

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 18:55:00 2012 New Revision: 1405399 URL: http://svn.apache.org/viewvc?rev=1405399&view=rev Log: First cut at a replacement for HttpParser. Includes a work-around for the Adode Reader 9 on IE bug. Currently untested. Added: tomcat/trunk/java/org/apache/tomcat/ut

svn commit: r1405398 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 18:44:32 2012 New Revision: 1405398 URL: http://svn.apache.org/viewvc?rev=1405398&view=rev Log: Fix broken test (qop and nc are *not* quoted) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/TestS

svn commit: r1405397 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 18:43:39 2012 New Revision: 1405397 URL: http://svn.apache.org/viewvc?rev=1405397&view=rev Log: Fix broken test (qop and nc are *not* quoted) Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java Modified: to

RE: Estimate on Tomcat 7.0.33 release date?

2012-11-03 Thread Douglas Beachy
Sounds good, thanks for the info. Doug -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, November 02, 2012 6:10 PM To: Tomcat Developers List Subject: Re: Estimate on Tomcat 7.0.33 release date? On 02/11/2012 16:34, Douglas Beachy wrote: > Thanks for the info.

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-11-03 Thread Konstantin Kolinko
2012/11/3 : > The Buildbot has detected a new failure on builder tomcat-trunk while > building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/tomcat-trunk/builds/3521 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm_ubuntu > > Build Rea

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-11-03 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/894 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 54060] DigestAuthenticator doesn't parse Authorization header correctly

2012-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54060 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1405370 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/tomcat/util/http/parser/ test/org/apache/catalina/authenticator/ test/org/apache/tomcat/util

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 15:50:41 2012 New Revision: 1405370 URL: http://svn.apache.org/viewvc?rev=1405370&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54060 Use new HTTP header parser to address issues in current regular expression based parser. This roughly twice a

svn commit: r1405364 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.java

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 15:40:21 2012 New Revision: 1405364 URL: http://svn.apache.org/viewvc?rev=1405364&view=rev Log: Fix broken test (qop and nc are *not* quoted) Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.java Modified: tomcat/trunk/tes

buildbot failure in ASF Buildbot on tomcat-trunk

2012-11-03 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/3521 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1405357 - in /tomcat/trunk: java/org/apache/catalina/authenticator/DigestAuthenticator.java java/org/apache/tomcat/util/http/parser/HttpParser2.java test/org/apache/tomcat/util/http/parse

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 15:26:21 2012 New Revision: 1405357 URL: http://svn.apache.org/viewvc?rev=1405357&view=rev Log: Refactor HttpParser2 not to throw exceptions on invalid input Modified: tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java tomcat/trunk/

svn commit: r1405353 - /tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 14:59:13 2012 New Revision: 1405353 URL: http://svn.apache.org/viewvc?rev=1405353&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54060 Use new HTTP header parser to address issues in current regular expression based parser. This roughly twice a

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-11-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-taglibs-standard has an issue affecting its community integration.

svn commit: r1405321 - /tomcat/trunk/test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java

2012-11-03 Thread markt
Author: markt Date: Sat Nov 3 12:21:51 2012 New Revision: 1405321 URL: http://svn.apache.org/viewvc?rev=1405321&view=rev Log: Increase length of run so I have a chance to attach a profiler. Better use of constants to reduce GC and speed up test. Modified: tomcat/trunk/test/org/apache/catali

[Bug 54065] getResource with WARDirContext is very expensive

2012-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54065 --- Comment #3 from Mark Thomas --- (In reply to comment #2) > Thanks for the tip with the ContextConfig.jarsToSkip. That worked out well! > Of course that also disables web-fragment parsing, right? Answered in comment #1. > We have not b