Re: [VOTE] Release Apache Tomcat 8.5.5

2016-09-01 Thread Rémy Maucherat
2016-08-31 22:48 GMT+02:00 Mark Thomas : > The proposed 8.5.5 release is: > [ ] Broken - do not release > [ ] Alpha - go ahead and release as 8.5.5 > [ ] Beta - go ahead and release as 8.5.5 > [X] Stable - go ahead and release as 8.5.5 > > Rémy

Re: svn commit: r1758580 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java SocketWrapperBase.java

2016-08-31 Thread Rémy Maucherat
2016-08-31 12:49 GMT+02:00 : > Author: violetagg > Date: Wed Aug 31 10:49:10 2016 > New Revision: 1758580 > > URL: http://svn.apache.org/viewvc?rev=1758580=rev > Log: > When AprEndpoint.write(boolean, ByteBuffer) is invoked with a non direct > ByteBuffer then copy that

Re: svn commit: r1758580 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java SocketWrapperBase.java

2016-08-31 Thread Rémy Maucherat
2016-08-31 12:49 GMT+02:00 : > Author: violetagg > Date: Wed Aug 31 10:49:10 2016 > New Revision: 1758580 > > URL: http://svn.apache.org/viewvc?rev=1758580=rev > Log: > When AprEndpoint.write(boolean, ByteBuffer) is invoked with a non direct > ByteBuffer then copy that

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-09-14 Thread Rémy Maucherat
2016-09-13 20:07 GMT+02:00 Violeta Georgieva : > I would like to back port these changes to Tomcat 8.5 if you do not have > any concerns. > > -0.1. I think this is ok, but not certain yet. - Performance is ok for the "common" unencrypted scenario, but it could go down if using

Re: JSSE-based crypto performance

2016-09-30 Thread Rémy Maucherat
2016-09-30 15:26 GMT+02:00 jean-frederic clere : > On 09/29/2016 08:35 PM, Christopher Schultz wrote: > > All, > > > > In the past few years, jfclere has been dong some performance testing > > with JSSE-based crypto versus OpenSSL-based crypto, and it had always > > been clear

Re: ECJ and Java 9

2016-10-05 Thread Rémy Maucherat
2016-10-04 19:41 GMT+02:00 Emmanuel Bourg <ebo...@apache.org>: > Le 4/10/2016 à 19:19, Rémy Maucherat a écrit : > > > Does anyone have info on Java 9 support in ECJ ? This is going to be > needed > > for JSP support (obviously). I tested 4.7Ms [good news: it's a drop

ECJ and Java 9

2016-10-04 Thread Rémy Maucherat
Hi, Does anyone have info on Java 9 support in ECJ ? This is going to be needed for JSP support (obviously). I tested 4.7Ms [good news: it's a drop in replacement for our current 4.5] but there's no change in that area. Rémy

Re: [VOTE] Release Apache Tomcat 8.5.6

2016-10-07 Thread Rémy Maucherat
2016-10-06 22:33 GMT+02:00 Mark Thomas : > The proposed 8.5.6 release is: > [ ] Broken - do not release > [ ] Alpha - go ahead and release as 8.5.6 > [ ] Beta - go ahead and release as 8.5.6 > [X] Stable - go ahead and release as 8.5.6 > > No problem found. Rémy

Re: [VOTE] Release Apache Tomcat 8.0.38

2016-10-07 Thread Rémy Maucherat
2016-10-06 23:18 GMT+02:00 Mark Thomas : > The proposed 8.0.38 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.38 > > Rémy

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-09-22 Thread Rémy Maucherat
2016-09-22 17:13 GMT+02:00 Violeta Georgieva <miles...@gmail.com>: > Hi, > > 2016-09-14 20:43 GMT+03:00 Rémy Maucherat <r...@apache.org>: > > > > 2016-09-13 20:07 GMT+02:00 Violeta Georgieva <miles...@gmail.com>: > > > > > I would like to back

Re: [VOTE] Release Apache Tomcat 7.0.72

2016-09-16 Thread Rémy Maucherat
2016-09-14 15:01 GMT+02:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.72 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.72/ > The Maven staging repo is: >

Re: svn commit: r1757487 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2016-09-19 Thread Rémy Maucherat
2016-08-24 12:26 GMT+02:00 : > Author: markt > Date: Wed Aug 24 10:26:08 2016 > New Revision: 1757487 > > URL: http://svn.apache.org/viewvc?rev=1757487=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 > Correct a potential infinite loop in the SNI parsing

Re: svn commit: r1757813 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2016-08-26 Thread Rémy Maucherat
2016-08-26 12:23 GMT+02:00 : > Author: violetagg > Date: Fri Aug 26 10:23:15 2016 > New Revision: 1757813 > > URL: http://svn.apache.org/viewvc?rev=1757813=rev > Log: > Introduce a new method SocketWrapperBase.doWrite(boolean, ByteBuffer) > > Modified: >

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-03 Thread Rémy Maucherat
2016-10-03 16:58 GMT+02:00 Violeta Georgieva : > Does this means that you are Ok to back port the ByteBuffer replacement in > Tomcat 8.5? > > I don't want to sound too annoying, but it's not tested enough and 8.5 is stable. Also, it's not done yet, right ? I think it should be

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-03 Thread Rémy Maucherat
2016-10-03 15:57 GMT+02:00 Violeta Georgieva : > Hi Remy, > > Did you manage to check or test the changed that I made? > In case you have doubts for some scenarios let me know and I will test it. > > Hum, I tested plain text as well as OpenSSL, this should (hopefully) cover

Re: [VOTE] Release Apache Tomcat 6.0.46

2016-10-10 Thread Rémy Maucherat
2016-10-07 16:11 GMT+02:00 Violeta Georgieva : > The proposed Apache Tomcat 6.0.46 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.46/ > The Maven staging repo is: >

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-26 Thread Rémy Maucherat
2016-10-26 20:04 GMT+02:00 Rainer Jung <rainer.j...@kippdata.de>: > Am 26.10.2016 um 16:02 schrieb Rémy Maucherat: > >> 2016-10-26 15:32 GMT+02:00 Romain Manni-Bucau <rmannibu...@gmail.com>: >> >> If I got the original issue right, it is only about allowing a u

Re: svn commit: r1765995 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2016-10-27 Thread Rémy Maucherat
2016-10-23 8:22 GMT+02:00 Violeta Georgieva <miles...@gmail.com>: > Hi Remy, > > 2016-10-21 15:11 GMT+03:00 Rémy Maucherat <r...@apache.org>: > > > > 2016-10-21 13:21 GMT+02:00 <violet...@apache.org>: > > > > > Author: violetagg > >

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-27 Thread Rémy Maucherat
2016-10-27 13:24 GMT+02:00 Violeta Georgieva : > So are you OK to have in Tomcat 8.5 the read/write with ByteBuffer in > CoyoteInputStream/CoyoteOutputStream? > The main purpose for this refactoring was to introduce them without > regression in the performance. > I would like

Re: svn commit: r1768283 - in /tomcat/trunk/java/org/apache/catalina: Realm.java realm/DataSourceRealm.java

2016-11-06 Thread Rémy Maucherat
2016-11-05 23:03 GMT+01:00 : > Author: markt > Date: Sat Nov 5 22:03:30 2016 > New Revision: 1768283 > > URL: http://svn.apache.org/viewvc?rev=1768283=rev > Log: > Keep checkstyle happy > Thanks, unfortunately I had disabled checkstyle at some point to do other things. Rémy

Re: [VOTE] Release Apache Tomcat 7.0.73

2016-11-10 Thread Rémy Maucherat
2016-11-07 23:15 GMT+01:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.73 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.73/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.0.39

2016-11-10 Thread Rémy Maucherat
2016-11-09 10:41 GMT+01:00 Violeta Georgieva : > The proposed Apache Tomcat 8.0.39 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.39/ > The Maven staging repo is: >

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-24 Thread Rémy Maucherat
2016-10-24 20:18 GMT+02:00 Violeta Georgieva : > There are no issues reported for the refactored functionality available in > 9.0.0.M11. > I think it is safe to back port the changes for the next 8.5 release. > Do you see any issues? > > Ok, so it probably works. I suppose

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-25 Thread Rémy Maucherat
2016-10-25 16:11 GMT+02:00 Rainer Jung <rainer.j...@kippdata.de>: > Am 25.10.2016 um 15:49 schrieb Rémy Maucherat: > >> 2016-10-25 15:33 GMT+02:00 Romain Manni-Bucau <rmannibu...@gmail.com>: >> >> Hi guys, >>> >>> since now tomcat has Log AP

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-25 Thread Rémy Maucherat
2016-10-25 15:33 GMT+02:00 Romain Manni-Bucau : > Hi guys, > > since now tomcat has Log API as a SPI doing 2 is easy ( > http://svn.apache.org/repos/asf/openwebbeans/microwave/ > trunk/microwave-core/src/main/java/org/apache/microwave/ > logging/tomcat/Log4j2Log.java) > and

Re: svn commit: r1765995 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2016-10-21 Thread Rémy Maucherat
2016-10-21 13:21 GMT+02:00 : > Author: violetagg > Date: Fri Oct 21 11:21:48 2016 > New Revision: 1765995 > > URL: http://svn.apache.org/viewvc?rev=1765995=rev > Log: > Test case for a delayed registration of WriteListener. Test is marked as > @Ignore as it is failing with

Re: [VOTE] Release Apache Tomcat 6.0.48

2016-11-14 Thread Rémy Maucherat
2016-11-07 21:57 GMT+01:00 Violeta Georgieva : > The proposed Apache Tomcat 6.0.48 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.48/ > The Maven staging repo is: >

Re: Tomcat Regression still haunts projects with URL Encoding?

2016-11-19 Thread Rémy Maucherat
2016-11-18 23:51 GMT+01:00 Marc Mercer : > Anyone willing to help get this looked into, updated and fixed/validated > once and for all (across the board)? > > Very funny. There's no good way to do it (although personally, I would have said dispatcher paths are not

Re: svn commit: r1767304 - in /tomcat/trunk/java/org/apache: coyote/AbstractProtocol.java tomcat/util/net/AbstractEndpoint.java tomcat/util/net/AprEndpoint.java tomcat/util/net/Nio2Endpoint.java tomca

2016-10-31 Thread Rémy Maucherat
2016-10-31 16:22 GMT+01:00 : > Author: markt > Date: Mon Oct 31 15:22:07 2016 > New Revision: 1767304 > > URL: http://svn.apache.org/viewvc?rev=1767304=rev > Log: > Follow up to r1767250: rename backlog to acceptCount in ProcotolHandler > and Endpoint > > Have you been able to

Re: [VOTE] Release Apache Tomcat 8.5.7

2016-11-03 Thread Rémy Maucherat
2016-11-03 15:49 GMT+01:00 Mark Thomas : > On 03/11/2016 14:43, Felix Schumacher wrote: > > Hi all, > > > > change r1767357 broke ajp connector with an executor. > > > > Tomcat fails to set the thread priority, since the ajp connector reports > a default priority of -1 and

Re: [VOTE] Release Apache Tomcat 9.0.0.M13

2016-11-04 Thread Rémy Maucherat
2016-11-03 22:40 GMT+01:00 Mark Thomas : > The proposed 9.0.0.M13 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 9.0.0.M13 > > Looks fine to me with my testing. Rémy

Re: [VOTE] Release Apache Tomcat 8.5.8

2016-11-04 Thread Rémy Maucherat
2016-11-03 22:50 GMT+01:00 Mark Thomas : > The proposed 8.5.8 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.8 > > Testing is ok. Rémy

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-10-26 Thread Rémy Maucherat
2016-10-26 20:45 GMT+02:00 Violeta Georgieva <miles...@gmail.com>: > Hi Remy, > > 2016-10-25 1:49 GMT+03:00 Rémy Maucherat <r...@apache.org>: > > > > 2016-10-24 20:18 GMT+02:00 Violeta Georgieva <miles...@gmail.com>: > > > > > There a

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-26 Thread Rémy Maucherat
2016-10-26 11:38 GMT+02:00 Rainer Jung : > Note that for the jul bridge to work, the Log4J2 jar files have to be put > onto the CLASSPATH (otherwise the Log4J2 jul LogManager can't be used) and > so the resource pointing to the custom LogEventFactory must sit there as >

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-26 Thread Rémy Maucherat
2016-10-26 15:32 GMT+02:00 Romain Manni-Bucau : > If I got the original issue right, it is only about allowing a user to > replace the default (JULi) so should be acceptable, no? > > Right, but once you place your logging framework in the main CL, you could run into issues.

Re: svn commit: r1764897 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/catalina/valves/rewrite/ test/org/apache/tomcat/

2016-10-15 Thread Rémy Maucherat
2016-10-15 11:17 GMT+02:00 Martin Grigorov : > Hi Remy, > > On Fri, Oct 14, 2016 at 3:46 PM, wrote: > > return (logger); > > -logger = LogFactory.getLog(logName()); > > +logger = LogFactory.getLog(getLogName()); > > > > What

Re: Incoming refactoring

2016-12-14 Thread Rémy Maucherat
2016-12-14 10:07 GMT+01:00 Mark Thomas <ma...@apache.org>: > On 14/12/2016 08:54, Rémy Maucherat wrote: > > 2016-12-14 9:50 GMT+01:00 Mark Thomas <ma...@apache.org>: > > > >> The failure happens on current trunk too so I don't think this is > >> re

Re: Incoming refactoring

2016-12-14 Thread Rémy Maucherat
2016-12-14 9:50 GMT+01:00 Mark Thomas : > The failure happens on current trunk too so I don't think this is > related to the refactoring. However, I am going to investigate this > failure first - before I apply the refactoring. > > What is the intermittent failure ?

Re: websocket and custom instantiator

2016-12-13 Thread Rémy Maucherat
2016-12-12 22:03 GMT+01:00 Romain Manni-Bucau : > Hi guys, > > on 9M15 it seems the default server configurator just uses a newInstance > and not the instance manager. Any reason? Is it too hard to catch close and > destroy instances properly? > > Issue is it makes hard to

Re: [VOTE] Release Apache Tomcat 9.0.0.M15

2016-12-06 Thread Rémy Maucherat
2016-12-05 15:47 GMT+01:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M15 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 8.5.9

2016-12-06 Thread Rémy Maucherat
2016-12-05 21:44 GMT+01:00 Mark Thomas : > The proposed Apache Tomcat 8.5.9 release is now available for voting. > > The major changes compared to the 8.5.8 release are: > > > - Improvements to SPNEGO authentication. Patches provided by Michael > Osipov. > > - Correct

Re: Plans for 9.0.0.M14 and 8.5.9

2016-12-01 Thread Rémy Maucherat
2016-12-01 15:20 GMT+01:00 Mark Thomas : > Hi, > > It is the start of a new month so I'm planning to tag 9.0.0.M14 and > 8.5.9 soon(ish). As usual, I want to work through the open bug reports > and any other known issues first. > IMO 8.5.8 is not really usable due to 60372 so

Re: [VOTE] Release Apache Tomcat 9.0.0.M16

2017-01-06 Thread Rémy Maucherat
2017-01-06 0:37 GMT+01:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M16 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 8.5.10

2017-01-06 Thread Rémy Maucherat
2017-01-06 13:58 GMT+01:00 Violeta Georgieva : > I'm observing the exception below: > Maybe but I fail to see the actual problem in the generated code, and it's not normal anyway that it makes a difference when the change is to replace with . However, I should have used

Re: svn commit: r1777647 - in /tomcat/trunk: java/org/apache/jasper/compiler/Generator.java webapps/docs/changelog.xml

2017-01-06 Thread Rémy Maucherat
2017-01-06 17:55 GMT+01:00 Violeta Georgieva : > 2017-01-06 18:50 GMT+02:00 : > > > > Author: remm > > Date: Fri Jan 6 16:50:50 2017 > > New Revision: 1777647 > > > > URL: http://svn.apache.org/viewvc?rev=1777647=rev > > Log: > > Revert try/finally for simple

Re: Final 6.0.x release?

2017-01-02 Thread Rémy Maucherat
2017-01-01 12:11 GMT+01:00 Mark Thomas : > Happy New Year! > +1 > > I'm starting to think about the tasks that need to be completed now > 6.0.x has reached EOL. > > Looking at the changelog for 6.0.x we probably do need a final 6.0.x > release to pick up the 60497 fix. Any

Re: buildbot failure in on tomcat-trunk

2017-01-03 Thread Rémy Maucherat
2017-01-03 17:57 GMT+01:00 Mark Thomas : > On 03/01/2017 16:23, build...@apache.org wrote: > > The Buildbot has detected a new failure on builder tomcat-trunk while > building . Full details are available at: > > https://ci.apache.org/builders/tomcat-trunk/builds/2004 > > >

Re: [VOTE] Release Apache Tomcat 8.5.10

2017-01-06 Thread Rémy Maucherat
2017-01-06 14:44 GMT+01:00 Violeta Georgieva <miles...@gmail.com>: > 2017-01-06 15:24 GMT+02:00 Rémy Maucherat <r...@apache.org>: > > > > 2017-01-06 13:58 GMT+01:00 Violeta Georgieva <miles...@gmail.com>: > > > > > I'm observing the except

Re: [VOTE] Release Apache Tomcat 8.5.10

2017-01-06 Thread Rémy Maucherat
2017-01-06 0:38 GMT+01:00 Mark Thomas : > The proposed Apache Tomcat 8.5.10 release is now available for voting. > > The major changes compared to the 8.5.9 release are: > > - HTTP/2 fixes and improvements > > - Simpler JSP file encoding detector that delegates XML prolog >

Re: [VOTE] Release Apache Tomcat 8.5.10

2017-01-06 Thread Rémy Maucherat
2017-01-06 16:52 GMT+01:00 Violeta Georgieva : > With r1775598 changes, the declaration of the scripting variable now is in > try/finally block and it is not visible outside this block. > > http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/a >

Re: Tomcat can report that a request-processing thread was started by an application?

2016-12-22 Thread Rémy Maucherat
2016-12-22 15:31 GMT+01:00 Christopher Schultz : > All, > > I was browsing the Tomcat-related questions on SO and I noticed this one: > > http://stackoverflow.com/questions/41223141/threads-in-tomcat-memory-leaks > > The poster shows a snip of his error log which

Re: [VOTE] Release Apache Tomcat 9.0.0.M19

2017-03-28 Thread Rémy Maucherat
2017-03-27 14:56 GMT+02:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M19 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

URI encoding

2017-03-30 Thread Rémy Maucherat
Hi, On the Servlet EG mailing list, I noticed a request for comments on URI encoding, which adds a per webapp parameter for encoding and, most importantly, that it also affects the URI. The problem is that decoding is still needed to first map the URI to the webapp, making this added feature a

Re: [VOTE] Release Apache Tomcat 8.0.43

2017-03-30 Thread Rémy Maucherat
2017-03-28 17:28 GMT+02:00 Violeta Georgieva : > The proposed Apache Tomcat 8.0.43 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.43/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 7.0.77

2017-03-30 Thread Rémy Maucherat
2017-03-28 18:45 GMT+02:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.77 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.77/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.5.13

2017-03-29 Thread Rémy Maucherat
2017-03-27 17:13 GMT+02:00 Mark Thomas : > The proposed Apache Tomcat 8.5.13 release is now available for voting. > > The major changes compared to the 8.5.12 release are: > > - Various HTTP/2 improvements > > - Fixes for sendfile related issues that could cause subsequent

Re: JDK 9 EA Build 159 and JDK 8u152 is available on java.net

2017-03-19 Thread Rémy Maucherat
2017-03-03 12:23 GMT+01:00 Rory O'Donnell : > > Hi Mark, > > *JDK 9 Early Access* b159 is available > on java.net, summary of changes are listed here < > http://download.java.net/java/jdk9/changes/jdk-9+159.html>. > > Can you confirm

Re: Hang in TestSsl testRenegotiateWorks for NIO2 (was Re: [VOTE] Release Apache Tomcat 8.0.43)

2017-04-07 Thread Rémy Maucherat
2017-04-06 21:57 GMT+02:00 Rainer Jung : > I am not much close, but r1781988 broke it: > > "Ensure that executor thread pools used with connectors pre-start the > configured minimum number of idle threads." > > The change itself is OK, but as a consequence the test is

Re: [VOTE] Release Apache Tomcat 8.5.14

2017-04-13 Thread Rémy Maucherat
2017-04-13 15:12 GMT+02:00 Mark Thomas : > The proposed Apache Tomcat 8.5.14 release is now available for voting. > > The major changes compared to the 8.5.13 release are: > > - Correct a regression that broke JMX operations (including the Manager > web application) if the

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2017-04-17 Thread Rémy Maucherat
2017-04-15 23:32 GMT+02:00 Rainer Jung : > Coming back to this. > > Reminder: > > - in TC 8.5 we removed explicit support for Log4J(2) > > - we direct users at the Log4J2 JUL bridge > > - the Log4J2 JUL bridge works by adding the additional Log4J2 jar files to > the

Re: [ANN] Snapshots now published to Nexus after every CI build for 8.5.x and 9.0.x

2017-04-20 Thread Rémy Maucherat
2017-04-20 16:20 GMT+02:00 Mark Thomas : > Hi, > > With some help from the infra team, I have just finished configuring the > CI system to publish snapshot builds to Nexus after every CI run for > 9.0.x and 8.5.x. > > The snapshots include: > - all the individual JARs > - all

Re: [VOTE] Release Apache Tomcat 9.0.0.M20

2017-04-13 Thread Rémy Maucherat
2017-04-12 22:11 GMT+02:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M20 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 9.0.0.M18

2017-03-09 Thread Rémy Maucherat
2017-03-08 16:56 GMT+01:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M18 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 8.5.12

2017-03-09 Thread Rémy Maucherat
2017-03-08 19:56 GMT+01:00 Mark Thomas : > The proposed Apache Tomcat 8.5.12 release is now available for voting. > > The major changes compared to the 8.5.11 release are: > > - Updates to the early access version of the Serlet 4.0 API to align it > with the most recent

Re: [VOTE] Release Apache Tomcat 8.0.42

2017-03-10 Thread Rémy Maucherat
2017-03-09 12:05 GMT+01:00 Mark Thomas : > Correcting the subject. > > On 08/03/17 20:26, Mark Thomas wrote: > > The proposed Apache Tomcat 8.0.42 release is now available for voting. > > > > The main changes since 8.0.41 are: > > > > - Limited relaxation of the HTTP request

Re: [VOTE] Release Apache Tomcat 7.0.76

2017-03-14 Thread Rémy Maucherat
2017-03-09 15:11 GMT+01:00 Mark Thomas : > The proposed Apache Tomcat 7.0.76 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.76/ > The Maven staging repo is: >

Re: Tagging 9.0.x and friends

2017-03-08 Thread Rémy Maucherat
2017-03-08 20:52 GMT+01:00 Mark Thomas : > > @ Gump : not configured, not tested by Gump > > > > Tomcat 8.0: > > @ Buildbot: broken, red - the following test is failing: > > TEST-org.apache.tomcat.websocket.server.TestCloseBug58624.NIO2.txt > > NIO2 was experimental in 8.0.x so

Re: [VOTE] Release Apache Tomcat 6.0.51

2017-03-14 Thread Rémy Maucherat
2017-03-09 21:45 GMT+01:00 Mark Thomas : > The proposed Apache Tomcat 6.0.51 release is now available for voting. > > Note: This is expected to be the last Tomcat 6 release. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.51/ > The

Re: svn commit: r1785820 - in /tomcat/trunk/java/org/apache/coyote/http2: LocalStrings.properties Stream.java

2017-03-07 Thread Rémy Maucherat
2017-03-07 11:24 GMT+01:00 : > Author: remm > Date: Tue Mar 7 10:24:38 2017 > New Revision: 1785820 > > URL: http://svn.apache.org/viewvc?rev=1785820=rev > Log: > Unlock a blocking read (with an IOE) when a stream exception occurs. The > likely bad behavior is seen in many tests

Re: Read events suspend/resume logic in websocket impl to achieve backpressure

2017-03-21 Thread Rémy Maucherat
2017-03-20 15:41 GMT+01:00 Violeta Georgieva : > Hi, > > 2017-02-27 16:50 GMT+02:00 Mark Thomas : > > > > On 27/02/17 11:55, Violeta Georgieva wrote: > > > > > > > > >> A new patch is available based on the provided comments. > > >> Can you please review it.

Re: Question about r1780601

2017-03-21 Thread Rémy Maucherat
2017-03-21 17:45 GMT+01:00 Violeta Georgieva : > Hi, > > I was checking some back ports related to bug 60897. > This [1] was not back ported to the older versions. > Do we really want it only for Tomcat 9? > It can now be backported since nobody complained about it,

Re: Hang in TestSsl testRenegotiateWorks for NIO2 (was Re: [VOTE] Release Apache Tomcat 8.0.43)

2017-04-07 Thread Rémy Maucherat
2017-04-07 14:49 GMT+02:00 Rainer Jung <rainer.j...@kippdata.de>: > Am 07.04.2017 um 11:22 schrieb Rémy Maucherat: > >> 2017-04-06 21:57 GMT+02:00 Rainer Jung <rainer.j...@kippdata.de>: >> >> I am not much close, but r1781988 broke it: >>>

Re: svn commit: r1801198 - /tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

2017-07-07 Thread Rémy Maucherat
On Fri, Jul 7, 2017 at 12:37 PM, wrote: > Author: remm > Date: Fri Jul 7 17:37:12 2017 > New Revision: 1801198 > > URL: http://svn.apache.org/viewvc?rev=1801198=rev > Log: > Refactor propertySource as final. > And I prefer not backporting it since people could be taking

Re: Plans for 9.0.0.M24 / 8.5.18

2017-07-17 Thread Rémy Maucherat
On Mon, Jul 17, 2017 at 1:43 PM, Mark Thomas <ma...@apache.org> wrote: > On 17/07/17 11:20, Rémy Maucherat wrote: > > On Mon, Jul 17, 2017 at 9:59 AM, Mark Thomas <ma...@apache.org> wrote: > > > >> Hi, > >> > >> I plan to check that the un

Re: Plans for 9.0.0.M24 / 8.5.18

2017-07-17 Thread Rémy Maucherat
On Mon, Jul 17, 2017 at 9:59 AM, Mark Thomas wrote: > Hi, > > I plan to check that the unit tests pass for the current trunks and then > tag these. If everything goes well, this should happen later today. > > +1 Should we continue cleaning up findbugs after that ? Rémy

Re: [VOTE] Release Apache Tomcat 8.5.19

2017-07-27 Thread Rémy Maucherat
On Tue, Jul 25, 2017 at 1:22 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.19 release is now available for voting. > > The major changes compared to the 8.5.16 release are: > > - Enable TLS connectors to use Java key stores that contain multiple > keys where each

Re: [VOTE] Release Apache Tomcat 9.0.0.M25

2017-07-27 Thread Rémy Maucherat
On Tue, Jul 25, 2017 at 1:19 AM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M25 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs

Re: [GUMP@vmgump-vm3]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2017-07-26 Thread Rémy Maucherat
On Thu, Jul 27, 2017 at 3:41 AM, Bill Barker wrote: > validate: > [mkdir] Created dir: /srv/gump/public/workspace/ > tomcat-trunk/output/res/checkstyle > [checkstyle] Running Checkstyle 8.2-SNAPSHOT on 3152 files > [checkstyle] Running Checkstyle 8.2-SNAPSHOT on 245

Re: svn commit: r1803038 - in /tomcat/trunk: java/org/apache/tomcat/util/digester/Digester.java java/org/apache/tomcat/util/digester/LocalStrings.properties webapps/docs/changelog.xml webapps/docs/con

2017-07-26 Thread Rémy Maucherat
On Wed, Jul 26, 2017 at 3:21 PM, Konstantin Kolinko wrote: > (Updated. Occasionally sent too early.) > > 2017-07-26 16:14 GMT+03:00 Konstantin Kolinko : > > 1. This does not belong to Coyote (as you wrote in changelog.xml). > > I see why it belongs

Re: svn commit: r1803055 - in /tomcat/trunk/java/org/apache: catalina/core/ catalina/startup/ coyote/http2/ tomcat/util/descriptor/web/ tomcat/websocket/

2017-07-26 Thread Rémy Maucherat
On Wed, Jul 26, 2017 at 4:37 PM, wrote: > Author: remm > Date: Wed Jul 26 14:37:20 2017 > New Revision: 1803055 > > URL: http://svn.apache.org/viewvc?rev=1803055=rev > Log: > Fix bit sign checks warnings, no functional change. > > To which branches should non functional cleanups

Re: svn commit: r1802639 - in /tomcat/trunk: java/org/apache/tomcat/util/digester/Digester.java webapps/docs/changelog.xml

2017-07-24 Thread Rémy Maucherat
On Mon, Jul 24, 2017 at 10:38 AM, Mark Thomas wrote: > On 21/07/17 20:45, csuth...@apache.org wrote: > > Author: csutherl > > Date: Fri Jul 21 19:45:38 2017 > > New Revision: 1802639 > > > > URL: http://svn.apache.org/viewvc?rev=1802639=rev > > Log: > > Fix

Re: [VOTE] Release Apache Tomcat 9.0.0.M24

2017-07-20 Thread Rémy Maucherat
On Tue, Jul 18, 2017 at 1:43 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M24 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs

Re: [VOTE] Release Apache Tomcat 8.5.18

2017-07-20 Thread Rémy Maucherat
On Tue, Jul 18, 2017 at 3:58 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.18 release is now available for voting. > > The major changes compared to the 8.5.16 release are: > > - Enable TLS connectors to use Java key stores that contain multiple > keys where each

Re: JDK 9 EA Build 170 is available on jdk.java.net

2017-06-28 Thread Rémy Maucherat
On Fri, May 19, 2017 at 5:03 AM, Rory O'Donnell wrote: > > Hi Mark, * > > JDK 9 Early Access* build 170 is available at the new location : - > jdk.java.net/9/ > > A summary of all the changes in this build are listed here < >

Re: Plans 9.0.0.M23 and 8.5.17

2017-07-03 Thread Rémy Maucherat
On Mon, Jul 3, 2017 at 4:30 AM, Mark Thomas wrote: > All, > > It is the start of a new month so I am planning to tag 8.5.x and 9.0.x > shortly. I have a couple of things I want to tidy up first so I expect > to tag later today or early tomorrow. > > +1 Rémy

Re: [VOTE] Release Apache Tomcat 9.0.0.M23

2017-07-04 Thread Rémy Maucherat
On Tue, Jul 4, 2017 at 3:19 AM, Mark Thomas wrote: > The proposed 9.0.0.M23 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 9.0.0.M23 > > Rémy

Re: [VOTE] Release Apache Tomcat 8.5.17

2017-07-04 Thread Rémy Maucherat
On Tue, Jul 4, 2017 at 3:40 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.17 release is now available for voting. > > The major changes compared to the 8.5.17 release are: > > - Make asynchronous error handling more robust. In particular ensure > that onError() is

Re: svn commit: r1800614 - in /tomcat/trunk: build.xml java/javax/xml/ res/checkstyle/javax-import-control.xml webapps/docs/changelog.xml

2017-07-03 Thread Rémy Maucherat
On Mon, Jul 3, 2017 at 4:48 AM, wrote: > Author: markt > Date: Mon Jul 3 09:48:01 2017 > New Revision: 1800614 > > URL: http://svn.apache.org/viewvc?rev=1800614=rev > Log: > Restore the local definition of the web service annotations since the JRE > provided versions are

Re: svn commit: r1800614 - in /tomcat/trunk: build.xml java/javax/xml/ res/checkstyle/javax-import-control.xml webapps/docs/changelog.xml

2017-07-03 Thread Rémy Maucherat
On Mon, Jul 3, 2017 at 9:45 AM, Mark Thomas <ma...@apache.org> wrote: > On 03/07/17 15:26, Rémy Maucherat wrote: > > On Mon, Jul 3, 2017 at 4:48 AM, <ma...@apache.org> wrote: > > > >> Author: markt > >> Date: Mon Jul 3 09:48:01 2017 > >> New

Re: svn commit: r1800874 - in /tomcat/trunk/java/org/apache/tomcat/util/net: jsse/JSSEKeyManager.java jsse/JSSEUtil.java openssl/OpenSSLContext.java

2017-07-05 Thread Rémy Maucherat
On Wed, Jul 5, 2017 at 8:51 AM, wrote: > Author: markt > Date: Wed Jul 5 13:51:27 2017 > New Revision: 1800874 > > URL: http://svn.apache.org/viewvc?rev=1800874=rev > Log: > Follow-up to r1800867 > Avoid NPE when no alias is specified. > Now an in memory key store with a

Re: Server TLS renegotiation issues with tc-native

2017-08-09 Thread Rémy Maucherat
On Tue, Aug 8, 2017 at 10:07 PM, Mark Thomas wrote: > Hi, > > The good news is I have managed to unpick the various TLS issues I've > been struggling with. > > The Chrome not selecting the user cert issue looks to be related to how > many of the fields were complete in the DN.

Re: [VOTE] Release Apache Tomcat 9.0.0.M26

2017-08-08 Thread Rémy Maucherat
On Wed, Aug 2, 2017 at 11:30 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M26 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs

Re: [VOTE] Release Apache Tomcat 8.5.20

2017-08-08 Thread Rémy Maucherat
On Thu, Aug 3, 2017 at 12:10 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.20 release is now available for voting. > > The major changes compared to the 8.5.16 release are: > > - Enable TLS connectors to use Java key stores that contain multiple > keys where each

Re: [VOTE] Release Apache Tomcat 7.0.78

2017-05-11 Thread Rémy Maucherat
2017-05-10 17:47 GMT+02:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.78 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.78/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.0.44

2017-05-11 Thread Rémy Maucherat
2017-05-10 20:41 GMT+02:00 Violeta Georgieva : > The proposed Apache Tomcat 8.0.44 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.44/ > The Maven staging repo is: >

Re: try to release taglibs-standard-1.2.6

2017-05-16 Thread Rémy Maucherat
2017-04-30 11:10 GMT+02:00 jean-frederic clere : > Hi, > > I will try to tag and propose taglibs-standard-1.2.6 for release > tomorrow, any comments? > Since this didn't happen, I plan to add a pre_126_bz60950 tag instead. Would that be acceptable ? Rémy > > Cheers > >

Re: [VOTE] Release Apache Tomcat 8.0.45

2017-06-26 Thread Rémy Maucherat
On Mon, Jun 26, 2017 at 4:05 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.45 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.45/ > The Maven staging repo is: >

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-22 Thread Rémy Maucherat
2017-06-22 10:18 GMT-05:00 Mark Thomas : > We had a couple of threads discussing this. I think it is time for a vote. > > [X] +1 We should announce 8.0.x EOL for 30 June 2018 > [ ] -1 We should announce 8.0.x EOL for [insert date here] > [ ] -1 We should not announce 8.0.x EOL

Re: Proposal to remove AjpApr connector

2017-05-27 Thread Rémy Maucherat
2017-05-26 6:46 GMT-05:00 Mark Thomas : > On 25/05/17 18:04, Christopher Schultz wrote: > > All, > > > > At ApacheCon, a few of us were talking about things that could be > > removed in upcoming versions of Tomcat. The issue of connectors came up, > > and I was thinking that

Re: try to release taglibs-standard-1.2.6

2017-05-16 Thread Rémy Maucherat
2017-05-16 14:43 GMT+02:00 Konstantin Kolinko <knst.koli...@gmail.com>: > 2017-05-16 14:56 GMT+03:00 Rémy Maucherat <r...@apache.org>: > > 2017-04-30 11:10 GMT+02:00 jean-frederic clere <jfcl...@gmail.com>: > > > >> Hi, > >> > >> I wi

<    1   2   3   4   5   6   7   8   9   10   >