svn commit: r1138697 - /tomcat/trunk/webapps/docs/changelog.xml

2011-06-22 Thread kkolinko
Author: kkolinko Date: Thu Jun 23 00:10:23 2011 New Revision: 1138697 URL: http://svn.apache.org/viewvc?rev=1138697&view=rev Log: Amend description for the fix applied in r1132700. The problem there was less severe than it sounds: The port number was not treated as hex. The arithmetics to summ up

svn commit: r1138694 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpNioProcessor.java AjpNioProtocol.java

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 23:40:30 2011 New Revision: 1138694 URL: http://svn.apache.org/viewvc?rev=1138694&view=rev Log: Connector refactoring SocketWrapper changes for AJP processor Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProcessor.java tomcat/trunk/java/org/apache/

svn commit: r1138693 - in /tomcat/trunk: java/org/apache/catalina/startup/ test/org/apache/catalina/core/ webapps/docs/

2011-06-22 Thread kkolinko
Author: kkolinko Date: Wed Jun 22 23:39:58 2011 New Revision: 1138693 URL: http://svn.apache.org/viewvc?rev=1138693&view=rev Log: Followup to r1138573 Improve support for embedding Tomcat 7. Expose the string that was used to suppress loading default web.xml as a constant. Short-circuit the atte

svn commit: r1138691 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11NioProcessor.java Http11NioProtocol.java

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 23:39:05 2011 New Revision: 1138691 URL: http://svn.apache.org/viewvc?rev=1138691&view=rev Log: Connector refactoring SocketWrapper changes for HTTP processor Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java tomcat/trunk/java/org/

svn commit: r1138684 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpNioProtocol.java http11/Http11NioProtocol.java

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 23:33:39 2011 New Revision: 1138684 URL: http://svn.apache.org/viewvc?rev=1138684&view=rev Log: Connector refactoring Rename socketWrapper to socket to align with BIO/APR Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java tomcat/trunk/java

svn commit: r1138682 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpNioProtocol.java http11/Http11NioProtocol.java

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 23:32:17 2011 New Revision: 1138682 URL: http://svn.apache.org/viewvc?rev=1138682&view=rev Log: Remove the local socket object Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.

svn commit: r1138681 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpNioProtocol.java coyote/http11/Http11NioProtocol.java tomcat/util/net/NioEndpoint.java

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 23:29:51 2011 New Revision: 1138681 URL: http://svn.apache.org/viewvc?rev=1138681&view=rev Log: Connector refactoring Another small step towards SocketWrapper for NIO Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java tomcat/trunk/java/org

svn commit: r1138680 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 23:25:43 2011 New Revision: 1138680 URL: http://svn.apache.org/viewvc?rev=1138680&view=rev Log: Connector refactoring Another small step towards SocketWrapper for NIO Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java Modified: tomcat/trunk/j

svn commit: r1138678 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 23:17:14 2011 New Revision: 1138678 URL: http://svn.apache.org/viewvc?rev=1138678&view=rev Log: Connector refactoring Another small step towards SocketWrapper for NIO Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java Modified: tomcat/t

svn commit: r1138677 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpNioProtocol.java coyote/http11/Http11NioProtocol.java tomcat/util/net/NioEndpoint.java

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 23:13:37 2011 New Revision: 1138677 URL: http://svn.apache.org/viewvc?rev=1138677&view=rev Log: Connector refactoring. Start moving the NIO connectors towards using SocketWrapper rather than NioChannel to align them with BIO/APR and permit further refactoring. Do th

Re: svn commit: r1138573 - in /tomcat/trunk: java/org/apache/catalina/startup/Tomcat.java webapps/docs/changelog.xml

2011-06-22 Thread Mark Thomas
On 22/06/2011 23:50, Konstantin Kolinko wrote: > 2011/6/22 : >> Author: markt >> Date: Wed Jun 22 18:30:41 2011 >> New Revision: 1138573 >> >> URL: http://svn.apache.org/viewvc?rev=1138573&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51418 >> Provide more control over

Re: svn commit: r1138573 - in /tomcat/trunk: java/org/apache/catalina/startup/Tomcat.java webapps/docs/changelog.xml

2011-06-22 Thread Konstantin Kolinko
2011/6/22 : > Author: markt > Date: Wed Jun 22 18:30:41 2011 > New Revision: 1138573 > > URL: http://svn.apache.org/viewvc?rev=1138573&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51418 > Provide more control over Context creation when embedding Tomcat. > Based on a pat

DO NOT REPLY [Bug 50933] data corruption between mod_jk and mod_include

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50933 --- Comment #2 from j 2011-06-22 22:24:43 UTC --- Using apache 2.2.17 fixed the problem. In fact, 2.2.9 is the first version with the fix. It has something to do with the buckets being released while they were in use. See bug 7 on this

DO NOT REPLY [Bug 46221] Leak WebappClassLoader with commons-logging and log4j

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46221 --- Comment #13 from Mauro Molinari 2011-06-22 18:57:35 UTC --- (In reply to comment #12) > My original testing was against Tomcat 5.5.x and there was no leak. Well, Tomcat 5.5.x really had the leak! My comment #9 and the attached patch e

DO NOT REPLY [Bug 46221] Leak WebappClassLoader with commons-logging and log4j

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

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

2011-06-22 Thread Mark Thomas
On 22/06/2011 17:43, jean-frederic clere wrote: > On 06/22/2011 03:56 PM, ma...@apache.org wrote: >> Author: markt >> Date: Wed Jun 22 13:56:05 2011 >> New Revision: 1138468 >> >> URL: http://svn.apache.org/viewvc?rev=1138468&view=rev >> Log: >> Vote >> >> Modified: >> tomcat/tc6.0.x/trunk/STA

DO NOT REPLY [Bug 51418] Allow more flexibility in adding webapps to org.apache.catalina.startup.Tomcat

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

svn commit: r1138573 - in /tomcat/trunk: java/org/apache/catalina/startup/Tomcat.java webapps/docs/changelog.xml

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 18:30:41 2011 New Revision: 1138573 URL: http://svn.apache.org/viewvc?rev=1138573&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51418 Provide more control over Context creation when embedding Tomcat. Based on a patch by Benson Margulies. Modif

DO NOT REPLY [Bug 51414] TCP connection closes immediately after sending the response

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51414 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 51414] TCP connection closes immediately after sending the response

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51414 Adarsh Mysore changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSF

svn commit: r1138555 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/changelog.xml

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 17:11:03 2011 New Revision: 1138555 URL: http://svn.apache.org/viewvc?rev=1138555&view=rev Log: Fix copy/paste error that broke crl handling Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java tomcat/trunk/webapps/docs/changelo

svn commit: r1138550 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 16:53:58 2011 New Revision: 1138550 URL: http://svn.apache.org/viewvc?rev=1138550&view=rev Log: No functional change. Refactoring so all attributes are handled the same way. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modi

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

2011-06-22 Thread jean-frederic clere
On 06/22/2011 03:56 PM, ma...@apache.org wrote: Author: markt Date: Wed Jun 22 13:56:05 2011 New Revision: 1138468 URL: http://svn.apache.org/viewvc?rev=1138468&view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.o

DO NOT REPLY [Bug 51417] Apache mod_jk worker gets stuck in OK/BUSY.

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51417 --- Comment #2 from Mladen Turk 2011-06-22 16:40:31 UTC --- Oops. Gave a wrong SVN reference. It's r1137200 http://svn.apache.org/viewvc?rev=1137200&view=rev -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 51417] Apache mod_jk worker gets stuck in OK/BUSY.

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51417 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 51418] Allow more flexibility in adding webapps to org.apache.catalina.startup.Tomcat

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51418 bmargulies changed: What|Removed |Added Attachment #27194|0 |1 is patch|

DO NOT REPLY [Bug 51418] New: Allow more flexibility in adding webapps to org.apache.catalina.startup.Tomcat

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51418 Bug #: 51418 Summary: Allow more flexibility in adding webapps to org.apache.catalina.startup.Tomcat Product: Tomcat 7 Version: 7.0.16 Platform: PC Statu

DO NOT REPLY [Bug 51417] Apache mod_jk worker gets stuck in OK/BUSY.

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51417 Samuel Mendenhall changed: What|Removed |Added Attachment #27193|0 |1 is patch|

DO NOT REPLY [Bug 51417] New: Apache mod_jk worker gets stuck in OK/BUSY.

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51417 Bug #: 51417 Summary: Apache mod_jk worker gets stuck in OK/BUSY. Product: Tomcat Connectors Version: 1.2.31 Platform: PC OS/Version: Linux Status: NEW Sev

svn commit: r1138497 - in /tomcat/trunk: java/org/apache/tomcat/util/scan/StandardJarScanner.java webapps/docs/changelog.xml

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 14:59:11 2011 New Revision: 1138497 URL: http://svn.apache.org/viewvc?rev=1138497&view=rev Log: Further improvements to startup performance. Use File URLs where they can be determined for speed. Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/StandardJar

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

2011-06-22 Thread markt
Author: markt Date: Wed Jun 22 13:56:05 2011 New Revision: 1138468 URL: http://svn.apache.org/viewvc?rev=1138468&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=11384

DO NOT REPLY [Bug 51414] TCP connection closes immediately after sending the response

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

crlFile and SunX509 algorithm in Tomcat 7.0.11

2011-06-22 Thread Martin Dubuc
I posted a request for help regarding an issue with configuration of CRL for HTTPS connector on the users list but haven't receive any insights on the matter. I am re-posting the message with summary information in hope that someone on the dev list can help. * * * Up to Tomcat 7.0.10, I used the

DO NOT REPLY [Bug 51414] TCP connection closes immediately after sending the response

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51414 --- Comment #1 from Adarsh Mysore 2011-06-22 11:20:17 UTC --- I have tested with below 2 connector configurations tooThe issue is the same. Even for, -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e

DO NOT REPLY [Bug 51414] TCP connection closes immediately after sending the response

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51414 Adarsh Mysore changed: What|Removed |Added Platform|HP |PC -- Configure bugmail: https://

DO NOT REPLY [Bug 51414] TCP connection closes immediately after sending the response

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51414 Adarsh Mysore changed: What|Removed |Added Priority|P2 |P1 -- Configure bugmail: https://

DO NOT REPLY [Bug 51414] TCP connection closes immediately after sending the response

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51414 Adarsh Mysore changed: What|Removed |Added CC||adarsh.tm...@gmail.com -- Configu

DO NOT REPLY [Bug 51414] New: TCP connection closes immediately after sending the response

2011-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51414 Bug #: 51414 Summary: TCP connection closes immediately after sending the response Product: Tomcat 7 Version: 7.0.14 Platform: HP OS/Version: Windows Vista

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

2011-06-22 Thread jfclere
Author: jfclere Date: Wed Jun 22 10:10:03 2011 New Revision: 1138377 URL: http://svn.apache.org/viewvc?rev=1138377&view=rev Log: Fix for JBWEB-196 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/STATU

[Tomcat Wiki] Update of "AdminGroup" by KonstantinKolinko

2011-06-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AdminGroup" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/AdminGroup?action=diff&rev1=2&rev2=3 * KonstantinKolinko * markt * SebastianBazley +