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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54076
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
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:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54076
Mark Thomas changed:
What|Removed |Added
Summary|SPNEGO authenticator's |SPNEGO authenticator's
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
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
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
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
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
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
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
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
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
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
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.
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54060
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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/
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
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.
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
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
27 matches
Mail list logo