[Bug 56189] New: Remove cpappend.bat

2014-02-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56189 Bug ID: 56189 Summary: Remove cpappend.bat Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: trivial Priority:

[VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread Mladen Turk
Hi, Apache Tomcat Connectors 1.2.38 release candidate is ready for vote at [1]. This version fixes few bugs found in released version 1.2.37 and adds some new features like IPV6 support. The VOTE will remain open for at least 48 hours. The Apache Tomcat Connectors 1.2.38 is [ ] Stable, go

Re: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread jean-frederic clere
On 02/26/2014 09:45 AM, Mladen Turk wrote: Hi, Apache Tomcat Connectors 1.2.38 release candidate is ready for vote at [1]. This version fixes few bugs found in released version 1.2.37 and adds some new features like IPV6 support. The VOTE will remain open for at least 48 hours. The Apache

Re: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread Mladen Turk
On 02/26/2014 09:55 AM, jean-frederic clere wrote: On 02/26/2014 09:45 AM, Mladen Turk wrote: +++ /home/jfclere/APACHE-2.2.21/build/libtool --silent --mode=compile gcc -I/home/jfclere/APACHE-2.2.21/include -DHAVE_CONFIG_H -ansi -pedantic -Wno-long-long -Wall -pthread -DHAVE_APR

svn commit: r1571978 - /tomcat/jk/trunk/native/common/jk_lb_worker.c

2014-02-26 Thread jfclere
Author: jfclere Date: Wed Feb 26 09:33:51 2014 New Revision: 1571978 URL: http://svn.apache.org/r1571978 Log: arrange the JAVA comments. Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c URL:

Re: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread Rainer Jung
On 26.02.2014 09:45, Mladen Turk wrote: Hi, Apache Tomcat Connectors 1.2.38 release candidate is ready for vote at [1]. This version fixes few bugs found in released version 1.2.37 and adds some new features like IPV6 support. The VOTE will remain open for at least 48 hours. The

Re: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread Mladen Turk
On 02/26/2014 11:18 AM, Rainer Jung wrote: No other finding currently, but still checking some stuff. Just wanted to let you know quickly. OK. Give it a try. I'll just retag 1.2.39 with all the polishing stuff found. It's been a while since last release, so I was prepared for few runs :)

svn commit: r1572023 - /tomcat/jk/trunk/native/common/jk_connect.c

2014-02-26 Thread rjung
Author: rjung Date: Wed Feb 26 11:50:34 2014 New Revision: 1572023 URL: http://svn.apache.org/r1572023 Log: Partially fix obsolete comment. Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL:

svn commit: r1572028 - /tomcat/jk/trunk/native/configure.in

2014-02-26 Thread rjung
Author: rjung Date: Wed Feb 26 12:06:59 2014 New Revision: 1572028 URL: http://svn.apache.org/r1572028 Log: An empty if-given block in AC_ARG_ENABLE for sock-cloexec would disable SOCK_CLOEXEC in both cases, --disable-sock-cloexec and --enable-sock-cloexec. Support the theoretical

svn commit: r1572031 - in /tomcat/jk/trunk: HOWTO-RELEASE.txt native/BUILDING.txt native/configure.ac native/configure.in

2014-02-26 Thread rjung
Author: rjung Date: Wed Feb 26 12:29:31 2014 New Revision: 1572031 URL: http://svn.apache.org/r1572031 Log: Rename configure.in to configure.ac. auto tools complain now about configure.in name and configure.ac is preferred since many years. Added: tomcat/jk/trunk/native/configure.ac -

svn commit: r1572035 - /tomcat/jk/trunk/native/configure.ac

2014-02-26 Thread rjung
Author: rjung Date: Wed Feb 26 12:52:05 2014 New Revision: 1572035 URL: http://svn.apache.org/r1572035 Log: Fix another auto tools warning by switching to the recommened macro use for auto tools initialization. I couldn't make the variable sytnax work though but since they were only used on the

svn commit: r1572038 - in /tomcat/jk/trunk/native/scripts/build/unix: config.guess config.sub

2014-02-26 Thread rjung
Author: rjung Date: Wed Feb 26 12:57:07 2014 New Revision: 1572038 URL: http://svn.apache.org/r1572038 Log: Update config.{guess,sub} from http://git.savannah.gnu.org/gitweb/?p=config.git. Modified: tomcat/jk/trunk/native/scripts/build/unix/config.guess

Re: svn commit: r1572035 - /tomcat/jk/trunk/native/configure.ac

2014-02-26 Thread Mladen Turk
On 02/26/2014 01:52 PM, rj...@apache.org wrote: Author: rjung -AC_PREREQ(2.13) -AC_INIT(common/jk_worker.h) +dnl Minimum autoconf version +AC_PREREQ(2.59) + Any reason why? Regards -- ^TM - To unsubscribe, e-mail:

Re: svn commit: r1572035 - /tomcat/jk/trunk/native/configure.ac

2014-02-26 Thread Mladen Turk
On 02/26/2014 02:03 PM, Mladen Turk wrote: On 02/26/2014 01:52 PM, rj...@apache.org wrote: Author: rjung -AC_PREREQ(2.13) -AC_INIT(common/jk_worker.h) +dnl Minimum autoconf version +AC_PREREQ(2.59) + Any reason why? Nevermind. 2.59 is old enough for supported platforms. Regards -- ^TM

Re: svn commit: r1572035 - /tomcat/jk/trunk/native/configure.ac

2014-02-26 Thread Rainer Jung
On 26.02.2014 14:06, Mladen Turk wrote: On 02/26/2014 02:03 PM, Mladen Turk wrote: On 02/26/2014 01:52 PM, rj...@apache.org wrote: Author: rjung -AC_PREREQ(2.13) -AC_INIT(common/jk_worker.h) +dnl Minimum autoconf version +AC_PREREQ(2.59) + Any reason why? Nevermind. 2.59 is old

Re: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread Rainer Jung
On 26.02.2014 11:48, Mladen Turk wrote: On 02/26/2014 11:18 AM, Rainer Jung wrote: No other finding currently, but still checking some stuff. Just wanted to let you know quickly. OK. Give it a try. I'll just retag 1.2.39 with all the polishing stuff found. It's been a while since last

[Bug 56190] New: Connection keep-alive not working with asynchronous servlet

2014-02-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56190 Bug ID: 56190 Summary: Connection keep-alive not working with asynchronous servlet Product: Tomcat 8 Version: 8.0.3 Hardware: PC OS: Linux

[Bug 56190] Connection keep-alive not working with asynchronous servlet

2014-02-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56190 --- Comment #1 from Francois-Xavier Bonnet f...@apache.org --- I have the same issue with Tomcat 7.0.52 -- You are receiving this mail because: You are the assignee for the bug.

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

2014-02-26 Thread markt
Author: markt Date: Wed Feb 26 14:52:35 2014 New Revision: 1572069 URL: http://svn.apache.org/r1572069 Log: Keep pace with DBCP2 changes (just various bits of clean-up) Modified: tomcat/trunk/build.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1572120 - /tomcat/jk/trunk/native/common/jk_global.h

2014-02-26 Thread mturk
Author: mturk Date: Wed Feb 26 16:04:58 2014 New Revision: 1572120 URL: http://svn.apache.org/r1572120 Log: Ensure JK_INET6 is APR_INET6 Modified: tomcat/jk/trunk/native/common/jk_global.h Modified: tomcat/jk/trunk/native/common/jk_global.h URL:

Re: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread Mladen Turk
On 02/26/2014 02:30 PM, Rainer Jung wrote: On 26.02.2014 11:48, Mladen Turk wrote: native/nt_service/jk_nt_service.c still uses jk_resolve() with sockaddr_in instead of tne new jk struct. Should we remove native/nt_service or apply the probably simple fix to make it compatible with the new jk

svn commit: r1572128 - in /tomcat/jk/trunk/tools: jkbindist.sh signfile.sh

2014-02-26 Thread mturk
Author: mturk Date: Wed Feb 26 16:11:53 2014 New Revision: 1572128 URL: http://svn.apache.org/r1572128 Log: Ensure we use the same shell for all the toools Modified: tomcat/jk/trunk/tools/jkbindist.sh tomcat/jk/trunk/tools/signfile.sh Modified: tomcat/jk/trunk/tools/jkbindist.sh URL:

svn commit: r1572132 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2014-02-26 Thread mturk
Author: mturk Date: Wed Feb 26 16:16:21 2014 New Revision: 1572132 URL: http://svn.apache.org/r1572132 Log: Add IPV6 to changelog Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL:

[CANCELED] Was: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread Mladen Turk
Due to some issues found this vote is canceled Should I retag 1.2.38 or create 1.2.39? If later can we use the section name=Changes between 1.2.37 and 1.2.39 in the changelog since 1.2.38 was not released? On 02/26/2014 09:45 AM, Mladen Turk wrote: Hi, Apache Tomcat Connectors 1.2.38

svn commit: r1572148 - /tomcat/jk/trunk/native/nt_service/

2014-02-26 Thread mturk
Author: mturk Date: Wed Feb 26 16:28:37 2014 New Revision: 1572148 URL: http://svn.apache.org/r1572148 Log: Deprecate nt_service Removed: tomcat/jk/trunk/native/nt_service/ - To unsubscribe, e-mail:

svn commit: r1572154 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2014-02-26 Thread mturk
Author: mturk Date: Wed Feb 26 16:33:27 2014 New Revision: 1572154 URL: http://svn.apache.org/r1572154 Log: Add a note about deprecating nt_service Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL:

Re: [CANCELED] Was: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread Rainer Jung
On 26.02.2014 17:19, Mladen Turk wrote: Due to some issues found this vote is canceled Should I retag 1.2.38 or create 1.2.39? I'd slightly prefer we switch to 1.2.39 to ensure noone is using the obsolete 1.2.38 instead of the released code. If later can we use the section name=Changes

Re: [CANCELED] Was: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread Mladen Turk
On 02/26/2014 06:10 PM, Rainer Jung wrote: On 26.02.2014 17:19, Mladen Turk wrote: Due to some issues found this vote is canceled Should I retag 1.2.38 or create 1.2.39? I'd slightly prefer we switch to 1.2.39 to ensure noone is using the obsolete 1.2.38 instead of the released code. If

svn commit: r1572171 - in /tomcat/jk/trunk: native/STATUS.txt native/common/jk_version.h native/configure.ac native/iis/installer/isapi-redirector-win32-msi.ism xdocs/miscellaneous/changelog.xml

2014-02-26 Thread mturk
Author: mturk Date: Wed Feb 26 17:35:38 2014 New Revision: 1572171 URL: http://svn.apache.org/r1572171 Log: Update version numbers Modified: tomcat/jk/trunk/native/STATUS.txt tomcat/jk/trunk/native/common/jk_version.h tomcat/jk/trunk/native/configure.ac

svn commit: r1572177 - /tomcat/jk/trunk/native/STATUS.txt

2014-02-26 Thread mturk
Author: mturk Date: Wed Feb 26 17:55:38 2014 New Revision: 1572177 URL: http://svn.apache.org/r1572177 Log: Fix copy/past typo Modified: tomcat/jk/trunk/native/STATUS.txt Modified: tomcat/jk/trunk/native/STATUS.txt URL:

svn commit: r1572199 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2014-02-26 Thread kkolinko
Author: kkolinko Date: Wed Feb 26 19:05:19 2014 New Revision: 1572199 URL: http://svn.apache.org/r1572199 Log: Correct a typo Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL:

Re: Jasper Improvements

2014-02-26 Thread Greg Wilkins
On 25 February 2014 17:04, Violeta Georgieva violet...@apache.org wrote: We should be very careful when adding the OSGi meta data to the tomcat artifacts. Something that is stopping me from adding it right now, is that the different projects add different OSGi meta data specific to the

svn commit: r1572359 - /tomcat/jk/trunk/native/common/jk_global.h

2014-02-26 Thread kkolinko
Author: kkolinko Date: Thu Feb 27 00:01:03 2014 New Revision: 1572359 URL: http://svn.apache.org/r1572359 Log: Reviewing r1572120: Simplify, as JK_HAVE_IPV6 in this case is defined several lines earlier. Modified: tomcat/jk/trunk/native/common/jk_global.h Modified:

svn commit: r1572362 - /tomcat/jk/trunk/HOWTO-RELEASE.txt

2014-02-26 Thread kkolinko
Author: kkolinko Date: Thu Feb 27 00:14:39 2014 New Revision: 1572362 URL: http://svn.apache.org/r1572362 Log: Update instruction following the changes in r1572035 Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt URL:

[GitHub] tomcat pull request: Changes to make Jasper more separable from To...

2014-02-26 Thread gregw
GitHub user gregw opened a pull request: https://github.com/apache/tomcat/pull/4 Changes to make Jasper more separable from Tomcat These are the changes that the jetty project has made to make it easier to consume Jasper from apache. You can merge this pull request into a Git

Re: Jasper Improvements

2014-02-26 Thread Greg Wilkins
Just in case it was missed, here is the pull request I generated: https://github.com/apache/tomcat/pull/4 Happy to talk about individual changes either in the comments there or here. cheers On 27 February 2014 09:24, Greg Wilkins gr...@intalio.com wrote: On 25 February 2014 17:04, Violeta

TldScanner + Config, was: Jasper Improvements

2014-02-26 Thread Jeremy Boynes
On Feb 26, 2014, at 4:55 PM, Greg Wilkins gr...@intalio.com wrote: Just in case it was missed, here is the pull request I generated: https://github.com/apache/tomcat/pull/4 Happy to talk about individual changes either in the comments there or here. Related to the TldScanner changes, I’m