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

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963 --- Comment #12 from Thomas Meyer --- (In reply to Konstantin Kolinko from comment #11) > (In reply to Thomas Meyer from comment #8) > > > > Theoretically we want those bytes to be counted, but the ZipInputStream > > doesn't

[ANN] Apache Tomcat 8.5.14 available

2017-04-19 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.14. Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #11 from Mark Thomas --- Good catch. That would be a bug. I'll get it fixed. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61003] Secure Websocket client hides Exception on error, and throws an IllegalStateException instead

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61003 --- Comment #1 from Mark Thomas --- If you add writing.set(false); / reading.set(false); to the catch blocks of the WriteTask and ReadTask respectively, does that improve things? -- You are receiving this mail because:

[ANN] Apache Tomcat 9.0.0.M20 available

2017-04-19 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.0.M20. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.0.M20 is a

svn commit: r1791963 - in /tomcat/site/trunk: docs/conference.html xdocs/conference.xml

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 20:03:22 2017 New Revision: 1791963 URL: http://svn.apache.org/viewvc?rev=1791963=rev Log: Early bird pricing has ended Modified: tomcat/site/trunk/docs/conference.html tomcat/site/trunk/xdocs/conference.xml Modified: tomcat/site/trunk/docs/conference.html

svn commit: r1791970 - /tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 20:22:07 2017 New Revision: 1791970 URL: http://svn.apache.org/viewvc?rev=1791970=rev Log: Skip bytes in correct stream. Patch by Lazar. Modified: tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java Modified:

svn commit: r1791971 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/compiler/EncodingDetector.java

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 20:22:46 2017 New Revision: 1791971 URL: http://svn.apache.org/viewvc?rev=1791971=rev Log: Skip bytes in correct stream. Patch by Lazar. Modified: tomcat/tc8.5.x/trunk/ (props changed)

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

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963 --- Comment #11 from Konstantin Kolinko --- (In reply to Thomas Meyer from comment #8) > > Theoretically we want those bytes to be counted, but the ZipInputStream > doesn't read anything in it's construction phase,

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

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963 --- Comment #10 from Thomas Meyer --- (In reply to Mark Thomas from comment #9) > The one thing that worries me about this patch is the degree to which it > depends on the JVM internals. While this works with the current

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

2017-04-19 Thread Violeta Georgieva
Hi, 2017-03-29 23:59 GMT+03:00 Mark Thomas : > > On 29/03/17 08:02, Violeta Georgieva wrote: > >> 2017-02-27 16:50 GMT+02:00 Mark Thomas : > > > > >>> Overall, I like the approach and would support apply a patch along these > >>> lines once the timing issues

svn commit: r1791867 - in /tomcat/trunk/java/org/apache/catalina/tribes/group: ChannelInterceptorBase.java interceptors/TcpFailureDetector.java interceptors/TcpFailureDetectorMBean.java

2017-04-19 Thread kfujino
Author: kfujino Date: Wed Apr 19 07:49:11 2017 New Revision: 1791867 URL: http://svn.apache.org/viewvc?rev=1791867=rev Log: Add JMX support for Channel Interceptors. Add MBean for TcpFailureDetector. Added:

svn commit: r1791873 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptorMBean.java weba

2017-04-19 Thread kfujino
Author: kfujino Date: Wed Apr 19 08:21:06 2017 New Revision: 1791873 URL: http://svn.apache.org/viewvc?rev=1791873=rev Log: Add MBean for TcpPingInterceptor. Added: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptorMBean.java (with props) Modified:

svn commit: r1791871 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/ThroughputInterceptor.java java/org/apache/catalina/tribes/group/interceptors/ThroughputInterceptorMBean.jav

2017-04-19 Thread kfujino
Author: kfujino Date: Wed Apr 19 08:09:43 2017 New Revision: 1791871 URL: http://svn.apache.org/viewvc?rev=1791871=rev Log: Add MBean for ThroughputInterceptor. Added: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/ThroughputInterceptorMBean.java (with props) Modified:

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #9 from Mark Thomas --- Thew "unrelated bug" I fixed appears to have fixed the issue you were seeing. The fix is r1791298. If you can test with 9.0.x trunk or 8.5.x trunk to confirm that would be great. -- You

svn commit: r19204 - /release/tomcat/tomcat-8/v8.5.13/

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 09:53:17 2017 New Revision: 19204 Log: Drop old release from mirrors Removed: release/tomcat/tomcat-8/v8.5.13/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

svn commit: r1791893 - in /tomcat/site/trunk/docs/tomcat-8.5-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 09:58:35 2017 New Revision: 1791893 URL: http://svn.apache.org/viewvc?rev=1791893=rev Log: Update docs for 8.5.14 release [This commit notification would consist of 61 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1791884 - in /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors: TcpFailureDetector.java TcpPingInterceptor.java ThroughputInterceptor.java

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 09:06:57 2017 New Revision: 1791884 URL: http://svn.apache.org/viewvc?rev=1791884=rev Log: Add missing override annotations Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

svn commit: r1791887 - /tomcat/trunk/webapps/docs/changelog.xml

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 09:29:16 2017 New Revision: 1791887 URL: http://svn.apache.org/viewvc?rev=1791887=rev Log: Add M20 release date Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1791890 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 09:43:55 2017 New Revision: 1791890 URL: http://svn.apache.org/viewvc?rev=1791890=rev Log: Update docs for 9.0.0.M20 release [This commit notification would consist of 69 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

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

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963 --- Comment #9 from Mark Thomas --- I've spent a little time looking at this. I can confirm that I see similar performance improvements with local testing. I can also confirm I have not observed any file locking. I haven't

[Bug 59703] RFC 6265 Cookie Processor doesn't allow cookie domains with a leading dot.

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59703 --- Comment #3 from Mark Thomas --- There is also this thread: http://tomcat.markmail.org/thread/lmqxehlhuqjnleym By all means, add something to the migration guide about the RFC 6265 processor and cookie domains. -- You

svn commit: r1791892 - in /tomcat/site/trunk: ./ docs/ xdocs/

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 09:49:36 2017 New Revision: 1791892 URL: http://svn.apache.org/viewvc?rev=1791892=rev Log: Update site (excluding docs) for 8.5.14 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf

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

2017-04-19 Thread Mark Thomas
On 17/04/17 13:41, Rainer Jung wrote: > Am 17.04.2017 um 11:49 schrieb 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

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #10 from Lazar --- Thanks Mark! I tried the fix from 8.5 trunk and it works. Something I noticed while debugging, probably it is not a problem, but I prefer to mention it: In EncodingDetector's

svn commit: r1791889 - in /tomcat/site/trunk: ./ docs/ xdocs/

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 09:30:29 2017 New Revision: 1791889 URL: http://svn.apache.org/viewvc?rev=1791889=rev Log: Update site (excluding docs) for 9.0.0.M20 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-90.html

svn commit: r19203 - in /release/tomcat/tomcat-9: v9.0.0.M18/ v9.0.0.M19/

2017-04-19 Thread markt
Author: markt Date: Wed Apr 19 09:38:47 2017 New Revision: 19203 Log: Drop old releases from mirrors Removed: release/tomcat/tomcat-9/v9.0.0.M18/ release/tomcat/tomcat-9/v9.0.0.M19/ - To unsubscribe, e-mail: