DO NOT REPLY [Bug 51606] Version 1.2.32 does not work with Jenkins on RHEL 6

2011-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51606 --- Comment #2 from Rene Snajder rene.snaj...@i-med.ac.at 2011-10-24 06:37:58 UTC --- (In reply to comment #1) Bugzilla is not a support forum. Please post your problem to the Tomcat users list and include your configuration. I'm not

DO NOT REPLY [Bug 51606] Version 1.2.32 does not work with Jenkins on RHEL 6

2011-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51606 --- Comment #3 from Rainer Jung rainer.j...@kippdata.de 2011-10-24 06:48:04 UTC --- I *do* care, otherwise I wouldn't have answered. We first triage a problem on the users list and if we then find the technical core of the problem we

Re: ApacheMeetupsNa11 tomcat one?

2011-10-24 Thread jean-frederic clere
On 10/21/2011 05:30 PM, Christopher Schultz wrote: All, On 10/20/2011 4:32 PM, Christopher Schultz wrote: I'm arriving at 12:47 local time on Tuesday and I've got nothing to do until the next morning besides check-into the hotel. If anyone is interested in getting together for some drinks or

Re: Publishing zips to the maven repo

2011-10-24 Thread Henri Gomez
So I have just commit some stuff in r 1187561. Note: Sources layout not touched. Currently only maven artifacts are build  (I will work later on distrib). to test it on the top of https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk. Just use: mvn -f maven/pom.xml clean install.

svn commit: r1188097 - in /tomcat/jk/trunk: native/common/jk_lb_worker.c native/common/jk_service.h xdocs/ajp/ajpv13a.xml

2011-10-24 Thread kkolinko
Author: kkolinko Date: Mon Oct 24 11:46:27 2011 New Revision: 1188097 URL: http://svn.apache.org/viewvc?rev=1188097view=rev Log: Correct a pair of comment typos Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c tomcat/jk/trunk/native/common/jk_service.h

Re: svn commit: r1187916 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-10-24 Thread Konstantin Kolinko
Old code used stristr. New code uses strncmp. If I understand correctly, the old one is case-insensitive, while the new one is case-sensitive. Best regards, Konstantin Kolinko 2011/10/23 rj...@apache.org: Author: rjung Date: Sun Oct 23 16:19:59 2011 New Revision: 1187916 URL:

Re: svn commit: r1187916 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-10-24 Thread Rainer Jung
On 24.10.2011 13:54, Konstantin Kolinko wrote: Old code used stristr. New code uses strncmp. If I understand correctly, the old one is case-insensitive, while the new one is case-sensitive. Looks like I had tomatoes on my eyes. Will fix. Thanks! Rainer

AW: Bug 51334 - Federation support for Tomcat

2011-10-24 Thread Oliver Wulff
Hi all I was looking into apache extras and noticed the following statement: Projects hosted on Apache Extras are not considered official Apache Software Foundation projects and they are also not associated, allied, or otherwise organizationally related to The Apache Software Foundation.

svn commit: r1188226 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-10-24 Thread rjung
Author: rjung Date: Mon Oct 24 16:54:05 2011 New Revision: 1188226 URL: http://svn.apache.org/viewvc?rev=1188226view=rev Log: Fix bug introduced by r1187916 (case insensitive comparison switched to case sensitive). Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified:

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #8 from Rainer Jung rainer.j...@kippdata.de 2011-10-24 18:37:25 UTC --- Hi Eiji, in jk_connect.c your removed a big block, which was executed when HAVE_APR was defined. Below the block it saqys we should use gethostbyname_r in

Re: Removing whitespace from *.xsd and *.dtd files

2011-10-24 Thread Mark Thomas
On 23/10/2011 23:13, Konstantin Kolinko wrote: BTW, reviewing properties changes, note the *.properties files in http://svn.apache.org/viewvc?limit_changes=0view=revisionrevision=1187803 See jsp.error.usebean.missing.type, jsp.error.usebean.prohibited.as.session, jsp.error.usebean.not.both,

svn commit: r1188301 - /tomcat/trunk/build.xml

2011-10-24 Thread markt
Author: markt Date: Mon Oct 24 19:11:26 2011 New Revision: 1188301 URL: http://svn.apache.org/viewvc?rev=1188301view=rev Log: Ignore .git dir when building src distro Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r1188303 - in /tomcat/trunk/java/org/apache/catalina: core/LocalStrings.properties core/LocalStrings_es.properties deploy/LocalStrings.properties ha/deploy/LocalStrings.properties

2011-10-24 Thread markt
Author: markt Date: Mon Oct 24 19:12:25 2011 New Revision: 1188303 URL: http://svn.apache.org/viewvc?rev=1188303view=rev Log: Correct parameter usage in messages. Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties

svn commit: r1188304 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-10-24 Thread markt
Author: markt Date: Mon Oct 24 19:13:03 2011 New Revision: 1188304 URL: http://svn.apache.org/viewvc?rev=1188304view=rev Log: Correct a property name Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java Modified:

svn commit: r1188305 - /tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java

2011-10-24 Thread markt
Author: markt Date: Mon Oct 24 19:13:41 2011 New Revision: 1188305 URL: http://svn.apache.org/viewvc?rev=1188305view=rev Log: Add missing i18n lookups Modified: tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java Modified: tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java URL:

svn commit: r1188313 [5/5] - in /tomcat/trunk/java: javax/el/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/catalina/deploy/ org/apache/catalin

2011-10-24 Thread markt
Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties?rev=1188313r1=1188312r2=1188313view=diff

svn commit: r1188314 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/ha/deploy/ webapps/docs/

2011-10-24 Thread markt
Author: markt Date: Mon Oct 24 19:19:32 2011 New Revision: 1188314 URL: http://svn.apache.org/viewvc?rev=1188314view=rev Log: i18n resource fixes Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

Re: Publishing zips to the maven repo

2011-10-24 Thread Olivier Lamy
2011/10/24 Henri Gomez henri.go...@gmail.com: So I have just commit some stuff in r 1187561. Note: Sources layout not touched. Currently only maven artifacts are build  (I will work later on distrib). to test it on the top of https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk. Just use:

svn commit: r1188346 - /tomcat/maven-plugin/trunk/src/site/apt/index.apt

2011-10-24 Thread olamy
Author: olamy Date: Mon Oct 24 20:09:26 2011 New Revision: 1188346 URL: http://svn.apache.org/viewvc?rev=1188346view=rev Log: more documentation on groupId change an how to configure that in pom Modified: tomcat/maven-plugin/trunk/src/site/apt/index.apt Modified:

svn commit: r1188347 - in /tomcat/maven-plugin/trunk/src/site/apt: index.apt index.apt.vm

2011-10-24 Thread olamy
Author: olamy Date: Mon Oct 24 20:09:53 2011 New Revision: 1188347 URL: http://svn.apache.org/viewvc?rev=1188347view=rev Log: use .apt.vm to have pom sample up2date with real plugin version Added: tomcat/maven-plugin/trunk/src/site/apt/index.apt.vm (contents, props changed) -

svn commit: r1188399 - in /tomcat/trunk/java/org/apache/catalina: authenticator/ connector/

2011-10-24 Thread markt
Author: markt Date: Mon Oct 24 21:46:24 2011 New Revision: 1188399 URL: http://svn.apache.org/viewvc?rev=1188399view=rev Log: Review javax.* and o.a.catalina.[ant-connectors] for unused code using UCDetector and mark unused code as deprecated. Modified:

svn commit: r1188401 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ webapps/docs/

2011-10-24 Thread markt
Author: markt Date: Mon Oct 24 21:50:26 2011 New Revision: 1188401 URL: http://svn.apache.org/viewvc?rev=1188401view=rev Log: Start deprecating unused / unnecessary code Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1188402 - in /tomcat/trunk/java/org/apache/catalina: authenticator/ connector/ realm/

2011-10-24 Thread markt
Author: markt Date: Mon Oct 24 21:53:36 2011 New Revision: 1188402 URL: http://svn.apache.org/viewvc?rev=1188402view=rev Log: Remove code that was deprecated in r1188399 Modified: tomcat/trunk/java/org/apache/catalina/authenticator/BasicAuthenticator.java

buildbot failure in ASF Buildbot on tomcat-trunk

2011-10-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2407 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on tomcat-trunk

2011-10-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2408 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build