Author: markt
Date: Wed Jan 5 08:44:20 2011
New Revision: 1055357
URL: http://svn.apache.org/viewvc?rev=1055357&view=rev
Log:
Fix required after removing unused code
Modified:
tomcat/trunk/test/org/apache/coyote/http11/TestGzipOutputFilter.java
Modified: tomcat/trunk/test/org/apache/coyote/
Author: markt
Date: Wed Jan 5 09:40:09 2011
New Revision: 1055377
URL: http://svn.apache.org/viewvc?rev=1055377&view=rev
Log:
Remove unused method
Modified:
tomcat/trunk/java/org/apache/coyote/http11/OutputFilter.java
tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedOutputFilter
Author: markt
Date: Wed Jan 5 09:45:18 2011
New Revision: 1055382
URL: http://svn.apache.org/viewvc?rev=1055382&view=rev
Log:
Remove unused constants (follow up to r1055377)
Modified:
tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
tomcat/trunk/java/org/apache
Author: markt
Date: Wed Jan 5 09:47:43 2011
New Revision: 1055384
URL: http://svn.apache.org/viewvc?rev=1055384&view=rev
Log:
Remove unused methods
Modified:
tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java
Modified:
tomcat/trunk/java/org/apache/coyote/http11/fi
Author: markt
Date: Wed Jan 5 09:57:44 2011
New Revision: 1055389
URL: http://svn.apache.org/viewvc?rev=1055389&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/coyote/Response.java
Modified: tomcat/trunk/java/org/apache/coyote/Response.java
URL:
http://svn.apache.or
Author: markt
Date: Wed Jan 5 10:10:29 2011
New Revision: 1055391
URL: http://svn.apache.org/viewvc?rev=1055391&view=rev
Log:
Simplify getContentCount.
Prep for fixing bug 50496
Modified:
tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java
tomcat/trunk/java/org/apache/catal
https://issues.apache.org/bugzilla/show_bug.cgi?id=50541
--- Comment #2 from Marek Wasilewski 2011-01-05 06:33:18
EST ---
(In reply to comment #1)
> Fixed in 7.0.x and will be included in 7.0.6 onwards.
Areyou planning on applying this fix also to the 6.0.x version?
--
Configure bugmail: http
https://issues.apache.org/bugzilla/show_bug.cgi?id=50541
--- Comment #3 from Mark Thomas 2011-01-05 06:36:35 EST ---
There are no such plans at present.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are
On 01/04/2011 07:04 PM, Konstantin Kolinko wrote:
2011/1/4 jean-frederic clere:
On 01/04/2011 11:44 AM, Mark Thomas wrote:
It has been a while since 6.0.29 and there have been a few requests for
this on the users list. Jean-Frederic, do you have any plans for 6.0.30
at this point?
Next week
Author: jfclere
Date: Wed Jan 5 12:23:36 2011
New Revision: 1055439
URL: http://svn.apache.org/viewvc?rev=1055439&view=rev
Log:
My votes.
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?re
On 01/05/2011 12:49 PM, jean-frederic clere wrote:
On 01/04/2011 07:04 PM, Konstantin Kolinko wrote:
I'd be nice if next release of commons-daemon were available in time
for TC 6.0.30 to use it.
I think Mladen is working on that :D
Right. Tagged 1.0.5, and currently in VOTE stage.
I hope I
Author: markt
Date: Wed Jan 5 13:51:48 2011
New Revision: 1055458
URL: http://svn.apache.org/viewvc?rev=1055458&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50467
Protect against NPE that will cause Poller to fail
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net
Author: markt
Date: Wed Jan 5 13:53:33 2011
New Revision: 1055459
URL: http://svn.apache.org/viewvc?rev=1055459&view=rev
Log:
Proposal
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=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=50467
--- Comment #4 from Mark Thomas 2011-01-05 08:53:41 EST ---
The null check seems reasonable to me.
I have fixed this in 7.0.x and it will be included in 7.0.6 onwards.
I have also proposed the fix for 6.0.x.
--
Configure bugmail: https:
Author: markt
Date: Wed Jan 5 13:59:06 2011
New Revision: 1055461
URL: http://svn.apache.org/viewvc?rev=1055461&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50460
Avoid leak caused by using a cached exception instance (kkolinko)
Modified:
tomcat/tc6.0.x/trunk/ (prop
https://issues.apache.org/bugzilla/show_bug.cgi?id=50460
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Jan 5 14:18:05 2011
New Revision: 1055465
URL: http://svn.apache.org/viewvc?rev=1055465&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50459
StandardContext.bindThread() and unbindThread() are not symmetrical and not
limited to current thread (slaur
https://issues.apache.org/bugzilla/show_bug.cgi?id=50459
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Jan 5 14:28:30 2011
New Revision: 1055469
URL: http://svn.apache.org/viewvc?rev=1055469&view=rev
Log:
Remove unnecessary code. Valves in this package can use the StringManager
defined in ValveBase
Modified:
tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.
Author: markt
Date: Wed Jan 5 15:05:42 2011
New Revision: 1055482
URL: http://svn.apache.org/viewvc?rev=1055482&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50453
Correctly handle multiple X-Forwarded-For headers
Modified:
tomcat/trunk/java/org/apache/catalina/filters
Author: markt
Date: Wed Jan 5 15:06:58 2011
New Revision: 1055483
URL: http://svn.apache.org/viewvc?rev=1055483&view=rev
Log:
Proposal
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=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=50453
--- Comment #13 from Mark Thomas 2011-01-05 10:08:01 EST ---
Fixed in trunk for 7.0.x and will be included in 7.0.6 onwards. I also updated
the test cases.
The Valve fix has been proposed for 6.0.x.
--
Configure bugmail: https://issues.a
https://issues.apache.org/bugzilla/show_bug.cgi?id=49929
--- Comment #11 from Mark Thomas 2011-01-05 10:10:23 EST ---
Without a reproducible test case this is eventually going to get closed as
WONTFIX.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
--- Comment #14 from Christopher Schultz
2011-01-05 11:30:07 EST ---
Has a CVE number been assigned to this? Seems there should be one, and this
vulnerability should be documented in Tomcat's security page(s).
--
Configure bugmail: https
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
--- Comment #15 from Mark Thomas 2011-01-05 11:48:05 EST ---
No. The view was that it was mis-configuration rather than a vulnerability (the
default servlet was never intended to be mapped to anything other than /).
--
Configure bugmail:
Author: fhanik
Date: Wed Jan 5 23:58:38 2011
New Revision: 1055690
URL: http://svn.apache.org/viewvc?rev=1055690&view=rev
Log:
allow system to start
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java
Modified:
tomcat/trunk/test/org/apache/catalina/connector/T
Author: jfclere
Date: Thu Jan 6 07:42:48 2011
New Revision: 1055776
URL: http://svn.apache.org/viewvc?rev=1055776&view=rev
Log:
Add missing information.
Modified:
tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/change
Hi,
I plan to tag TOMCAT_NATIVE_1_1_21 to release it later, is that OK?
Cheers
Jean-Frederic
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
28 matches
Mail list logo