svn commit: r1852521 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java webapps/docs/changelog.xml

2019-01-30 Thread markt
Author: markt Date: Wed Jan 30 12:29:19 2019 New Revision: 1852521 URL: http://svn.apache.org/viewvc?rev=1852521=rev Log: Fix handling of POJOs with synthetic methods. Issue found while testing with nightly build of Jakarta EE WebSocket TCK. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1852520 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java webapps/docs/changelog.xml

2019-01-30 Thread markt
Author: markt Date: Wed Jan 30 12:28:43 2019 New Revision: 1852520 URL: http://svn.apache.org/viewvc?rev=1852520=rev Log: Fix handling of POJOs with synthetic methods. Issue found while testing with nightly build of Jakarta EE WebSocket TCK. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1852519 - in /tomcat/trunk: java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java webapps/docs/changelog.xml

2019-01-30 Thread markt
Author: markt Date: Wed Jan 30 12:28:05 2019 New Revision: 1852519 URL: http://svn.apache.org/viewvc?rev=1852519=rev Log: Fix handling of POJOs with synthetic methods. Issue found while testing with nightly build of Jakarta EE WebSocket TCK. Modified:

Re: Nightly builds of Jakarta EE TCKs available

2019-01-30 Thread Rémy Maucherat
On Tue, Jan 29, 2019 at 10:34 PM Mark Thomas wrote: > See: > https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/nightly/ > > I've started with the EL 3.0 TCK as it should be one of the simplest to > set up. > > Those of you who had access to the TCKs from Sun/Oracle will find it > very

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2019-01-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 --- Comment #23 from jan.pfei...@centrum.cz --- It has been 6 months now, was there any progress with bug? Should I re-test with newer versions of Tomcat? -- You are receiving this mail because: You are the assignee for the bug.

Re: [VOTE] Release Apache Tomcat Native 1.2.21

2019-01-30 Thread Rémy Maucherat
On Fri, Jan 25, 2019 at 10:06 PM Mark Thomas wrote: > Version 1.2.21 includes the following changes compared to 1.2.19: > > - Fixed memory leak associated with the use of OpenSSL BIO (used when > OpenSSL provides the TLS functionality for the NIO and NIO2 > connectors) with Rainer's addition

Re: POEditor admins

2019-01-30 Thread Woonsan Ko
On Fri, Jan 4, 2019 at 3:47 AM Mark Thomas wrote: > > On 04/01/2019 02:01, Woonsan Ko wrote: > > Thanks Mark! > > If you need a hand to synchronize the content between source and > > POEditor projects later, I'd like to volunteer for that. I expect the > > job should be done very carefully

[Bug 63115] JSP standalone compilation doesn't work. First folder in path is duplicate

2019-01-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63115 Philippe changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #4 from Philippe ---

svn commit: r1852556 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/cluster-howto.xml

2019-01-30 Thread schultz
Author: schultz Date: Wed Jan 30 21:36:54 2019 New Revision: 1852556 URL: http://svn.apache.org/viewvc?rev=1852556=rev Log: Back-port r1852555 to add EncryptInterceptor option to security section. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1852552 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/security-howto.xml

2019-01-30 Thread schultz
Author: schultz Date: Wed Jan 30 21:27:13 2019 New Revision: 1852552 URL: http://svn.apache.org/viewvc?rev=1852552=rev Log: Back-port r1852551 to add a note about using the EncryptInterceptor on untrusted networks. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1852557 - /tomcat/trunk/webapps/docs/cluster-howto.xml

2019-01-30 Thread schultz
Author: schultz Date: Wed Jan 30 21:48:04 2019 New Revision: 1852557 URL: http://svn.apache.org/viewvc?rev=1852557=rev Log: Remove out-dated warning about BackupManager. Clarify language. Modified: tomcat/trunk/webapps/docs/cluster-howto.xml Modified:

svn commit: r1852558 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/cluster-howto.xml

2019-01-30 Thread schultz
Author: schultz Date: Wed Jan 30 21:49:15 2019 New Revision: 1852558 URL: http://svn.apache.org/viewvc?rev=1852558=rev Log: Back-port 1852557 Remove out-dated warning about BackupManager. Clarify language. Modified: tomcat/tc8.5.x/trunk/ (props changed)

Jakarta EE - WebSocket TCK (nightly)

2019-01-30 Thread Mark Thomas
A few failures on this one. I'm tracking progress here: https://cwiki.apache.org/confluence/display/TOMCAT/WebSocket+TCK Score so far is: 1 TCK bug 38 TBD A lot of the TBD appear to have the same root cause so hopefully that number will come down quickly. Mark

svn commit: r1852554 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/cluster-interceptor.xml

2019-01-30 Thread schultz
Author: schultz Date: Wed Jan 30 21:29:20 2019 New Revision: 1852554 URL: http://svn.apache.org/viewvc?rev=1852554=rev Log: Back-port r1852553 to update the EncryptInterceptor documentation to include expanded cipher block-mode information. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1852553 - /tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

2019-01-30 Thread schultz
Author: schultz Date: Wed Jan 30 21:28:22 2019 New Revision: 1852553 URL: http://svn.apache.org/viewvc?rev=1852553=rev Log: Update the EncryptInterceptor documentation to include expanded cipher block-mode information. Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

Re: [VOTE] Release Apache Tomcat Native 1.2.21

2019-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/25/19 16:06, Mark Thomas wrote: > Version 1.2.21 includes the following changes compared to 1.2.19: > > - Fixed memory leak associated with the use of OpenSSL BIO (used > when OpenSSL provides the TLS functionality for the NIO and NIO2

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2019-01-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 --- Comment #24 from Christopher Schultz --- (In reply to jan.pfeifer from comment #23) > It has been 6 months now, was there any progress with bug? Should I re-test > with newer versions of Tomcat? There is currently a vote being taken on a

svn commit: r1852551 - /tomcat/trunk/webapps/docs/security-howto.xml

2019-01-30 Thread schultz
Author: schultz Date: Wed Jan 30 21:25:15 2019 New Revision: 1852551 URL: http://svn.apache.org/viewvc?rev=1852551=rev Log: Add reference to the EncryptInterceptor for unsecured networks. Modified: tomcat/trunk/webapps/docs/security-howto.xml Modified:

svn commit: r1852555 - /tomcat/trunk/webapps/docs/cluster-howto.xml

2019-01-30 Thread schultz
Author: schultz Date: Wed Jan 30 21:35:59 2019 New Revision: 1852555 URL: http://svn.apache.org/viewvc?rev=1852555=rev Log: Add EncryptInterceptor option to security section. Modified: tomcat/trunk/webapps/docs/cluster-howto.xml Modified: tomcat/trunk/webapps/docs/cluster-howto.xml URL:

Tagging 9.0.x

2019-01-30 Thread Mark Thomas
Hi all, I'd like to tag 9.0.x at the end of this week. To do that the 1.2.21 native votes needs to pass. Please try and make time to test and vote on that release. Thanks, Mark - To unsubscribe, e-mail: