svn commit: r950904 - /tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 07:50:51 2010 New Revision: 950904 URL: http://svn.apache.org/viewvc?rev=950904&view=rev Log: Fix an Eclipse nag Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDate

svn commit: r950905 - in /tomcat/trunk/java/org/apache: catalina/security/SecurityClassLoad.java coyote/http11/Http11AprProcessor.java coyote/http11/Http11NioProcessor.java coyote/http11/Http11Process

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 07:56:23 2010 New Revision: 950905 URL: http://svn.apache.org/viewvc?rev=950905&view=rev Log: Clean up FastHttpDateFormat initialisation when using a security manager as prompted by Konstantin Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityCla

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

2010-06-03 Thread Mark Thomas
On 02/06/2010 20:35, Konstantin Kolinko wrote: > If I search for the calls of FastHttpDateFormat.getCurrentDate() > method I see that in trunk > > a) Http11AprProcessor() and Http11NioProcessor() constructors call > FastHttpDateFormat.getCurrentDate() to preload the class > > b) Http11Processor

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

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 08:08:55 2010 New Revision: 950909 URL: http://svn.apache.org/viewvc?rev=950909&view=rev Log: Action review comments 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/STAT

Donation: Want to donate a robust HTTP ProxyServlet to tomcat

2010-06-03 Thread Sébastien Migniot
Hi I'll try to be quick. I'm a french J2EE Architect and author of Streamy, at http://www.migniot.com/matrix/projects/streamy I want to *donate the ProxyServlet.java* to tomcat core/extensions, available at https://streamy.svn.sourceforge.net/svnroot/streamy/trunk/com.migniot.str

svn commit: r950922 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2010-06-03 Thread kfujino
Author: kfujino Date: Thu Jun 3 09:37:36 2010 New Revision: 950922 URL: http://svn.apache.org/viewvc?rev=950922&view=rev Log: "this.channel.removeChannelListener(this.rpcChannel);" call is replaced with "this.rpcChannel.breakdown();". Modified: tomcat/trunk/java/org/apache/catalina/tribes

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

2010-06-03 Thread kfujino
Author: kfujino Date: Thu Jun 3 09:43:12 2010 New Revision: 950924 URL: http://svn.apache.org/viewvc?rev=950924&view=rev Log: Additional patch for BZ48971. 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/t

svn commit: r950929 - /tomcat/trunk/java/org/apache/tomcat/util/http/mapper/MappingData.java

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 10:02:30 2010 New Revision: 950929 URL: http://svn.apache.org/viewvc?rev=950929&view=rev Log: Re-order so it is easier to check all objects are re-cycled Modified: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/MappingData.java Modified: tomcat/trunk/java

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

2010-06-03 Thread kfujino
Author: kfujino Date: Thu Jun 3 10:23:29 2010 New Revision: 950935 URL: http://svn.apache.org/viewvc?rev=950935&view=rev Log: 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?rev=9509

DO NOT REPLY [Bug 49376] New: Minor corrections to info properties.

2010-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49376 Summary: Minor corrections to info properties. Product: Tomcat 7 Version: unspecified Platform: All Status: NEW Severity: trivial Priority: P2 Component: Clu

DO NOT REPLY [Bug 49376] Minor corrections to info properties.

2010-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49376 --- Comment #1 from Pid 2010-06-03 07:35:39 EDT --- Created an attachment (id=25515) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25515) Patch to 3 files correcting package in info property -- Configure bugmail: https://issu

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #20 from chamith buddhika 2010-06-03 08:49:21 EDT --- Created an attachment (id=25516) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25516) o.a.Catalina.ha.session Patch Adds missing attributes and reorders the ex

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #21 from chamith buddhika 2010-06-03 08:52:31 EDT --- Created an attachment (id=25517) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25517) o.a.Catalina.ha.tcp Patch I found references to some classes I cannot see

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #22 from chamith buddhika 2010-06-03 08:54:14 EDT --- Created an attachment (id=25518) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25518) o.a.Catalina.loader Patch Adds missing attributes/operations and reorders

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

2010-06-03 Thread Mark Thomas
On 03/06/2010 00:01, kkoli...@apache.org wrote: >the standard access log >http://svn.apache.org/viewvc?rev=950587&view=rev >+1: markt > + +1: kkolinko: only if together with r950809 >-1: > + kkolinko: 1) JDBCAccessLogValve is not a child of AccessLogValve, will > need > + its

svn commit: r950983 - /tomcat/trunk/conf/server.xml

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 13:16:27 2010 New Revision: 950983 URL: http://svn.apache.org/viewvc?rev=950983&view=rev Log: Enable access logs by default for 7.0.x Modified: tomcat/trunk/conf/server.xml Modified: tomcat/trunk/conf/server.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/c

Re: svn commit: r950983 - /tomcat/trunk/conf/server.xml

2010-06-03 Thread Rainer Jung
On 03.06.2010 15:16, ma...@apache.org wrote: Author: markt Date: Thu Jun 3 13:16:27 2010 New Revision: 950983 URL: http://svn.apache.org/viewvc?rev=950983&view=rev Log: Enable access logs by default for 7.0.x Modified: tomcat/trunk/conf/server.xml Modified: tomcat/trunk/conf/server.xml U

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #23 from Rainer Jung 2010-06-03 09:52:52 EDT --- (In reply to comment #21) > I found references to some classes I cannot seem to find in the code base? Am > I > missing some thing here? Classes are > > - ClusterReceiverBase

Re: svn commit: r950983 - /tomcat/trunk/conf/server.xml

2010-06-03 Thread Mark Thomas
On 03/06/2010 14:50, Rainer Jung wrote: > +1000 :) > Another related observation: Users often are not aware that they can > substitute "common" with an individual log pattern, although that is > very often essential (like including %D etc.). Even though many know > similar constructs from Apache h

svn commit: r951012 - /tomcat/trunk/conf/server.xml

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 14:33:16 2010 New Revision: 951012 URL: http://svn.apache.org/viewvc?rev=951012&view=rev Log: Expand the common pattern as an example to users Modified: tomcat/trunk/conf/server.xml Modified: tomcat/trunk/conf/server.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r951018 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ webapps/docs/config/

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 15:00:11 2010 New Revision: 951018 URL: http://svn.apache.org/viewvc?rev=951018&view=rev Log: Refactor the hooks from the CoyoteAdapter to the access logs - cleaner interface - handles AccessLogs at multiple levels (but not multiple AccessLogs per container) Modifi

Re: svn commit: r950983 - /tomcat/trunk/conf/server.xml

2010-06-03 Thread Ian Darwin
On Thu, Jun 03, 2010 at 03:50:06PM +0200, Rainer Jung wrote: > > > >- ++ > ... > Should we add an example pattern to server.xml? Or would it be easier > understandable if we removed the abbreviation "common" from the default > config and replace it with the full pattern? How about:

svn commit: r951093 - in /tomcat/trunk/java/org/apache: catalina/connector/ coyote/ coyote/ajp/ coyote/http11/

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 18:13:47 2010 New Revision: 951093 URL: http://svn.apache.org/viewvc?rev=951093&view=rev Log: Extend access logging to requests rejected in the Processors Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/trunk/java/org/apac

svn commit: r951094 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Processor.java Http11Processor.java

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 18:15:47 2010 New Revision: 951094 URL: http://svn.apache.org/viewvc?rev=951094&view=rev Log: Started is only used in BIO connector Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java tomcat/trunk/java/org/apache/coyote/http11/H

svn commit: r951100 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 18:28:01 2010 New Revision: 951100 URL: http://svn.apache.org/viewvc?rev=951100&view=rev Log: Correct Javadoc Fix whitespace Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/

svn commit: r951101 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

2010-06-03 Thread markt
Author: markt Date: Thu Jun 3 18:28:58 2010 New Revision: 951101 URL: http://svn.apache.org/viewvc?rev=951101&view=rev Log: Remove code duplication by used abstract base class Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java Modified: tomcat/trunk/java/org/apache

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

2010-06-03 Thread kkolinko
Author: kkolinko Date: Thu Jun 3 23:33:28 2010 New Revision: 951205 URL: http://svn.apache.org/viewvc?rev=951205&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=9512

[Tomcat Wiki] Update of "FrontPage" by ArmaNang

2010-06-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by ArmaNang. http://wiki.apache.org/tomcat/FrontPage?action=diff&rev1=53&rev2=54 -- This is t

[Tomcat Wiki] Update of "FrontPage" by ChuckCaldarale

2010-06-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by ChuckCaldarale. http://wiki.apache.org/tomcat/FrontPage?action=diff&rev1=54&rev2=55 -- #pragm

[Tomcat Wiki] Trivial Update of "FrontPage" by Konstant inKolinko

2010-06-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by KonstantinKolinko. The comment on this change is: Remove spam introduced in rev.54. http://wiki.apache.org/tomcat/FrontPage?action=diff&rev1=55&r