Re: [VOTE] Release Apache Tomcat 7.0.37

2013-02-14 Thread Mladen Turk
On 02/13/2013 12:22 AM, Mark Thomas wrote: The proposed 7.0.37 release is: [ ] Broken - do not release [x] Stable - go ahead and release as 7.0.37 Stable Just some basic testing done. Looks good. Regards -- ^TM - To

Re: [VOTE] Release Apache Tomcat 7.0.37

2013-02-14 Thread Keiichi Fujino
2013/2/13 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 7.0.37 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/ The Maven staging repo is:

svn commit: r1446072 - in /tomcat/trunk/java/org/apache/catalina: Manager.java Session.java ha/session/DeltaManager.java session/ManagerBase.java session/StandardSession.java

2013-02-14 Thread kfujino
Author: kfujino Date: Thu Feb 14 08:57:43 2013 New Revision: 1446072 URL: http://svn.apache.org/r1446072 Log: Remove duplicate code on ManagerBase and DeltaManager. Introduce following interfaces. Manager#changeSessionId(Session, String) Session#tellChangedSessionId(String, String, boolean,

svn commit: r1446076 - in /tomcat/trunk/java/org/apache/catalina: ha/session/DeltaManager.java session/ManagerBase.java

2013-02-14 Thread kfujino
Author: kfujino Date: Thu Feb 14 09:09:55 2013 New Revision: 1446076 URL: http://svn.apache.org/r1446076 Log: Remove unused import. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2013-02-14 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/3925 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: [ANN] Apache Tomcat Native 1.1.27 released

2013-02-14 Thread Henri Gomez
I build Tomcat Native on various machine, CentOS 5/6, openSUSE/SLES and notice this error on CentOS 5.9 : /bin/sh /usr/lib/apr-1/build/libtool --silent --mode=compile gcc -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386

svn commit: r1446077 - /tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java

2013-02-14 Thread kfujino
Author: kfujino Date: Thu Feb 14 09:16:12 2013 New Revision: 1446077 URL: http://svn.apache.org/r1446077 Log: Use Manager#changeSessionId method to change session ID. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java Modified:

Re: [ANN] Apache Tomcat Native 1.1.27 released

2013-02-14 Thread Henri Gomez
Note, CentOS 5 came with an old APR (1.2) : * apr-util-1.2.7-11.el5_5.2 * apr-1.2.7-11.el5_6.5 * apr-devel-1.2.7-11.el5_6.5 2013/2/14 Henri Gomez henri.go...@gmail.com I build Tomcat Native on various machine, CentOS 5/6, openSUSE/SLES and notice this error on CentOS 5.9 : /bin/sh

Re: [ANN] Apache Tomcat Native 1.1.27 released

2013-02-14 Thread Konstantin Kolinko
2013/2/14 Henri Gomez henri.go...@gmail.com: Note, CentOS 5 came with an old APR (1.2) : * apr-util-1.2.7-11.el5_5.2 * apr-1.2.7-11.el5_6.5 * apr-devel-1.2.7-11.el5_6.5 2013/2/14 Henri Gomez henri.go...@gmail.com I build Tomcat Native on various machine, CentOS 5/6, openSUSE/SLES and

Re: [VOTE] Release Apache Tomcat 7.0.37

2013-02-14 Thread Konstantin Kolinko
2013/2/13 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 7.0.37 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/ The Maven staging repo is:

svn commit: r1446080 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2013-02-14 Thread kfujino
Author: kfujino Date: Thu Feb 14 09:31:41 2013 New Revision: 1446080 URL: http://svn.apache.org/r1446080 Log: JvmRouteSessionIDBinderListener that is no longer being used is removed from the default cluster configuration. Modified:

svn commit: r1446081 - in /tomcat/trunk/java/org/apache/catalina: Session.java session/StandardSession.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 09:35:42 2013 New Revision: 1446081 URL: http://svn.apache.org/r1446081 Log: Fix trailing whitespace Modified: tomcat/trunk/java/org/apache/catalina/Session.java tomcat/trunk/java/org/apache/catalina/session/StandardSession.java Modified:

svn commit: r1446082 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 09:36:04 2013 New Revision: 1446082 URL: http://svn.apache.org/r1446082 Log: Remove unused import Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java URL:

svn commit: r1446083 - /tomcat/trunk/java/org/apache/catalina/manager/DummyProxySession.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 09:36:40 2013 New Revision: 1446083 URL: http://svn.apache.org/r1446083 Log: Implement missing method Modified: tomcat/trunk/java/org/apache/catalina/manager/DummyProxySession.java Modified: tomcat/trunk/java/org/apache/catalina/manager/DummyProxySession.java

Re: svn commit: r1446083 - /tomcat/trunk/java/org/apache/catalina/manager/DummyProxySession.java

2013-02-14 Thread Keiichi Fujino
2013/2/14 ma...@apache.org: Author: markt Date: Thu Feb 14 09:36:40 2013 New Revision: 1446083 URL: http://svn.apache.org/r1446083 Log: Implement missing method Modified: tomcat/trunk/java/org/apache/catalina/manager/DummyProxySession.java Modified:

svn commit: r1446085 - in /tomcat/trunk/java: javax/websocket/WebSocketContainer.java org/apache/tomcat/websocket/WsWebSocketContainer.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 09:42:56 2013 New Revision: 1446085 URL: http://svn.apache.org/r1446085 Log: No extensions supported at this point. Modified: tomcat/trunk/java/javax/websocket/WebSocketContainer.java tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

tcnative 1.1.27 still not on archive.us.apache.org

2013-02-14 Thread Rainer Jung
The 1.1.27 release is on the EU archive server since about 46 hours, but still not visible on the US one: http://archive.us.apache.org/dist/tomcat/tomcat-connectors/native/ Regards, Rainer - To unsubscribe, e-mail:

Re: tcnative 1.1.27 still not on archive.us.apache.org

2013-02-14 Thread Mark Thomas
On 14/02/2013 09:43, Rainer Jung wrote: The 1.1.27 release is on the EU archive server since about 46 hours, but still not visible on the US one: http://archive.us.apache.org/dist/tomcat/tomcat-connectors/native/ Ping infra. Sounds like the rsync job has failed. Mark

[jira] [Created] (MTOMCAT-206) Runtime dependencies within multi module projects are not loaded.

2013-02-14 Thread Ludwig Magnusson (JIRA)
Ludwig Magnusson created MTOMCAT-206: Summary: Runtime dependencies within multi module projects are not loaded. Key: MTOMCAT-206 URL: https://issues.apache.org/jira/browse/MTOMCAT-206 Project:

[jira] [Commented] (MTOMCAT-206) Runtime dependencies within multi module projects are not loaded.

2013-02-14 Thread Ludwig Magnusson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13578274#comment-13578274 ] Ludwig Magnusson commented on MTOMCAT-206: -- I cant find a way to upload a patch

buildbot success in ASF Buildbot on tomcat-trunk

2013-02-14 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/3928 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1446104 - in /tomcat/site/trunk/docs/native-doc/miscellaneous: changelog.html printer/changelog.html

2013-02-14 Thread kkolinko
Author: kkolinko Date: Thu Feb 14 10:28:32 2013 New Revision: 1446104 URL: http://svn.apache.org/r1446104 Log: Update changelog at Tomcat Native site Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html

svn commit: r1446108 - in /tomcat/trunk/java/org/apache/coyote: Request.java http11/AbstractHttp11Processor.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 10:40:44 2013 New Revision: 1446108 URL: http://svn.apache.org/r1446108 Log: Ensure request start time for HTTO NIO connector is measured correctly. Modified: tomcat/trunk/java/org/apache/coyote/Request.java

svn commit: r1446110 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/Request.java java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 10:43:31 2013 New Revision: 1446110 URL: http://svn.apache.org/r1446110 Log: Ensure request start time for HTTO NIO connector is measured correctly. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/Request.java

Improvements to RealmBase

2013-02-14 Thread Oliver Kohll - Mailing Lists
Hi, As a Tomcat user and Java developer, I'd like to add a reply to http://markmail.org/thread/cipopgduels3d7yh so first off, apologies this isn't a proper email reply, I just signed up to this list specifically to reply to that. Nice to see the list is so busy btw. For #1, recording failed

[jira] [Created] (MTOMCAT-207) Allow truststoreFile in plugin configuration

2013-02-14 Thread Marcel Silberhorn (JIRA)
Marcel Silberhorn created MTOMCAT-207: - Summary: Allow truststoreFile in plugin configuration Key: MTOMCAT-207 URL: https://issues.apache.org/jira/browse/MTOMCAT-207 Project: Apache Tomcat Maven

buildbot failure in ASF Buildbot on tomcat-trunk

2013-02-14 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/3929 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[jira] [Updated] (MTOMCAT-207) Allow truststoreFile in plugin configuration

2013-02-14 Thread Marcel Silberhorn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Silberhorn updated MTOMCAT-207: -- Labels: connector (was: ) Allow truststoreFile in plugin configuration

[jira] [Updated] (MTOMCAT-207) Allow truststoreFile in plugin configuration

2013-02-14 Thread Marcel Silberhorn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Silberhorn updated MTOMCAT-207: -- Component/s: tomcat7 Allow truststoreFile in plugin configuration

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1446137 - /tomcat/trunk/java/org/apache/coyote/Request.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 12:08:16 2013 New Revision: 1446137 URL: http://svn.apache.org/r1446137 Log: Follow on to r1446108 Since -1 is used to indicate the start time has not been set, make sure that is what is used for the initial value Modified:

svn commit: r1446138 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/Request.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 12:09:27 2013 New Revision: 1446138 URL: http://svn.apache.org/r1446138 Log: Follow on to r1446110 Since -1 is used to indicate the start time has not been set, make sure that is what is used for the initial value Modified: tomcat/tc7.0.x/trunk/ (props

buildbot success in ASF Buildbot on tomcat-7-trunk

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

buildbot success in ASF Buildbot on tomcat-trunk

2013-02-14 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/3931 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: [VOTE] Release Apache Tomcat 7.0.37

2013-02-14 Thread Olivier Lamy
2013/2/13 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 7.0.37 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/ The Maven staging repo is:

[jira] [Closed] (MTOMCAT-46) Plugins tomcat:run and tomcat:run-war are not loading the Provided and Runtime dependencies.

2013-02-14 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-46. - Resolution: Won't Fix Assignee: Olivier Lamy (*$^¨%`£) see MTOMCAT-206

svn commit: r1446181 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 14:01:48 2013 New Revision: 1446181 URL: http://svn.apache.org/r1446181 Log: Prevent infinite loop on test failure Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Modified:

[jira] [Commented] (MTOMCAT-206) Runtime dependencies within multi module projects are not loaded.

2013-02-14 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13578375#comment-13578375 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-206: good catch ! I will

[jira] [Updated] (MTOMCAT-206) Runtime dependencies within multi module projects are not loaded.

2013-02-14 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-206: --- Fix Version/s: 2.1 Runtime dependencies within multi module projects

svn commit: r1446188 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2013-02-14 Thread olamy
Author: olamy Date: Thu Feb 14 14:11:50 2013 New Revision: 1446188 URL: http://svn.apache.org/r1446188 Log: [MTOMCAT-206] Runtime dependencies within multi module projects are not loaded. Submitted by Ludwig Magnusson. Modified:

svn commit: r1446189 - /tomcat/maven-plugin/trunk/pom.xml

2013-02-14 Thread olamy
Author: olamy Date: Thu Feb 14 14:11:59 2013 New Revision: 1446189 URL: http://svn.apache.org/r1446189 Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

svn commit: r1446190 - /tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml

2013-02-14 Thread olamy
Author: olamy Date: Thu Feb 14 14:12:08 2013 New Revision: 1446190 URL: http://svn.apache.org/r1446190 Log: version already defined in parent pom Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml URL:

svn commit: r1446191 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 14:12:33 2013 New Revision: 1446191 URL: http://svn.apache.org/r1446191 Log: Rename Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

[jira] [Closed] (MTOMCAT-206) Runtime dependencies within multi module projects are not loaded.

2013-02-14 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-206. -- Resolution: Fixed applied http://svn.apache.org/r1446188 Thanks !

[jira] [Commented] (MTOMCAT-206) Runtime dependencies within multi module projects are not loaded.

2013-02-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13578396#comment-13578396 ] Hudson commented on MTOMCAT-206: Integrated in TomcatMavenPlugin-mvn3.x #237 (See

svn commit: r1446217 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 14:50:48 2013 New Revision: 1446217 URL: http://svn.apache.org/r1446217 Log: Implement session timeouts Use a single background thread for session timeouts and server side async writes Added: tomcat/trunk/java/org/apache/tomcat/websocket/BackgroundProcess.java

svn commit: r1446247 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsRequest.java WsSession.java WsWebSocketContainer.java server/WsProtocolHandler.java server/WsServlet.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 15:48:40 2013 New Revision: 1446247 URL: http://svn.apache.org/r1446247 Log: Make the HTTP request information available via the session Added: tomcat/trunk/java/org/apache/tomcat/websocket/WsRequest.java (with props) Modified:

Re: [ANN] Apache Tomcat Native 1.1.27 released

2013-02-14 Thread Mladen Turk
On 02/14/2013 10:21 AM, Konstantin Kolinko wrote: 2013/2/14 Henri Gomez henri.go...@gmail.com: Note, CentOS 5 came with an old APR (1.2) : * apr-util-1.2.7-11.el5_5.2 * apr-1.2.7-11.el5_6.5 * apr-devel-1.2.7-11.el5_6.5 Any ideas ?

svn commit: r1446254 - in /tomcat/trunk/java/org/apache/jasper/compiler: PageDataImpl.java PageInfo.java Parser.java

2013-02-14 Thread markt
Author: markt Date: Thu Feb 14 16:08:40 2013 New Revision: 1446254 URL: http://svn.apache.org/r1446254 Log: UCDetector - use final - remove unused code Modified: tomcat/trunk/java/org/apache/jasper/compiler/PageDataImpl.java tomcat/trunk/java/org/apache/jasper/compiler/PageInfo.java

Re: [Bug 54559] [PATCH] 1.1.27 needs APR = 1.3.0

2013-02-14 Thread Michael-O
Am 2013-02-14 00:43, schrieb bugzi...@apache.org: https://issues.apache.org/bugzilla/show_bug.cgi?id=54559 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added

Re: [Bug 54559] [PATCH] 1.1.27 needs APR = 1.3.0

2013-02-14 Thread Rainer Jung
On 14.02.2013 20:05, Michael-O wrote: Am 2013-02-14 00:43, schrieb bugzi...@apache.org: https://issues.apache.org/bugzilla/show_bug.cgi?id=54559 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added

Re: [Bug 54559] [PATCH] 1.1.27 needs APR = 1.3.0

2013-02-14 Thread Henri Gomez
Will this patch be applied in 1.1.28 ? It will help restoring build for CentOS/RHEL 5 without extra patch. Thanks Le 14 févr. 2013 à 21:08, Rainer Jung rainer.j...@kippdata.de a écrit : On 14.02.2013 20:05, Michael-O wrote: Am 2013-02-14 00:43, schrieb bugzi...@apache.org:

Re: tcnative 1.1.27 still not on archive.us.apache.org

2013-02-14 Thread Rainer Jung
On 14.02.2013 10:50, Mark Thomas wrote: On 14/02/2013 09:43, Rainer Jung wrote: The 1.1.27 release is on the EU archive server since about 46 hours, but still not visible on the US one: http://archive.us.apache.org/dist/tomcat/tomcat-connectors/native/ Ping infra. Sounds like the rsync job

Re: svn commit: r1446072 - in /tomcat/trunk/java/org/apache/catalina: Manager.java Session.java ha/session/DeltaManager.java session/ManagerBase.java session/StandardSession.java

2013-02-14 Thread Nick Williams
On Feb 14, 2013, at 2:57 AM, kfuj...@apache.org wrote: Author: kfujino Date: Thu Feb 14 08:57:43 2013 New Revision: 1446072 URL: http://svn.apache.org/r1446072 Log: Remove duplicate code on ManagerBase and DeltaManager. Introduce following interfaces. Manager#changeSessionId(Session,

Re: [ANN] Apache Tomcat Native 1.1.27 released

2013-02-14 Thread Christopher Schultz
Henri, On 2/14/13 4:14 AM, Henri Gomez wrote: I build Tomcat Native on various machine, CentOS 5/6, openSUSE/SLES and notice this error on CentOS 5.9 : /bin/sh /usr/lib/apr-1/build/libtool --silent --mode=compile gcc -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions

Re: [ANN] Apache Tomcat Native 1.1.27 released

2013-02-14 Thread Christopher Schultz
Henri, On 2/14/13 4:14 AM, Henri Gomez wrote: I build Tomcat Native on various machine, CentOS 5/6, openSUSE/SLES and notice this error on CentOS 5.9 : I was able to build using Debian Squeeze with APR 1.4.2 and OpenSSL 0.9.8o. $ ./configure --with-apr=/usr/bin --with-ssl=yes

svn commit: r1446357 - /tomcat/trunk/conf/catalina.properties

2013-02-14 Thread kkolinko
Author: kkolinko Date: Thu Feb 14 22:04:59 2013 New Revision: 1446357 URL: http://svn.apache.org/r1446357 Log: Add access-bridge-32.jar to jarsToSkip property This library is in JDK 7u13 32-bit on Windows Modified: tomcat/trunk/conf/catalina.properties Modified:

svn commit: r1446361 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.properties webapps/docs/changelog.xml

2013-02-14 Thread kkolinko
Author: kkolinko Date: Thu Feb 14 22:11:33 2013 New Revision: 1446361 URL: http://svn.apache.org/r1446361 Log: Merged revision 1446357 from tomcat/trunk: Add access-bridge-32.jar to jarsToSkip property This library is in JDK 7u13 32-bit on Windows Modified: tomcat/tc7.0.x/trunk/ (props

Re: svn commit: r1445989 - in /tomcat/native/branches/1.1.x: native/build/tcnative.m4 native/src/jnilib.c xdocs/miscellaneous/changelog.xml

2013-02-14 Thread Mladen Turk
On 02/14/2013 12:42 AM, rj...@apache.org wrote: Author: rjung Date: Wed Feb 13 23:42:26 2013 New Revision: 1445989 URL: http://svn.apache.org/r1445989 Log: Minimum APR version is 1.3.0 since 1.1.25. PR 54559 I'm not happy with this patch. It disables using 1.2.x completely, so please revert

[Bug 54559] [PATCH] 1.1.27 needs APR = 1.3.0

2013-02-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54559 Mladen Turk mt...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 54559] [PATCH] 1.1.27 needs APR = 1.3.0

2013-02-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54559 --- Comment #3 from Mladen Turk mt...@apache.org --- Created attachment 29955 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29955action=edit Patch that allows compiling against 1.2.x The patch just adds missing bits from APR

[Bug 54559] [PATCH] 1.1.27 needs APR = 1.3.0

2013-02-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54559 --- Comment #4 from Mladen Turk mt...@apache.org --- Suppose you can leave the warning message inside configure so that user is aware it compiles against less performant APR version -- You are receiving this mail because: You are the

buildbot failure in ASF Buildbot on tomcat-trunk

2013-02-14 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/3937 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1446443 - in /tomcat/native/branches/1.1.x: native/build/tcnative.m4 native/include/tcn.h native/src/jnilib.c xdocs/miscellaneous/changelog.xml

2013-02-14 Thread rjung
Author: rjung Date: Fri Feb 15 04:18:04 2013 New Revision: 1446443 URL: http://svn.apache.org/r1446443 Log: Restore compatibility with APR 1.2.x. For optimal performance 1.3.x or higher is needed. Submitted by: mturk Modified: tomcat/native/branches/1.1.x/native/build/tcnative.m4

Re: svn commit: r1445989 - in /tomcat/native/branches/1.1.x: native/build/tcnative.m4 native/src/jnilib.c xdocs/miscellaneous/changelog.xml

2013-02-14 Thread Rainer Jung
On 14.02.2013 23:52, Mladen Turk wrote: On 02/14/2013 12:42 AM, rj...@apache.org wrote: Author: rjung Date: Wed Feb 13 23:42:26 2013 New Revision: 1445989 URL: http://svn.apache.org/r1445989 Log: Minimum APR version is 1.3.0 since 1.1.25. PR 54559 I'm not happy with this patch. It

[Bug 54559] [PATCH] 1.1.27 needs APR = 1.3.0

2013-02-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54559 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|REOPENED|RESOLVED