Re: [RESULT] was: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Henri Gomez
>> Which make me think that PKG or DMG for Tomcat would be great. >> > > Make sure all those .dmg's can be created with average 'developer' > from our SVN. > Think this can be scripted given the prerequisites are installed. Yes, it will be simple bash and a empty DMG template (binary). It could ev

Re: [RESULT] was: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Mladen Turk
On 06/13/2012 10:02 PM, Henri Gomez wrote: Which make me think that PKG or DMG for Tomcat would be great. Make sure all those .dmg's can be created with average 'developer' from our SVN. Think this can be scripted given the prerequisites are installed. Regards -- ^TM -

Re: svn commit: r1349984 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-06-13 Thread Konstantin Kolinko
2012/6/13 : > Author: markt > Date: Wed Jun 13 18:29:07 2012 > New Revision: 1349984 > > URL: http://svn.apache.org/viewvc?rev=1349984&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 > Remove some duplicate calls to countDownConnection() > While the connector is runn

[Bug 53411] NullPointerException in org.apache.tomcat.util.buf.CharChunk

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|I

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

2012-06-13 Thread fhanik
Author: fhanik Date: Wed Jun 13 21:34:14 2012 New Revision: 1350027 URL: http://svn.apache.org/viewvc?rev=1350027&view=rev Log: votes 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=135

svn commit: r1350022 - /tomcat/tc7.0.x/trunk/modules/

2012-06-13 Thread fhanik
Author: fhanik Date: Wed Jun 13 21:24:00 2012 New Revision: 1350022 URL: http://svn.apache.org/viewvc?rev=1350022&view=rev Log: Make sure that the revisions are up to date prior to tagging Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) Propchange: tomcat/tc7.0.x/trunk/modules/ ---

Re: svn commit: r1349984 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-06-13 Thread Mark Thomas
On 13/06/2012 22:14, Filip Hanik (mailing lists) wrote: > > >> } else { >> -countDownConnection(); >> // Close socket and pool right away >> destroySocket(socket); >> } >> > > [Fil

RE: svn commit: r1349984 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-06-13 Thread Filip Hanik (mailing lists)
My suggestion for a 7.0.28 is to have -1 for the default value of maxConnections for APR. This disables maxConnections until we have a better grip on it. Changing it to track closures is quite a surgery, something I would do for trunk, but leave out of 7.0.x. This leaves existing code flow inta

RE: svn commit: r1349984 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-06-13 Thread Filip Hanik (mailing lists)
> } else { > -countDownConnection(); > // Close socket and pool right away > destroySocket(socket); > } > [Filip Hanik] 'running' variable could be false here, at which point, so

[Bug 53411] NullPointerException in org.apache.tomcat.util.buf.CharChunk

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411 --- Comment #4 from Konstantin Kolinko --- Just for reference, confirming what Mark already wrote, in tc7.0.x/tags/TOMCAT_7_0_27 CharChunk.java line 355 [[[ 354 public void append(String s) throws IOException { 355 append(s, 0, s.l

Re: Tagging 7.0.28

2012-06-13 Thread Mark Thomas
On 13/06/2012 19:39, Mark Thomas wrote: > I'm running the TCKs and unit tests on 7.0.x/trunk now. Assuming > everything passes and no-one raises a show-stopping bug between now and > when they finish, I'll tag current trunk as 7.0.28 - probably some time > tomorrow morning UTC. Drat. I'm seeing TC

[jira] [Commented] (MTOMCAT-160) "Skipping non-war project" should not happen if using

2012-06-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294640#comment-13294640 ] Hudson commented on MTOMCAT-160: Integrated in TomcatMavenPlugin-mvn3.x #159 (See [https

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

2012-06-13 Thread olamy
Author: olamy Date: Wed Jun 13 20:19:40 2012 New Revision: 134 URL: http://svn.apache.org/viewvc?rev=134&view=rev Log: ignore *.patch files in rat plugin Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/

[jira] [Closed] (MTOMCAT-160) "Skipping non-war project" should not happen if using

2012-06-13 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-160. -- Resolution: Fixed Fix Version/s: 2.0 Assignee: Olivier Lamy (*$

svn commit: r1349997 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java tomcat7-maven-plugin/src/main/java/org/apache/tomca

2012-06-13 Thread olamy
Author: olamy Date: Wed Jun 13 20:13:49 2012 New Revision: 1349997 URL: http://svn.apache.org/viewvc?rev=1349997&view=rev Log: [MTOMCAT-160] "Skipping non-war project" should not happen if using Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/

[jira] [Commented] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-13 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294635#comment-13294635 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-60: --- Come on folks. Here it's an

Re: [RESULT] was: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Henri Gomez
Which make me think that PKG or DMG for Tomcat would be great. Just need a cool control panel app like the one available for Windows. Any Cocoa volunteer around ? :-) Le 13 juin 2012 à 18:14, Mladen Turk a écrit : > On 06/13/2012 06:09 PM, Henri Gomez wrote: +1 from me also (build and t

[Bug 53411] NullPointerException in org.apache.tomcat.util.buf.CharChunk

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[jira] [Commented] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-13 Thread Joerg Bellmann (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294598#comment-13294598 ] Joerg Bellmann commented on MTOMCAT-60: --- Ok, you can find some example-configuratio

Re: "WARNING: Incorrect connection count" when running testsuite for APR/native 1.1.24

2012-06-13 Thread Mark Thomas
On 13/06/2012 17:08, Mark Thomas wrote: > On 13/06/2012 09:24, Rainer Jung wrote: >> On 13.06.2012 05:21, Konstantin Kolinko wrote: >>> Hi! >>> >>> I run the testsuite for Tomcat trunk with APR connector with release >>> candidate for Tomcat Native 1.1.24, on WinXP 32-bit. >>> >>> The testsuite pas

[Bug 53411] NullPointerException in org.apache.tomcat.util.buf.CharChunk

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53411] NullPointerException in org.apache.tomcat.util.buf.CharChunk

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411 kubak changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

Tagging 7.0.28

2012-06-13 Thread Mark Thomas
I'm running the TCKs and unit tests on 7.0.x/trunk now. Assuming everything passes and no-one raises a show-stopping bug between now and when they finish, I'll tag current trunk as 7.0.28 - probably some time tomorrow morning UTC. Mark -

svn commit: r1349984 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 18:29:07 2012 New Revision: 1349984 URL: http://svn.apache.org/viewvc?rev=1349984&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Remove some duplicate calls to countDownConnection() While the connector is running, destroySocket() will call

RE: "WARNING: Incorrect connection count" when running testsuite for APR/native 1.1.24

2012-06-13 Thread Filip Hanik (mailing lists)
This is one example of counting down twice. There are a lot of places calling destroySocket, the best would have been to pass a SocketWrapper instead of long and keep a AtomicBoolean to track if destroy has been called on it. if (running && !paused) { // Hand this socket off to an appropri

[jira] [Commented] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-13 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294577#comment-13294577 ] Neale Upstone commented on MTOMCAT-60: -- Thanks. I've not seen anything about being a

[Bug 53411] New: NullPointerException in org.apache.tomcat.util.buf.CharChunk

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411 Priority: P2 Bug ID: 53411 Assignee: dev@tomcat.apache.org Summary: NullPointerException in org.apache.tomcat.util.buf.CharChunk Severity: normal Classification: Un

Re: [RESULT] was: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Mladen Turk
On 06/13/2012 06:09 PM, Henri Gomez wrote: +1 from me also (build and tested on OSX Lion). Suppose you'll be doing universal builds, so the .zip should be tomcat-connectors-1.1.24-macosx-universal-bin.zip with LICENSE, NOTICE, README and .dylib of course ;) I could provide .pkg or better .dm

Re: [RESULT] was: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Henri Gomez
>> +1 from me also (build and tested on OSX Lion). >> >> Question, did you need binaries for OSX ? > > Volunteer as maintainer for consecutive versions? For OSX, no problem, I maintain up to date OpenJDK 7/8/Jigsaw and Lambda version for OSX in a daily base, providing OSX binaries should be hard.

Re: "WARNING: Incorrect connection count" when running testsuite for APR/native 1.1.24

2012-06-13 Thread Mark Thomas
On 13/06/2012 09:24, Rainer Jung wrote: > On 13.06.2012 05:21, Konstantin Kolinko wrote: >> Hi! >> >> I run the testsuite for Tomcat trunk with APR connector with release >> candidate for Tomcat Native 1.1.24, on WinXP 32-bit. >> >> The testsuite passes successfully, but looking closer into log fil

[Bug 53074] [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53074 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1349943 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 16:07:21 2012 New Revision: 1349943 URL: http://svn.apache.org/viewvc?rev=1349943&view=rev Log: Update changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/view

svn commit: r1349941 - /tomcat/tc7.0.x/trunk/

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 16:05:44 2012 New Revision: 1349941 URL: http://svn.apache.org/viewvc?rev=1349941&view=rev Log: Update merge info Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/ ---

Re: [RESULT] was: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Mladen Turk
On 06/13/2012 05:09 PM, Henri Gomez wrote: +1 from me also (build and tested on OSX Lion). Question, did you need binaries for OSX ? Volunteer as maintainer for consecutive versions? Sure, create .zip files with the content similar to windows, and put them in your people's dir, and call for

svn commit: r1349939 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/http.xml

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 16:04:27 2012 New Revision: 1349939 URL: http://svn.apache.org/viewvc?rev=1349939&view=rev Log: Update APR SSLProtocol defaults and configuration Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Propchange:

svn commit: r1349937 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default java/org/apache/tomcat/util/net/AprEndpoint.java

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 16:03:47 2012 New Revision: 1349937 URL: http://svn.apache.org/viewvc?rev=1349937&view=rev Log: APR 1.1.24 is now required. Remove unnecessary code. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc

svn commit: r1349936 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/websocket/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ java/org/apach

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 16:02:39 2012 New Revision: 1349936 URL: http://svn.apache.org/viewvc?rev=1349936&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53074 Make WebSocket connections use infinite read timeouts by default. Modified: tomcat/tc7.0.x/trunk/ (prop

svn commit: r1349933 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 16:00:57 2012 New Revision: 1349933 URL: http://svn.apache.org/viewvc?rev=1349933&view=rev Log: Simplify the APR poller now per socket timeouts are supported Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/n

svn commit: r1349932 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java java/org/apache/tomcat/jni/Poll.java

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 15:59:02 2012 New Revision: 1349932 URL: http://svn.apache.org/viewvc?rev=1349932&view=rev Log: Add per socket timeout to JNI API Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

[Bug 50864] Reconfigure pool on the fly using JMX

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50864 Filip Hanik changed: What|Removed |Added CC||brooke_hedrick@millamilla.c

[Bug 53346] Support for changing MaxActive via JMX

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53346 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53406] Stack overflow in connector

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1349923 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11AprProcessor.java java/org/apache/coyote/http11/Http11NioProcessor.java webapps/docs/changelog.xml

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 15:48:26 2012 New Revision: 1349923 URL: http://svn.apache.org/viewvc?rev=1349923&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 Fix possible stack overflow on connection close when using Comet (fhanik) Modified: tomcat/tc7.0.x/trunk/

svn commit: r1349922 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11NioProcessor.java

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 15:46:30 2012 New Revision: 1349922 URL: http://svn.apache.org/viewvc?rev=1349922&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 Fix possible stack overflow on connection close when using Comet (fhanik) Modified: tomcat/trunk/java/org

[Bug 53406] Stack overflow in connector

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 --- Comment #3 from Mark Thomas --- I was thinking along the same lines but fixing it in the Adaptor rather than just for NIO. The issue with my fix is that it somewhat abused the error flag (by changing it's meaning to mean "close the conn

[Bug 53406] Stack overflow in connector

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 --- Comment #2 from Filip Hanik --- Thanks for the analysis. Here is what I think will fix it Index: java/org/apache/coyote/http11/Http11NioProcessor.java === --- java/org/ap

Re: [RESULT] was: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Henri Gomez
+1 from me also (build and tested on OSX Lion). Question, did you need binaries for OSX ? - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[Bug 53409] New: Request class actively restricts sending parameters in the body unless using POST

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53409 Priority: P2 Bug ID: 53409 Assignee: dev@tomcat.apache.org Summary: Request class actively restricts sending parameters in the body unless using POST Severity: normal

svn commit: r1349893 - /tomcat/trunk/build.properties.default

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 14:54:55 2012 New Revision: 1349893 URL: http://svn.apache.org/viewvc?rev=1349893&view=rev Log: Update APR/native connector version Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewv

[Bug 53403] Reference to 2.2/2.3 servlet container in Tomcat 7 docs

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53403 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1349892 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/appdev/deployment.xml webapps/docs/changelog.xml

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 14:50:02 2012 New Revision: 1349892 URL: http://svn.apache.org/viewvc?rev=1349892&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53403 Correct specification version reference to include new specification versions Modified: tomcat/tc7.0.x/tr

svn commit: r1349887 - /tomcat/trunk/webapps/docs/appdev/deployment.xml

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 14:47:14 2012 New Revision: 1349887 URL: http://svn.apache.org/viewvc?rev=1349887&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53403 Correct specification version reference to include new specification versions Modified: tomcat/trunk/weba

svn commit: r1349885 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/HTMLManagerServlet.java

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 14:43:14 2012 New Revision: 1349885 URL: http://svn.apache.org/viewvc?rev=1349885&view=rev Log: Remove unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java Propchange: t

svn commit: r1349879 - /tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java

2012-06-13 Thread markt
Author: markt Date: Wed Jun 13 14:40:58 2012 New Revision: 1349879 URL: http://svn.apache.org/viewvc?rev=1349879&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java Modified: tomcat/trunk/java/org/apache/catalina/manager/HTMLManage

svn commit: r1349850 - /tomcat/native/branches/1.1.x/build.properties.default

2012-06-13 Thread mturk
Author: mturk Date: Wed Jun 13 13:52:30 2012 New Revision: 1349850 URL: http://svn.apache.org/viewvc?rev=1349850&view=rev Log: Bump current version to 1.1.25-dev Modified: tomcat/native/branches/1.1.x/build.properties.default Modified: tomcat/native/branches/1.1.x/build.properties.default UR

svn commit: r1349849 - in /tomcat/native/branches/1.1.x/native: include/tcn_version.h os/win32/libtcnative.rc

2012-06-13 Thread mturk
Author: mturk Date: Wed Jun 13 13:52:17 2012 New Revision: 1349849 URL: http://svn.apache.org/viewvc?rev=1349849&view=rev Log: Bump current version to 1.1.25-dev Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc

svn commit: r690 - in /release/tomcat/tomcat-connectors/native: ./ 1.1.23/ 1.1.24/ 1.1.24/binaries/ 1.1.24/source/

2012-06-13 Thread mturk
Author: mturk Date: Wed Jun 13 13:49:29 2012 New Revision: 690 Log: Upload 1.1.24 release artefacts Added: release/tomcat/tomcat-connectors/native/1.1.24/ release/tomcat/tomcat-connectors/native/1.1.24/binaries/ release/tomcat/tomcat-connectors/native/1.1.24/binaries/tomcat-native-1.

svn commit: r690 - in /release/tomcat/tomcat-connectors/native: ./ 1.1.23/ 1.1.24/ 1.1.24/binaries/ 1.1.24/source/

2012-06-13 Thread mturk
Author: mturk Date: Wed Jun 13 13:49:29 2012 New Revision: 690 Log: Upload 1.1.24 release artefacts Added: release/tomcat/tomcat-connectors/native/1.1.24/ release/tomcat/tomcat-connectors/native/1.1.24/binaries/ release/tomcat/tomcat-connectors/native/1.1.24/binaries/tomcat-native-1.

svn commit: r1349846 - in /tomcat/native/branches/1.1.x/xdocs: index.xml news/2012.xml

2012-06-13 Thread mturk
Author: mturk Date: Wed Jun 13 13:45:21 2012 New Revision: 1349846 URL: http://svn.apache.org/viewvc?rev=1349846&view=rev Log: Add 1.1.24 release sections Modified: tomcat/native/branches/1.1.x/xdocs/index.xml tomcat/native/branches/1.1.x/xdocs/news/2012.xml Modified: tomcat/native/branc

[RESULT] was: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Mladen Turk
With 5 binding +1 votes from Mark, Filip, Rainer, Jean-Frederic and Mladen, and no other votes I declare this vote as passed. I'll copy the artefacts to dist site and create ANN after mirror sync. On 06/11/2012 02:54 PM, Mladen Turk wrote: [1] http://people.apache.org/~mturk/native/1.1.24

Re: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Mladen Turk
On 06/13/2012 10:29 AM, Henri Gomez wrote: While building it on OSX, I noticed some changes, ie no more apxs in configure. May be I was using an old build system ? Probably not, since we never had apxs with tomcat native. You were probably thinking on mod_jk, since apxs is for building httpd m

[jira] [Comment Edited] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-13 Thread Joerg Bellmann (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294424#comment-13294424 ] Joerg Bellmann edited comment on MTOMCAT-60 at 6/13/12 12:56 PM: ---

[jira] [Commented] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-13 Thread Joerg Bellmann (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294424#comment-13294424 ] Joerg Bellmann commented on MTOMCAT-60: --- Wow, It takes nearly 2 years that someone

[jira] [Updated] (MTOMCAT-160) "Skipping non-war project" should not happen if using

2012-06-13 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neale Upstone updated MTOMCAT-160: -- Affects Version/s: 2.0-beta-1 > "Skipping non-war project" should not happen if using >

[jira] [Created] (MTOMCAT-160) "Skipping non-war project" should not happen if using

2012-06-13 Thread Neale Upstone (JIRA)
Neale Upstone created MTOMCAT-160: - Summary: "Skipping non-war project" should not happen if using Key: MTOMCAT-160 URL: https://issues.apache.org/jira/browse/MTOMCAT-160 Project: Apache Tomcat Maven

[jira] [Commented] (MTOMCAT-60) Multiple-War-Deployment in configuration section.

2012-06-13 Thread Neale Upstone (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294332#comment-13294332 ] Neale Upstone commented on MTOMCAT-60: -- I'm surprised there's no comment on this, as

Re: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread Henri Gomez
While building it on OSX, I noticed some changes, ie no more apxs in configure. May be I was using an old build system ? Updated article on my blog : http://blog.hgomez.net/2012/06/13/building-universal-apache-tomcat-native-library-on-osx-updated/ 2012/6/13 jean-frederic clere > On 06/11/2012

Re: "WARNING: Incorrect connection count" when running testsuite for APR/native 1.1.24

2012-06-13 Thread Rainer Jung
On 13.06.2012 05:21, Konstantin Kolinko wrote: Hi! I run the testsuite for Tomcat trunk with APR connector with release candidate for Tomcat Native 1.1.24, on WinXP 32-bit. The testsuite passes successfully, but looking closer into log files I see many occurrences of the following warning: 12.

[Bug 53406] Stack overflow in connector

2012-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

Re: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread jean-frederic clere
On 06/11/2012 02:54 PM, Mladen Turk wrote: [X] Stable, go ahead and release My hudson/jenkins tests are all OK. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mai