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 e

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 insta

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=1188097&view=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 tomcat/jk/trunk/xdocs/ajp

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 : > Author: rjung > Date: Sun Oct 23 16:19:59 2011 > New Revision: 1187916 > > URL: http://svn.apache.org/vi

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. The

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=1188226&view=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: tomcat/jk/t

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 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 a multi-threaded enviro

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=0&view=revision&revision=1187803 > > See "jsp.error.usebean.missing.type", > "jsp.error.usebean.prohibited.as.session", > "jsp.error.usebe

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=1188301&view=rev Log: Ignore .git dir when building src distro Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?

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=1188303&view=rev Log: Correct parameter usage in messages. Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/core/Local

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=1188304&view=rev Log: Correct a property name Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java Modified: tomcat/trunk/java/org/apache/catalina/core/Default

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=1188305&view=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=1188313&r1=1188312&r2=1188313&view=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=1188314&view=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 tomcat/t

Re: Publishing zips to the maven repo

2011-10-24 Thread Olivier Lamy
2011/10/24 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:

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=1188346&view=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: tomcat/maven-plugin/trunk/s

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=1188347&view=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) - copied

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=1188399&view=rev Log: Review javax.* and o.a.catalina.[ant-connectors] for unused code using UCDetector and mark unused code as deprecated. Modified: tomcat/trunk/java/org/apache/catalina

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=1188401&view=rev Log: Start deprecating unused / unnecessary code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/Constant

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=1188402&view=rev Log: Remove code that was deprecated in r1188399 Modified: tomcat/trunk/java/org/apache/catalina/authenticator/BasicAuthenticator.java tomcat/trunk/java/org/apache/cat

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 St

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 Source

DO NOT REPLY [Bug 38346] InputBuffer breaks request.readLine()

2011-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38346 --- Comment #8 from naani...@gmail.com 2011-10-25 06:49:15 UTC --- thi issue still occurs with tomcat 5.5.28. Could you please let me know, how to apply this patch to 5.5.28? -- Configure bugmail: https://issues.apache.org/bugzilla/userpre