svn commit: r884887 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 14:55:26 2009 New Revision: 884887 URL: http://svn.apache.org/viewvc?rev=884887&view=rev Log: Double-check getResource() works as intended after report of issue with Grails (http://jira.codehaus.org/browse/GRAILS-5038) All seems OK. Maybe a Grails issue? Modified:

Undefined variables

2009-11-27 Thread Marek Leopold
Hello, there are undefined variables firstName and lastName at the http://localhost:8081/examples/servlets/reqparams.html. Isn't it an error: Source Code for Request Parameter Example import java.io.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; public class Reques

svn commit: r884905 - in /tomcat/trunk/java/org/apache/catalina: core/LocalStrings_fr.properties manager/LocalStrings_fr.properties session/LocalStrings_fr.properties

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 16:53:37 2009 New Revision: 884905 URL: http://svn.apache.org/viewvc?rev=884905&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48295 Correct French translations. Patch provided by Marc Paquette Modified: tomcat/trunk/java/org/apache/catalin

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

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 16:54:41 2009 New Revision: 884906 URL: http://svn.apache.org/viewvc?rev=884906&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=884

DO NOT REPLY [Bug 48295] Some occurences of eacute instead of ecircumflex in french translations

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48295 --- Comment #1 from Mark Thomas 2009-11-27 08:54:54 GMT --- Many 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 re

svn commit: r884907 - /tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_fr.properties

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 16:57:21 2009 New Revision: 884907 URL: http://svn.apache.org/viewvc?rev=884907&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48297 Missing french translations and some weird sentences Patch provided by Marc Paquette Modified: tomcat/trunk

DO NOT REPLY [Bug 48297] Missing french translations and some weird sentences (patch for trunk)

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

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

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 17:05:30 2009 New Revision: 884909 URL: http://svn.apache.org/viewvc?rev=884909&view=rev Log: Add second patch to 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/trun

DO NOT REPLY [Bug 48296] Missing french translations and some weird sentences

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48296 --- Comment #1 from Mark Thomas 2009-11-27 09:06:01 GMT --- Thanks for the patch. I have combined it with the patch for bug 48295 and proposed the combined patch for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs

svn commit: r884913 - in /tomcat/trunk/java/javax: annotation/Resource.java ejb/EJB.java el/BeanELResolver.java el/ELContext.java el/ListELResolver.java el/MapELResolver.java el/ResourceBundleELResolv

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 17:14:16 2009 New Revision: 884913 URL: http://svn.apache.org/viewvc?rev=884913&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48267 Generics Patch provided by sebb Modified: tomcat/trunk/java/javax/annotation/Resource.java tomcat/trunk

DO NOT REPLY [Bug 48267] Patch to fix generics in javax packages

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

svn commit: r884914 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 17:17:12 2009 New Revision: 884914 URL: http://svn.apache.org/viewvc?rev=884914&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48282 Correct possible NPE Patch provided by sebb Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/Regi

DO NOT REPLY [Bug 48282] Possible NPE in org.apache.tomcat.util.modeler.Registry

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

svn commit: r884916 - /tomcat/trunk/java/org/apache/catalina/deploy/FilterMap.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 17:24:47 2009 New Revision: 884916 URL: http://svn.apache.org/viewvc?rev=884916&view=rev Log: Re-order the numbering so each dispatcher type always refers to the same bit so we can use bitwise operations Modified: tomcat/trunk/java/org/apache/catalina/deploy/Fi

svn commit: r884923 - in /tomcat/trunk/java/org/apache/catalina: core/ApplicationFilterFactory.java deploy/FilterMap.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 17:52:25 2009 New Revision: 884923 URL: http://svn.apache.org/viewvc?rev=884923&view=rev Log: Take advantage of revised constants to simplify code Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationFilterFactory.java tomcat/trunk/java/org/apache

svn commit: r884924 - /tomcat/trunk/java/org/apache/catalina/deploy/FilterMap.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 17:53:29 2009 New Revision: 884924 URL: http://svn.apache.org/viewvc?rev=884924&view=rev Log: Further simplication - delete unused constants Modified: tomcat/trunk/java/org/apache/catalina/deploy/FilterMap.java Modified: tomcat/trunk/java/org/apache/catalina/de

svn commit: r884926 - in /tomcat/trunk/java/org/apache/catalina: core/ApplicationFilterFactory.java deploy/FilterMap.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 18:01:12 2009 New Revision: 884926 URL: http://svn.apache.org/viewvc?rev=884926&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48285 Add handling of Async dispatcher types Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationFilt

DO NOT REPLY [Bug 48285] ApplicationFilterFactory.matchDispatcher() fails to check ASYNC

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

svn commit: r884935 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContextFacade.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 18:11:34 2009 New Revision: 884935 URL: http://svn.apache.org/viewvc?rev=884935&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48287 Eclipse warnings Patch provided by sebb Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationCon

DO NOT REPLY [Bug 48287] ApplicationContextFacade - generics fixes

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

svn commit: r884937 - in /tomcat/trunk/java/org/apache: el/lang/EvaluationContext.java jasper/el/ELContextWrapper.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 18:14:19 2009 New Revision: 884937 URL: http://svn.apache.org/viewvc?rev=884937&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48288 Supress some warnings Patch provided by sebb Modified: tomcat/trunk/java/org/apache/el/lang/EvaluationConte

DO NOT REPLY [Bug 48288] Patch to fix generics in javax.el package helpers

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

svn commit: r884938 - in /tomcat/trunk: java/org/apache/el/lang/ELSupport.java test/org/apache/el/TestELEvaluation.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 18:20:12 2009 New Revision: 884938 URL: http://svn.apache.org/viewvc?rev=884938&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48289 Javadoc / generics fixes Patch procided by sebb Modified: tomcat/trunk/java/org/apache/el/lang/ELSupport.ja

DO NOT REPLY [Bug 48289] ElSupport - Javadoc and generics fixes

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

svn commit: r884944 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/webapps/docs/changelog.xml jasper/src/share/org/apache/jasper/compiler/Generator.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 18:31:53 2009 New Revision: 884944 URL: http://svn.apache.org/viewvc?rev=884944&view=rev Log: Fix regression in previous fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=38797 Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/containe

DO NOT REPLY [Bug 38797] 5.5.12 and 5.5.15 emit different code on

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

svn commit: r884947 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/modules/cluster/src/share/org/apache/catalina/cluster/session/JvmRouteBinderValve.java container/modules/cluster/src/share/org/apac

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 18:41:21 2009 New Revision: 884947 URL: http://svn.apache.org/viewvc?rev=884947&view=rev Log: Port r795052 from modules/ha to modules/cluster Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/container/modules/cluster/src/share/org/apache/catal

svn commit: r884949 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java container/modules/ha/src/share/org/apache/catalina/

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 18:46:12 2009 New Revision: 884949 URL: http://svn.apache.org/viewvc?rev=884949&view=rev Log: Spurious startup errors in the cluster Although the secondary node is able to retrieve all sessions, the main thread doesn't see the changed stateTransfered flag, and thus

svn commit: r884957 - /tomcat/tc5.5.x/trunk/STATUS.txt

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 19:06:23 2009 New Revision: 884957 URL: http://svn.apache.org/viewvc?rev=884957&view=rev Log: No need to port fix to container/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastServiceImpl.java It uses the implementation from 6.0.x which Filip co

svn commit: r884960 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java container/webapps/docs/changelog.xml

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 19:09:42 2009 New Revision: 884960 URL: http://svn.apache.org/viewvc?rev=884960&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46384 Correct synchronisation problem that leads to cluster members permanently disappearing Modified: tomcat/tc

DO NOT REPLY [Bug 46384] Due to missing synchronization, a member may disappear permanent.

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

svn commit: r884964 - in /tomcat/tc5.5.x/trunk: ./ connectors/http11/src/java/org/apache/coyote/http11/ connectors/jni/java/org/apache/tomcat/jni/ container/catalina/src/share/org/apache/catalina/core

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 19:15:50 2009 New Revision: 884964 URL: http://svn.apache.org/viewvc?rev=884964&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46950 Adds support for SSL renegotiation when CLIENT-CERT auth is required due to a security constraint Modified:

DO NOT REPLY [Bug 46950] SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested

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

svn commit: r884966 - /tomcat/tc5.5.x/trunk/STATUS.txt

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 19:16:44 2009 New Revision: 884966 URL: http://svn.apache.org/viewvc?rev=884966&view=rev Log: These were updated to 17 due to other patches Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/to

svn commit: r884976 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/bin/catalina.sh container/webapps/docs/changelog.xml

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 19:38:09 2009 New Revision: 884976 URL: http://svn.apache.org/viewvc?rev=884976&view=rev Log: Refix https://issues.apache.org/bugzilla/show_bug.cgi?id=37848 Don't output info messages when there is no terminal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat

DO NOT REPLY [Bug 37848] Inappropriate Output From catalina.sh When No Terminal Available

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

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

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48300 Summary: AprLifecycleListener: Bogus behaviour with Http11AprProtocol and java.library.path Product: Tomcat 5 Version: 5.5.28 Platform: PC OS/Version: Linux S

svn commit: r884998 - in /tomcat/tc5.5.x/trunk: ./ connectors/util/java/org/apache/tomcat/util/net/jsse/ container/webapps/docs/ container/webapps/docs/config/

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 20:43:58 2009 New Revision: 884998 URL: http://svn.apache.org/viewvc?rev=884998&view=rev Log: CVE-2009-3555. Provide option to disable legacy SSL renegotiation. Based on Costin's patch for trunk with some modifications. Note an alternative patch is proposed but it re

svn commit: r884999 - /tomcat/tc5.5.x/trunk/STATUS.txt

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 20:46:32 2009 New Revision: 884999 URL: http://svn.apache.org/viewvc?rev=884999&view=rev Log: Votes Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=884999

svn commit: r885002 - in /tomcat/tc6.0.x/trunk: RUNNING.txt bin/catalina.bat bin/catalina.sh bin/service.bat webapps/docs/changelog.xml webapps/docs/logging.xml

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 20:51:03 2009 New Revision: 885002 URL: http://svn.apache.org/viewvc?rev=885002&view=rev Log: Allow per instance configuration of JULI or log4j for core Tomcat logging when using CATALINA_BASE. Modified: tomcat/tc6.0.x/trunk/RUNNING.txt tomcat/tc6.0.x/trunk

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

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 20:51:21 2009 New Revision: 885003 URL: http://svn.apache.org/viewvc?rev=885003&view=rev Log: Remove applied patch 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

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

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 20:53:13 2009 New Revision: 885005 URL: http://svn.apache.org/viewvc?rev=885005&view=rev Log: Separate proposals 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.t

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

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48300 --- Comment #1 from Hendrik Saly 2009-11-27 12:55:39 UTC --- Seems that org.apache.tomcat.jni.SSL has no Field named TCN_MAJOR_VERSION as expected in org.apache.catalina.core.AprLifecycleListener line 91-93. This cause a java.lang.NoSuchFi

svn commit: r885008 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 21:03:27 2009 New Revision: 885008 URL: http://svn.apache.org/viewvc?rev=885008&view=rev Log: Prevent NPE in JULI FileHandler during shutdown where the logger has been shutdown and delayed resources still trying to log Modified: tomcat/tc6.0.x/trunk/ (prop

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

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 21:04:02 2009 New Revision: 885011 URL: http://svn.apache.org/viewvc?rev=885011&view=rev Log: Add attribution to comment 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/

svn commit: r885016 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 21:09:22 2009 New Revision: 885016 URL: http://svn.apache.org/viewvc?rev=885016&view=rev Log: Make FileHandler.java extensible Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/juli/FileHandler.java tomcat/tc6.0.x/trunk/webap

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

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48300 --- Comment #2 from Hendrik Saly 2009-11-27 13:11:25 UTC --- Created an attachment (id=24631) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24631) A first Patch -- Configure bugmail: https://issues.apache.org/bugzilla/userpre

svn commit: r885018 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml webapps/docs/logging.xml

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 21:12:36 2009 New Revision: 885018 URL: http://svn.apache.org/viewvc?rev=885018&view=rev Log: Make buffer size for FileHandler configurable Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/ap

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

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 21:15:31 2009 New Revision: 885020 URL: http://svn.apache.org/viewvc?rev=885020&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=885020&

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

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

DO NOT REPLY [Bug 47712] NoSuchFieldException when trying to use Tomcat Native library

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47712 Hendrik Saly changed: What|Removed |Added CC||p...@gmx.de --- Comment #6 from Hen

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

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48300 Hendrik Saly changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48300 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICAT

DO NOT REPLY [Bug 47712] NoSuchFieldException when trying to use Tomcat Native library

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47712 --- Comment #7 from Mark Thomas 2009-11-27 13:41:00 GMT --- This is not a duplicate of Bug 48300. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You ar

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

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 21:42:25 2009 New Revision: 885026 URL: http://svn.apache.org/viewvc?rev=885026&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=885

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

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48300 --- Comment #6 from Hendrik Saly 2009-11-27 13:50:57 UTC --- The only difference (related to bug 47712) i see is that APR get loaded even if AprLifecycleListenes was commented out, right? The other problems seems solved by fixing bug 47712.

svn commit: r885029 - /tomcat/tc5.5.x/trunk/STATUS.txt

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 21:51:20 2009 New Revision: 885029 URL: http://svn.apache.org/viewvc?rev=885029&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=885

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

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 21:52:13 2009 New Revision: 885030 URL: http://svn.apache.org/viewvc?rev=885030&view=rev Log: tc6 and tc5 need different patches 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.

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

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48300 --- Comment #7 from Mark Thomas 2009-11-27 13:58:11 GMT --- Exactly. APR getting loaded even if the listener disabled is a bug. That is totally separate from the issue with the APR listener described in 47712. The only similarity between th

svn commit: r885038 - /tomcat/trunk/java/org/apache/catalina/ha/context/ReplicatedContext.java

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 22:23:40 2009 New Revision: 885038 URL: http://svn.apache.org/viewvc?rev=885038&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47342 Make sure replicated context is initialised before accessing fields Patch provided by Keiichi Fujino Modified:

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

2009-11-27 Thread markt
Author: markt Date: Fri Nov 27 22:24:37 2009 New Revision: 885039 URL: http://svn.apache.org/viewvc?rev=885039&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=885

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

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47342 --- Comment #3 from Mark Thomas 2009-11-27 14:25:26 GMT --- Thanks for the patch. The patch has been applied to trunk (although other changes in trunk mean the NPE doesn't occur) and has been proposed for 6.0.x. -- Configure bugmail: htt

DO NOT REPLY [Bug 47407] HttpSessionListener doesn't operate in the session replication when BackupManager is used.

2009-11-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47407 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Mark

DO NOT REPLY [Bug 47426] 400 Bad Request when sending two consecutive POST requests over the same connection

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