svn commit: r1144785 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java test/org/apache/catalina/mbeans/TestRegistration.java webapps/docs/changelog.xml

2011-07-09 Thread rjung
Author: rjung Date: Sun Jul 10 06:53:36 2011 New Revision: 1144785 URL: http://svn.apache.org/viewvc?rev=1144785&view=rev Log: Fix regression producing invalid MBean names when using IPV6 addresses for connectors. - revert r1135088 - remove the surrounding quotes only when passing the name to

DO NOT REPLY [Bug 51494] New: NPE in StandardContextValve.invoke() when a webapp is redeployed while a request is still being processed

2011-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51494 Bug #: 51494 Summary: NPE in StandardContextValve.invoke() when a webapp is redeployed while a request is still being processed Product: Tomcat 7 Version: 7.0.16 Pla

Re: [VOTE] Release Apache Tomcat 7.0.18

2011-07-09 Thread Konstantin Kolinko
2011/7/7 Mark Thomas : > The proposed Apache Tomcat 7.0.18 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.18/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_18/ > > The proposed 7.0.18 release

DO NOT REPLY [Bug 51487] Consider adding the JAR to to the tomcat.util.scan.DefaultJarScanner.jarsToSkip in CATALINA_BASE/catalina.properties

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

svn commit: r1144706 - in /tomcat/trunk: build.properties.default res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

2011-07-09 Thread markt
Author: markt Date: Sat Jul 9 16:56:49 2011 New Revision: 1144706 URL: http://svn.apache.org/viewvc?rev=1144706&view=rev Log: Update to Eclipse JDT Compiler 3.7 Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/tomcat-jasper.pom tomcat/trunk/webapps/docs/changelo

svn commit: r1144701 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

2011-07-09 Thread markt
Author: markt Date: Sat Jul 9 16:38:39 2011 New Revision: 1144701 URL: http://svn.apache.org/viewvc?rev=1144701&view=rev Log: Update to Commons Daemon 1.0.6 Modified: tomcat/trunk/build.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.properties.de

svn commit: r1144690 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/ClusterRuleSetFactory.java webapps/docs/changelog.xml

2011-07-09 Thread markt
Author: markt Date: Sat Jul 9 16:05:42 2011 New Revision: 1144690 URL: http://svn.apache.org/viewvc?rev=1144690&view=rev Log: Remove some more unnecessary code Removed: tomcat/trunk/java/org/apache/catalina/startup/ClusterRuleSetFactory.java Modified: tomcat/trunk/java/org/apache/catalin

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

2011-07-09 Thread markt
Author: markt Date: Sat Jul 9 15:21:46 2011 New Revision: 1144682 URL: http://svn.apache.org/viewvc?rev=1144682&view=rev Log: Add regression fix to changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewv

Re: Using reflection to call tcnative methods

2011-07-09 Thread Christopher Schultz
Mladen, On 7/8/2011 11:44 PM, Mladen Turk wrote: > On 07/09/2011 04:14 AM, Christopher Schultz wrote: >> All, >> >> I've been working in AprLifecycleListener to add FIPS support. I need to >> make an additional native method call in initializeSSL and I'm wondering >> why all of the native methods