Use KeyManagerFactory.getDefaultAlgorithm() as the default value of algorithm

2009-12-15 Thread Ivan
Hi, While playing with Tomcat 7 with non-Sun JDK, I got an error "SunX509 KeyManagerFactory not available", it seems that in AbstractEndpoint.java, it uses SunX509 as the default value, how about using KeyManagerFactory.getDefaultAlgorithm() as the default value to make Tomcat more portable. -

DO NOT REPLY [Bug 48394] Support for "path" attribute in context.xml

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

DO NOT REPLY [Bug 48394] New: Support for "path" attribute in context.xml

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48394 Summary: Support for "path" attribute in context.xml Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Windows NT Status: NEW Severity: enhancement P

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

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47841 --- Comment #3 from Mark Thomas 2009-12-15 15:31:01 GMT --- Ah, I see what is going on here. If one of the nested realms fails to start, the combined realm fails to start. That doesn't seem like a good idea. I'll fix that so the combined re

svn commit: r891065 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSource.java

2009-12-15 Thread fhanik
Author: fhanik Date: Tue Dec 15 23:14:23 2009 New Revision: 891065 URL: http://svn.apache.org/viewvc?rev=891065&view=rev Log: bad Fido, bad Fido Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSource.java Modified: tomcat/trunk/modules/jdbc-pool/java/org/apach

DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392 --- Comment #1 from gfernandes 2009-12-15 12:08:01 UTC --- jdbc-pool version is: 1.0.7.1 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the as

DO NOT REPLY [Bug 48392] New: jdbc-pool is not returning the proxied connection in resultSet and statement

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392 Summary: jdbc-pool is not returning the proxied connection in resultSet and statement Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Windows XP

svn commit: r890946 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/ha/session/DeltaSession.java webapps/docs/changelog.xml

2009-12-15 Thread markt
Author: markt Date: Tue Dec 15 19:09:05 2009 New Revision: 890946 URL: http://svn.apache.org/viewvc?rev=890946&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47502 Don't try and replicate attributes we know to be non-serializable Patch by Tim Funk Modified: tomcat/tc6.0.

DO NOT REPLY [Bug 47502] clustering fails on serializing javax.security.auth.subject

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

DO NOT REPLY [Bug 47342] ReplicatedContext#start throws NullPointerException.

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

svn commit: r890944 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/ha/context/ReplicatedContext.java webapps/docs/changelog.xml

2009-12-15 Thread markt
Author: markt Date: Tue Dec 15 19:05:23 2009 New Revision: 890944 URL: http://svn.apache.org/viewvc?rev=890944&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47342 Fix NPE on replicated context start Patch provided by Keiichi Fujino Modified: tomcat/tc6.0.x/trunk/ (pro

DO NOT REPLY [Bug 48311] AprLifecycleListener: Bogus behaviour with Http11AprProtocol and java.library.path

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48311 --- Comment #8 from Mark Thomas 2009-12-15 11:01:37 GMT --- This has been fixed in 6.0.x and will be included in 6.0.21 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving th

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

2009-12-15 Thread markt
Author: markt Date: Tue Dec 15 19:01:20 2009 New Revision: 890943 URL: http://svn.apache.org/viewvc?rev=890943&view=rev Log: Correct bug number 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/view

svn commit: r890942 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/connector/Connector.java java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2009-12-15 Thread markt
Author: markt Date: Tue Dec 15 19:00:23 2009 New Revision: 890942 URL: http://svn.apache.org/viewvc?rev=890942&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48300 Only the APR lifecycle listener should try and initialise APR Modified: tomcat/tc6.0.x/trunk/STATUS.txt

DO NOT REPLY [Bug 48322] Reading a cookie with an apostrophe in the value is truncated in Tomcat 6.0.20 and 6.0.18

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48322 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|6.0.20

svn commit: r890940 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/http/Cookies.java test/org/apache/tomcat/util/http/TestCookies.java webapps/docs/changelog.xml

2009-12-15 Thread markt
Author: markt Date: Tue Dec 15 18:53:06 2009 New Revision: 890940 URL: http://svn.apache.org/viewvc?rev=890940&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48322 Single quote is not a separator Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/

svn commit: r890937 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/changel

2009-12-15 Thread markt
Author: markt Date: Tue Dec 15 18:48:54 2009 New Revision: 890937 URL: http://svn.apache.org/viewvc?rev=890937&view=rev Log: Improve memory leak protection Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

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

2009-12-15 Thread Mark Thomas
On 15/12/2009 16:39, Mladen Turk wrote: > On 12/15/2009 05:13 PM, j...@apache.org wrote: >> Some votes... those with>=3 I will commit today or so > > Shouldn't that be a responsibility of the proposer? Personally, I tend to leave the proposer do this themselves but if a proposal has been hanging

DO NOT REPLY [Bug 48069] Log Files not getting updated while using isapi_redirect.properties

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48069 David Esposito changed: What|Removed |Added CC||d...@9summer.com -- Configure bu

DO NOT REPLY [Bug 48069] Log Files not getting updated while using isapi_redirect.properties

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48069 --- Comment #3 from David Esposito 2009-12-15 09:33:53 UTC --- I had this exact same issue. When I had the isapi_redirect.properties in the directory with the DLL, the log file was never created (very frustrating). When I created the regis

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

2009-12-15 Thread Tim Funk
Typically the proposer will commit with +3 - but its not mandatory. As long as there are +3 - then it really doesn't matter who does the commit since there was a +3 consensus on the change. -Tim On 12/15/2009 11:39 AM, Mladen Turk wrote: On 12/15/2009 05:13 PM, j...@apache.org wrote: Some

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

2009-12-15 Thread Mladen Turk
On 12/15/2009 05:13 PM, j...@apache.org wrote: Some votes... those with>=3 I will commit today or so Shouldn't that be a responsibility of the proposer? Regards -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

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

2009-12-15 Thread jim
Author: jim Date: Tue Dec 15 16:13:06 2009 New Revision: 890856 URL: http://svn.apache.org/viewvc?rev=890856&view=rev Log: Some votes... those with >=3 I will commit today or so Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/vi

Re: svn commit: r890738 - /tomcat/jk/trunk/native/common/jk_util.c

2009-12-15 Thread Mladen Turk
On 12/15/2009 02:12 PM, Rainer Jung wrote: Why is that better? Uses significant bits out of pthread pointer. I'm concerned, that it breaks thread id's as logged by other components. For instance on Solaris I think the thread id logged by mod_jk is the same as by httpd when using %{tid}P in t

Re: svn commit: r890738 - /tomcat/jk/trunk/native/common/jk_util.c

2009-12-15 Thread Rainer Jung
Hi Mladen, On 15.12.2009 11:14, mt...@apache.org wrote: Author: mturk Date: Tue Dec 15 10:14:28 2009 New Revision: 890738 URL: http://svn.apache.org/viewvc?rev=890738&view=rev Log: Use better thread id logic. Use 4/8 byte alignment Modified: tomcat/jk/trunk/native/common/jk_util.c Modifi

DO NOT REPLY [Bug 48391] New: Logfile goes missing when running on IIS6 in application pool (not in IIS5 isolation mode)

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48391 Summary: Logfile goes missing when running on IIS6 in application pool (not in IIS5 isolation mode) Product: Tomcat Connectors Version: 1.2.28 Platform: PC OS/Version: Wi

svn commit: r890740 - /tomcat/jk/trunk/native/common/jk_ajp_common.c

2009-12-15 Thread mturk
Author: mturk Date: Tue Dec 15 10:16:49 2009 New Revision: 890740 URL: http://svn.apache.org/viewvc?rev=890740&view=rev Log: Drop exces packet during cping/cpong. We should probably do that for SEND_HEADERS as well Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c Modified: tomcat/jk/

svn commit: r890739 - /tomcat/jk/trunk/native/common/jk_uri_worker_map.c

2009-12-15 Thread mturk
Author: mturk Date: Tue Dec 15 10:15:18 2009 New Revision: 890739 URL: http://svn.apache.org/viewvc?rev=890739&view=rev Log: Fix compile time warining about uninitialized variable Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c Modified: tomcat/jk/trunk/native/common/jk_uri_worke

svn commit: r890738 - /tomcat/jk/trunk/native/common/jk_util.c

2009-12-15 Thread mturk
Author: mturk Date: Tue Dec 15 10:14:28 2009 New Revision: 890738 URL: http://svn.apache.org/viewvc?rev=890738&view=rev Log: Use better thread id logic. Use 4/8 byte alignment Modified: tomcat/jk/trunk/native/common/jk_util.c Modified: tomcat/jk/trunk/native/common/jk_util.c URL: http://svn

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #6 from Isabel Drost 2009-12-15 02:03:43 UTC --- > As a point of clarification, if a JSP is changed then the old implementation > should be unloaded before the new implementation is loaded. Therefore, lots of > changes to a smal

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #5 from Isabel Drost 2009-12-15 01:57:40 UTC --- > Have you tested your JSP unloading with heavy load? We ran initial smoke-tests against artificial setups as well as load tests against a "real-world" web application with user

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 Isabel Drost changed: What|Removed |Added Attachment #24684|0 |1 is obsolete|

svn commit: r890720 - in /tomcat/native/trunk/native/src: sslcontext.c sslinfo.c sslutils.c

2009-12-15 Thread mturk
Author: mturk Date: Tue Dec 15 09:46:09 2009 New Revision: 890720 URL: http://svn.apache.org/viewvc?rev=890720&view=rev Log: Axe using STACK directly. The API uses STACK_OF... Modified: tomcat/native/trunk/native/src/sslcontext.c tomcat/native/trunk/native/src/sslinfo.c tomcat/native/

svn commit: r890719 - in /tomcat/native/branches/1.1.x/native/src: sslcontext.c sslinfo.c sslutils.c

2009-12-15 Thread mturk
Author: mturk Date: Tue Dec 15 09:44:38 2009 New Revision: 890719 URL: http://svn.apache.org/viewvc?rev=890719&view=rev Log: Axe using STACK directly. The API uses STACK_OF... Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c tomcat/native/branches/1.1.x/native/src/sslinfo.c