RE: svn commit: r1849311 - in /tomcat/trunk: java/org/apache/catalina/startup/LocalStrings.properties java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/startup/TestTomcat.java weba

2018-12-20 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: svn commit: r1849311 - in /tomcat/trunk: > java/org/apache/catalina/startup/LocalStrings.properties > java/org/apache/catalina/startup/Tomcat.java > test/org/apache/catalina/startup/TestTomcat.java > webapps/docs/c

Re: [ANN] New committer: Woonsan Ko

2018-12-20 Thread motohashi.yuki
Congratulations! Yuki On 2018/12/19 18:56, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Woonsan Ko (woonsan) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Kind regards, > > Mark > >

[Bug 63026] JNDIRealm fails to authenticate user with 2 trailing spaces CN

2018-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63026 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Christop

Re: svn commit: r1849311 - in /tomcat/trunk: java/org/apache/catalina/startup/LocalStrings.properties java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/startup/TestTomcat.java weba

2018-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 12/19/18 14:14, Rémy Maucherat wrote: > On Wed, Dec 19, 2018 at 5:13 PM wrote: > >> Author: markt Date: Wed Dec 19 16:13:46 2018 New Revision: >> 1849311 >> >> URL: http://svn.apache.org/viewvc?rev=1849311&view=rev Log: Fix >> https://bz

[Bug 63022] Nio2Endpoint(SocketProcessorBase) for async request doesn't decrement LimitLatch while handling socket that is already closed

2018-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63022 Pankaj changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from Pankaj --- Thanks fo

tomcat-native include directory name

2018-12-20 Thread Coty Sutherland
Hi all, Is there some reason why we use apr-${TCNATIVE_MAJOR_VERSION} as the include directory instead of tomcat-native? I just pushed http://svn.apache.org/r1849428 so that make now copies the header files into _includedir, and noticed that the directory is named 'apr' rather than 'tomcat-native'

svn commit: r1849428 - /tomcat/native/trunk/native/Makefile.in

2018-12-20 Thread csutherl
Author: csutherl Date: Thu Dec 20 18:48:22 2018 New Revision: 1849428 URL: http://svn.apache.org/viewvc?rev=1849428&view=rev Log: Copy header files into the includedir to match behavior of httpd's Makefile Modified: tomcat/native/trunk/native/Makefile.in Modified: tomcat/native/trunk/native/

[Bug 63026] New: JNDIRealm fails to authenticate user with 2 trailing spaces CN

2018-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63026 Bug ID: 63026 Summary: JNDIRealm fails to authenticate user with 2 trailing spaces CN Product: Tomcat 8 Version: 8.0.33 Hardware: PC Status: NEW Sev

Re: [ANN] New committer: Woonsan Ko

2018-12-20 Thread Coty Sutherland
Congratulations and Welcome Woonsan! On Wed, Dec 19, 2018 at 9:08 PM Keiichi Fujino wrote: > Congratulations! > Welcome Woonsan! > > 2018年12月19日(水) 18:56 Mark Thomas : > > > On behalf of the Tomcat committers I am pleased to announce that > > Woonsan Ko (woonsan) has been voted in as a new Tomca

[Bug 63022] Nio2Endpoint(SocketProcessorBase) for async request doesn't decrement LimitLatch while handling socket that is already closed

2018-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63022 --- Comment #3 from Remy Maucherat --- Created attachment 36340 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36340&action=edit NIO2 close patch Simplify the socket close for NIO2, which would probably fix bad side effects like seen h

[Bug 62799] mod_jk doesn't handle the EINPROGRESS state appropriately for non-blocking sockets.

2018-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62799 m...@blackmans.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 63022] Nio2Endpoint(SocketProcessorBase) for async request doesn't decrement LimitLatch while handling socket that is already closed

2018-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63022 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Remy Mau