svn commit: r1793125 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 18:38:10 2017 New Revision: 1793125 URL: http://svn.apache.org/viewvc?rev=1793125=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java

svn commit: r1793124 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ test/org/apache/catalina/core/ webapps/docs/

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 18:36:53 2017 New Revision: 1793124 URL: http://svn.apache.org/viewvc?rev=1793124=rev Log: Start to move towards using Charset rather than String internally to reduce the number of calls required to B2CConverter.getCharset() during a request. Modified:

svn commit: r1793131 - /tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 18:45:09 2017 New Revision: 1793131 URL: http://svn.apache.org/viewvc?rev=1793131=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java

svn commit: r1793121 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ test/org/apache/catalina/core/ webapps/docs/

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 18:18:06 2017 New Revision: 1793121 URL: http://svn.apache.org/viewvc?rev=1793121=rev Log: Update the default URIEncoding for a Connector to UTF-8 as required by the Servlet 4.0 specification. Start to move towards using Charset rather than String internally to

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

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 18:35:54 2017 New Revision: 1793123 URL: http://svn.apache.org/viewvc?rev=1793123=rev Log: Additional entry for previous change Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1793127 - /tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 18:43:55 2017 New Revision: 1793127 URL: http://svn.apache.org/viewvc?rev=1793127=rev Log: Deprecate unused method Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java

svn commit: r1793129 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/buf/B2CConverter.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 18:44:19 2017 New Revision: 1793129 URL: http://svn.apache.org/viewvc?rev=1793129=rev Log: Deprecate unused method Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java Propchange:

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2017-04-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-apr has an issue affecting its community

[GUMP@vmgump-vm3]: Project taglibs-standard-spec (in module tomcat-taglibs) failed

2017-04-28 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project taglibs-standard-spec has an issue affecting its community integration.

svn commit: r1793142 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 19:39:52 2017 New Revision: 1793142 URL: http://svn.apache.org/viewvc?rev=1793142=rev Log: Bah. And another one Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java URL:

svn commit: r1793147 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ webapps/docs/

2017-04-28 Thread violetagg
Author: violetagg Date: Fri Apr 28 20:13:10 2017 New Revision: 1793147 URL: http://svn.apache.org/viewvc?rev=1793147=rev Log: Introduce new API - WsSession#suspend/WsSession#resume that can be used to suspend/resume reading of the incoming messages. This closes #42 Modified:

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-04-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/42 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

svn commit: r1793139 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 19:31:47 2017 New Revision: 1793139 URL: http://svn.apache.org/viewvc?rev=1793139=rev Log: Code review One method defaulted to ISO-8859-1 One method defaulted to platform default. Make them consistent (ISO-8859-1) Modified:

svn commit: r1793140 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 19:33:07 2017 New Revision: 1793140 URL: http://svn.apache.org/viewvc?rev=1793140=rev Log: Code review / Servlet 4.0 UTF-8 is now the default for URLs Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java Modified:

svn commit: r1793141 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 19:37:37 2017 New Revision: 1793141 URL: http://svn.apache.org/viewvc?rev=1793141=rev Log: Correct Javadoc to new behaviour Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java Modified:

svn commit: r1793136 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 19:29:42 2017 New Revision: 1793136 URL: http://svn.apache.org/viewvc?rev=1793136=rev Log: Code review while investigating expanding the use of Charset for encoding rather than String. URLs (when %nn encoded) should always be in US-ASCII. Simplify the decode

svn commit: r1793148 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsSessionSuspendResume.java

2017-04-28 Thread violetagg
Author: violetagg Date: Fri Apr 28 20:15:14 2017 New Revision: 1793148 URL: http://svn.apache.org/viewvc?rev=1793148=rev Log: Test for WsSession#suspend/resume. (the test was forgotten when committing the new functionality) Added:

Re: svn commit: r1792957 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2017-04-28 Thread Mark Thomas
On 27/04/17 21:59, Christopher Schultz wrote: > Mark, > > On 4/27/17 4:49 PM, ma...@apache.org wrote: >> Author: markt Date: Thu Apr 27 20:49:32 2017 New Revision: 1792957 > >> URL: http://svn.apache.org/viewvc?rev=1792957=rev Log: >> Wildcard host names need quoting since '*' is a reserved

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

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 14:04:56 2017 New Revision: 1793096 URL: http://svn.apache.org/viewvc?rev=1793096=rev Log: Better changelog entry Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.5.x/trunk/

Re: JDK 9 EA Build 167 and JDK 8u152 build 03 are available on jdk.java.net

2017-04-28 Thread Mark Thomas
Rory, I need some advice. Various articles I have read about Jigsaw state that Java 9 will include a new API for applications to use to obtain information about any annotations that are present on classes. It looks like Tomcat will need to use this for some of the annotation scanning it

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

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 14:04:21 2017 New Revision: 1793095 URL: http://svn.apache.org/viewvc?rev=1793095=rev Log: Better changelog entry Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1793102 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2017-04-28 Thread markt
Author: markt Date: Fri Apr 28 14:52:06 2017 New Revision: 1793102 URL: http://svn.apache.org/viewvc?rev=1793102=rev Log: Remove unnecessary code. There is no matching attribute on any ProtocolHandler implementation. Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java

[Bug 60362] Missing reason phrase in response

2017-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362 --- Comment #54 from Blazej Bucko --- Yes, that's true. But, according to older spec, it's perfectly legal for clients to rely on this information. And removing the reason phrase breaks them. -- You are receiving this

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

2017-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963 --- Comment #14 from Thomas Meyer --- Hi, any news on this? Do you want me to attach the patch here? Anything else I can do? -- You are receiving this mail because: You are the assignee for the bug.

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

2017-04-28 Thread Violeta Georgieva
Hi, 2017-04-26 17:43 GMT+03:00 Mark Thomas : > > On 25/04/17 11:47, Violeta Georgieva wrote: > > > > > Thanks for the review. > > Changes for all comments are applied to the PR. > > Can you take a look? > > Sure. A few more comments but nothing serious. Unless the fixes for any

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

2017-04-28 Thread Violeta Georgieva
2017-04-27 23:33 GMT+03:00 Mark Thomas : > > On 27/04/17 21:22, Violeta Georgieva wrote: > > Hi, > > > > 2017-04-26 17:43 GMT+03:00 Mark Thomas : > >> > >> On 25/04/17 11:47, Violeta Georgieva wrote: > >> > >> > >> > >>> Thanks for the review. > >>> Changes for

JDK 9 EA Build 167 and JDK 8u152 build 03 are available on jdk.java.net

2017-04-28 Thread Rory O'Donnell
Hi Mark, *JDK 9 Early Access* build 167 is available at the new location : - jdk.java.net/9/ A summary of all the changes in this build are listed here . One change that maybe of interest is : *JEP 291: Deprecate the