DO NOT REPLY [Bug 48192] Allow to specify the SSLSocket class in connector tag of server.xml

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48192 Ralf Hauser changed: What|Removed |Added CC||hau...@acm.org, |

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

2009-11-22 Thread Konstantin Kolinko
2009/11/23 : > Author: markt > Date: Sun Nov 22 23:14:48 2009 > New Revision: 883181 > > URL: http://svn.apache.org/viewvc?rev=883181&view=rev > Log: > Proposal > > Modified: >    tomcat/tc6.0.x/trunk/STATUS.txt > > + > +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48113 > +  Display I

DO NOT REPLY [Bug 48250] Character Encoding on HTTP Conector

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48250 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48239] HexUtils exposes public array

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48239 --- Comment #2 from Sebb 2009-11-22 17:02:00 UTC --- (In reply to comment #1) > Thanks for the patch. It wasn't quite complete. I added the extra changes > required. Oops, sorry, the patch was missing fixes to the files that also had non-p

DO NOT REPLY [Bug 48233] Loggers should be private

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48233 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

DO NOT REPLY [Bug 48235] org.apache.catalina.core.ContainerBase.threadDone should be volatile

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

svn commit: r883203 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2009-11-22 Thread markt
Author: markt Date: Mon Nov 23 00:37:36 2009 New Revision: 883203 URL: http://svn.apache.org/viewvc?rev=883203&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=482 Use volatile since field is accessed by multiple threads Modified: tomcat/trunk/java/org/apache/catalina/core

svn commit: r883201 - in /tomcat/trunk/java/org/apache: coyote/ajp/ coyote/http11/ coyote/http11/filters/ tomcat/util/buf/

2009-11-22 Thread markt
Author: markt Date: Mon Nov 23 00:36:10 2009 New Revision: 883201 URL: http://svn.apache.org/viewvc?rev=883201&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48239 HexUtils exposes public array Based on a patch provided by sebb Modified: tomcat/trunk/java/org/apache/coyo

DO NOT REPLY [Bug 48239] HexUtils exposes public array

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

DO NOT REPLY [Bug 48248] tribes.group.interceptors.MessageDispatchInterceptor.run should be volatile

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

svn commit: r883200 - in /tomcat/trunk/java/org/apache/catalina/tribes: group/GroupChannel.java group/interceptors/MessageDispatchInterceptor.java group/interceptors/TcpPingInterceptor.java membership

2009-11-22 Thread markt
Author: markt Date: Mon Nov 23 00:31:43 2009 New Revision: 883200 URL: http://svn.apache.org/viewvc?rev=883200&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48248 Use volatile since field is accessed by multiple threads Modified: tomcat/trunk/java/org/apache/catalina/tr

DO NOT REPLY [Bug 48249] org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller.run <= volatile

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

svn commit: r883199 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java

2009-11-22 Thread markt
Author: markt Date: Mon Nov 23 00:28:03 2009 New Revision: 883199 URL: http://svn.apache.org/viewvc?rev=883199&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48249 Use volatile since field is accessed by multiple threads Modified: tomcat/trunk/java/org/apache/tomcat/util

svn commit: r883198 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

2009-11-22 Thread markt
Author: markt Date: Mon Nov 23 00:23:41 2009 New Revision: 883198 URL: http://svn.apache.org/viewvc?rev=883198&view=rev Log: Add missing property Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp

svn commit: r883196 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java NioEndpoint.java jsse/JSSESocketFactory.java

2009-11-22 Thread markt
Author: markt Date: Mon Nov 23 00:11:11 2009 New Revision: 883196 URL: http://svn.apache.org/viewvc?rev=883196&view=rev Log: Fix failing SSL test Prevent NPE in NIO connector when using SSL and the default keystore password Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoi

DO NOT REPLY [Bug 48192] Allow to specify the SSLSocket class in connector tag of server.xml

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48192 Bill Barker changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r883188 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 23:33:52 2009 New Revision: 883188 URL: http://svn.apache.org/viewvc?rev=883188&view=rev Log: Update change log Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewv

DO NOT REPLY [Bug 48257] typo in spanish translation

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

svn commit: r883187 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 23:32:05 2009 New Revision: 883187 URL: http://svn.apache.org/viewvc?rev=883187&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48257 Patch provided by Guillermo Gutiérrez Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/Loca

svn commit: r883186 - /tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 23:31:18 2009 New Revision: 883186 URL: http://svn.apache.org/viewvc?rev=883186&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48257 Patch provided by Guillermo Gutiérrez Modified: tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_

Re: svn commit: r883169 - /tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java

2009-11-22 Thread Mark Thomas
Bill Barker wrote: > wrote in message > news:2009114121.9d6642388...@eris.apache.org... >> Author: markt >> Date: Sun Nov 22 22:41:21 2009 >> New Revision: 883169 >> >> URL: http://svn.apache.org/viewvc?rev=883169&view=rev >> Log: >> Clean up > Could also cleanup the JavaDoc comment when you

svn commit: r883184 - /tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 23:29:05 2009 New Revision: 883184 URL: http://svn.apache.org/viewvc?rev=883184&view=rev Log: Cleanup Javadoc as well as code Modified: tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/TldConfi

DO NOT REPLY [Bug 48236] another workaround for CVE-2009-3555 for the BIO connector

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48236 --- Comment #6 from Mark Thomas 2009-11-22 15:26:22 GMT --- There is also org.apache.catalina.startup.TestTomcatSSL although a couple of tests are failing at the moment and I need to figure out why. I suspect it is because of some recent re

Re: svn commit: r883169 - /tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java

2009-11-22 Thread Bill Barker
wrote in message news:2009114121.9d6642388...@eris.apache.org... > Author: markt > Date: Sun Nov 22 22:41:21 2009 > New Revision: 883169 > > URL: http://svn.apache.org/viewvc?rev=883169&view=rev > Log: > Clean up > > Modified: >tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java

svn commit: r883183 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcatSSL.java

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 23:25:35 2009 New Revision: 883183 URL: http://svn.apache.org/viewvc?rev=883183&view=rev Log: Use correct attribute name now all the renaming code has been removed Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTomcatSSL.java Modified: tomcat/trunk

DO NOT REPLY [Bug 48218] Comet example chat.ChatServlet fails to start when running with SecurityManager

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

DO NOT REPLY [Bug 48116] Cannot use JAXP 1.4 XML APIs from JDK 1.6 without use of 'endorsed'

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

DO NOT REPLY [Bug 48113] Member hostname components are printed as signed 8bits

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48113 --- Comment #1 from Mark Thomas 2009-11-22 15:14:51 GMT --- This was fixed in trunk in r758249. I have proposed the same patch for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are rece

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

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 23:14:48 2009 New Revision: 883181 URL: http://svn.apache.org/viewvc?rev=883181&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=883

Bug report for Tomcat Native [2009/11/22]

2009-11-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2009/11/22]

2009-11-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2009/11/22]

2009-11-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2009/11/22]

2009-11-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2009/11/22]

2009-11-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2009/11/22]

2009-11-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

DO NOT REPLY [Bug 48049] org.apache.naming.NamingContext's destroySubcontext() method doesn't invoke itself recursively, but invoke unbind() method

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48049 --- Comment #1 from Mark Thomas 2009-11-22 14:58:51 GMT --- Thanks for the patch. It has been committed to trunk and proposed for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

svn commit: r883179 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 22:58:35 2009 New Revision: 883179 URL: http://svn.apache.org/viewvc?rev=883179&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tom

svn commit: r883177 - /tomcat/trunk/java/org/apache/naming/NamingContext.java

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 22:56:53 2009 New Revision: 883177 URL: http://svn.apache.org/viewvc?rev=883177&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48049 Correct copy and paste error and call correct function Modified: tomcat/trunk/java/org/apache/naming/Naming

DO NOT REPLY [Bug 47841] CombinedRealm fails to switch to other realm

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

svn commit: r883169 - /tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 22:41:21 2009 New Revision: 883169 URL: http://svn.apache.org/viewvc?rev=883169&view=rev Log: Clean up Modified: tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java URL: http://svn

DO NOT REPLY [Bug 47799] Domain does not work in Membership and DomainFilterInterceptor.

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47799 --- Comment #4 from Mark Thomas 2009-11-22 14:39:00 GMT --- Thanks for the patch. It has been applied to trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receivi

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

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 22:38:46 2009 New Revision: 883166 URL: http://svn.apache.org/viewvc?rev=883166&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=883

svn commit: r883165 - in /tomcat/trunk/java/org/apache/catalina/tribes: group/interceptors/DomainFilterInterceptor.java membership/McastService.java

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 22:37:43 2009 New Revision: 883165 URL: http://svn.apache.org/viewvc?rev=883165&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47799 Unable to configure domain in Membership and DomainFilterInterceptor Patch provided by Keiichi Fujino Modified:

DO NOT REPLY [Bug 47655] NullPointerException in MimeHeaders

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47655 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

DO NOT REPLY [Bug 47626] File of directory which referred by symbolic link was deleted.

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47626 --- Comment #5 from Mark Thomas 2009-11-22 14:20:14 GMT --- Note that Tomcat 7 includes alias support that provides a safe way of doing this sort of thing. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email -

DO NOT REPLY [Bug 47626] File of directory which referred by symbolic link was deleted.

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

svn commit: r883154 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 22:16:32 2009 New Revision: 883154 URL: http://svn.apache.org/viewvc?rev=883154&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tom

DO NOT REPLY [Bug 47554] o.a.c.h.s.JvmRouteBinderValve doesn't set HttpOnly flag to session Cookie.

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47554 Mark Thomas changed: What|Removed |Added Attachment #24013|0 |1 is obsolete|

DO NOT REPLY [Bug 47554] o.a.c.h.s.JvmRouteBinderValve doesn't set HttpOnly flag to session Cookie.

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47554 --- Comment #4 from Mark Thomas 2009-11-22 14:07:11 GMT --- This was fixed in trunk in r802146 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are t

[Tomcat Wiki] Update of "Tomcat/UTF-8" by JuanGarcia

2009-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Tomcat/UTF-8" page has been changed by JuanGarcia. The comment on this change is: Properly propagate the exception if there is a dangerous misconfiguration. http://wiki.apache.org/

DO NOT REPLY [Bug 47462] The annotation doesn't become effective.(metadata-complete="false" is not effective.)

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462 --- Comment #1 from Mark Thomas 2009-11-22 12:52:02 GMT --- Thanks for the patch. It has been applied to trunk and proposed for 5.5.x and 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You a

svn commit: r883147 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 20:51:52 2009 New Revision: 883147 URL: http://svn.apache.org/viewvc?rev=883147&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tom

svn commit: r883146 - /tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 20:49:04 2009 New Revision: 883146 URL: http://svn.apache.org/viewvc?rev=883146&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47453 Need to be able to override metadata complete if set in the global web.xml Patch provided by Keiichi Fujino Mod

DO NOT REPLY [Bug 47998] NamingResourcesMBean.removeResource(String) is defective

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47998 --- Comment #2 from Michael Allman 2009-11-22 12:48:00 UTC --- Ok. Looks like I was calling "removeResource" with a name I built, not the name I got back from "addResource". My bad. Thanks for the feedback. -- Configure bugmail: https:

svn commit: r883145 - /tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 20:44:09 2009 New Revision: 883145 URL: http://svn.apache.org/viewvc?rev=883145&view=rev Log: Fix some Eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java Modified: tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.ja

DO NOT REPLY [Bug 47998] NamingResourcesMBean.removeResource(String) is defective

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

DO NOT REPLY [Bug 47997] NamingContextListener fails to add itself as a PropertyChangeListener to all namingResources

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47997 --- Comment #2 from Mark Thomas 2009-11-22 12:02:47 GMT --- Thanks for the patch. It has been applied to trunk and proposed for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You a

svn commit: r883135 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 20:02:18 2009 New Revision: 883135 URL: http://svn.apache.org/viewvc?rev=883135&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tom

svn commit: r883134 - /tomcat/trunk/java/org/apache/catalina/core/NamingContextListener.java

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 19:59:51 2009 New Revision: 883134 URL: http://svn.apache.org/viewvc?rev=883134&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47997 Process changes to the naming resources for all JNDI contexts, not just the global one. Patch by Michael Allman

DO NOT REPLY [Bug 47718] ManagerBase leaks fd to /dev/urandom when context stopped

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47718 --- Comment #2 from Mark Thomas 2009-11-22 11:41:38 GMT --- Many thanks for the patch. It has been applied to trunk and proposed for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

svn commit: r883131 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 19:41:33 2009 New Revision: 883131 URL: http://svn.apache.org/viewvc?rev=883131&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tom

svn commit: r883130 - /tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 19:39:33 2009 New Revision: 883130 URL: http://svn.apache.org/viewvc?rev=883130&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47718 Correct file descriptor leak on context reload/stop Patch provided by George Sexton Modified: tomcat/trunk/

DO NOT REPLY [Bug 47609] Failsafe EOL conversion

2009-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47609 --- Comment #6 from Mark Thomas 2009-11-22 11:31:59 GMT --- Modified patch applied to trunk and proposed for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this m

svn commit: r883129 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 19:31:36 2009 New Revision: 883129 URL: http://svn.apache.org/viewvc?rev=883129&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tom

svn propchange: r883125 - svn:log

2009-11-22 Thread markt
Author: markt Revision: 883125 Modified property: svn:log Modified: svn:log at Sun Nov 22 19:28:06 2009 -- --- svn:log (original) +++ svn:log Sun Nov 22 19:28:06 2009 @@ -0,0 +1,3 @@ +Fix https://issues.apache.org/bugzilla

svn commit: r883125 - /tomcat/trunk/dist.xml

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 19:18:19 2009 New Revision: 883125 URL: http://svn.apache.org/viewvc?rev=883125&view=rev Log: (empty) Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=883125&r1=883124&r2=883125&view=di

svn commit: r883119 - /tomcat/trunk/dist.xml

2009-11-22 Thread markt
Author: markt Date: Sun Nov 22 18:59:06 2009 New Revision: 883119 URL: http://svn.apache.org/viewvc?rev=883119&view=rev Log: Remove old comment Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=883119&r1=883118&r2=883

Re: svn commit: r882320 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java JSSESupport.java

2009-11-22 Thread Mark Thomas
Mark Thomas wrote: > Bill Barker wrote: >> This looks like it should work (haven't tested it yet), but hoping that >> there are people that can test on non-Sun JVMs to see if there could be >> problems. This patch is a little heavy on knowing how the JVM implements >> things :(. > > Yes, I was

Re: svn commit: r881414 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-11-22 Thread Mark Thomas
Konstantin Kolinko wrote: > 2009/11/17 : >> Author: markt >> Date: Tue Nov 17 17:57:23 2009 >> New Revision: 881414 >> >> + >> +* Update to commons-pool 1.5.4 >> + http://svn.apache.org/viewvc?rev=881412&view=rev >> + +1: markt >> + -1: >> > > Just a note: 1.5.4 is not yet available for downlo