[Bug 60523] Reduce number of network packets that server sends to client via WebSocket connection

2017-07-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60523 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED

svn commit: r1802490 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/webresources/ webapps/docs/ webapps/docs/config/

2017-07-20 Thread markt
Author: markt Date: Thu Jul 20 14:13:48 2017 New Revision: 1802490 URL: http://svn.apache.org/viewvc?rev=1802490=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60963 Add a new WebResourceRoot implementation that extracts JARs to the work directory for improved performance when

[Bug 60963] Optimize class loading for unpackWARs=false case

2017-07-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963 --- Comment #25 from Mark Thomas --- Having looked into this further, the only way I could see to improve things significantly was to pre-process the JAR files from a packed WAR and populate the cache with the contents of the

Re: [VOTE] Release Apache Tomcat 9.0.0.M24

2017-07-20 Thread Mark Thomas
On 18/07/17 12:43, Mark Thomas wrote: > The proposed 9.0.0.M24 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 9.0.0.M24 Unit tests pass for NIO, NIO2 and APR on Windows, OSX and Linux all using Tomcat Native 1.2.12. Mark

[Bug 61316] Test files used by TestEncodingDetector test are broken in src.zip, src.tar.gz [8.5.18]

2017-07-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61316 --- Comment #2 from Konstantin Kolinko --- svn is configured correctly: If I run the tests from svn checkout, it completes successfully on my Windows, and it completes successfully at Buildbot (on Linux). >From svn

Re: [VOTE] Release Apache Tomcat 8.5.18

2017-07-20 Thread Mark Thomas
On 18/07/17 14:58, Mark Thomas wrote: > The proposed 8.5.18 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.18 Unit tests pass for NIO, NIO2 and APR on Windows, OSX and Linux all using Tomcat Native 1.2.12. Mark

svn commit: r1802475 - in /tomcat/trunk/webapps/docs: changelog.xml config/resources.xml

2017-07-20 Thread markt
Author: markt Date: Thu Jul 20 12:06:03 2017 New Revision: 1802475 URL: http://svn.apache.org/viewvc?rev=1802475=rev Log: Correct the documentation for how StandardRoot is configured. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/resources.xml

svn commit: r1802476 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/resources.xml

2017-07-20 Thread markt
Author: markt Date: Thu Jul 20 12:07:37 2017 New Revision: 1802476 URL: http://svn.apache.org/viewvc?rev=1802476=rev Log: Correct the documentation for how StandardRoot is configured. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

svn commit: r1802477 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/resources.xml

2017-07-20 Thread markt
Author: markt Date: Thu Jul 20 12:09:16 2017 New Revision: 1802477 URL: http://svn.apache.org/viewvc?rev=1802477=rev Log: Correct the documentation for how StandardRoot is configured. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Re: [VOTE] Release Apache Tomcat 8.5.18

2017-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/18/17 9:58 AM, 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 >

[Bug 61164] Add %X option to access log for connection status

2017-07-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61164 --- Comment #1 from Zemian Deng --- Hi there, I have created a PR here (https://github.com/apache/tomcat/pull/70) for this enhancement. Let me know what you think. -- You are receiving this mail because: You are the

[GitHub] tomcat pull request #70: Add new accesslog valve pattern %X for recording co...

2017-07-20 Thread zemian
GitHub user zemian opened a pull request: https://github.com/apache/tomcat/pull/70 Add new accesslog valve pattern %X for recording connection status - https://bz.apache.org/bugzilla/show_bug.cgi?id=61164 You can merge this pull request into a Git repository by running: $ git

[Bug 52671] NIO Connector: Exception invoking method readBufSize / writeBufSize in the JMX Proxy Servlet

2017-07-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52671 --- Comment #3 from ekoch...@gmail.com --- Hi, It's strange but I've got almost the same exception but at Tomcat 8.0.33. 2017-07-20 14:18:45,572 ERROR [chedulerFactoryBean#0_Worker-9]

[Bug 52671] NIO Connector: Exception invoking method readBufSize / writeBufSize in the JMX Proxy Servlet

2017-07-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52671 --- Comment #5 from ekoch...@gmail.com --- More info ... It happens when I try to get: ThreadPool.ajp-nio-8009.readBufSize or ThreadPool.ajp-nio-8009.writeBufSize Thanks, Evgeny Kochnev -- You are receiving this mail

Re: [VOTE] Release Apache Tomcat 8.5.18

2017-07-20 Thread Felix Schumacher
Am 18.07.2017 um 15:58 schrieb Mark Thomas: 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 key has a separate password. Based on

Re: [VOTE] Release Apache Tomcat 8.5.18

2017-07-20 Thread Mark Thomas
On 20/07/17 19:09, Christopher Schultz wrote: > Mark, > > On 7/18/17 9:58 AM, Mark Thomas wrote: >> The proposed Apache Tomcat 8.5.18 release is now available for >> voting. >> The proposed 8.5.18 release is: [ ] Broken - do not release [?] >> Stable - go ahead and release as 8.5.18 > > Works

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: [VOTE] Release Apache Tomcat 8.5.18

2017-07-20 Thread George Stanchev
Mark, Can you look at my comments at the user's mailing list on the original thread about the encoding issue. The issue seems to have resurfaced in a different form. George - To unsubscribe, e-mail:

[Bug 52671] NIO Connector: Exception invoking method readBufSize / writeBufSize in the JMX Proxy Servlet

2017-07-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52671 --- Comment #4 from ekoch...@gmail.com --- and ... 2017-07-20 14:15:37,491 ERROR [chedulerFactoryBean#0_Worker-9] [shc.ecom.sywlocal.monitoring.HTTPReporter] - Got exception: javax.management.RuntimeOperationsException:

Re: [VOTE] Release Apache Tomcat 9.0.0.M24

2017-07-20 Thread Felix Schumacher
Am 18.07.2017 um 13:43 schrieb Mark Thomas: 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 have not started work on JSP 2.4, EL