[Bug 60769] Problem with Jsp character encoding configuration

2017-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #4 from Mark Thomas --- I've done some further testing and fixed an unrelated bug but as for as unusual encodings go, they have to be specified in the prolog else the JRE's XML parser doesn't have enough

svn commit: r1791300 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/compiler/EncodingDetector.java webapps/docs/changelog.xml

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 19:38:09 2017 New Revision: 1791300 URL: http://svn.apache.org/viewvc?rev=1791300=rev Log: When no BOM is present and an encoding is detected, do not skip the bytes used to detect the encoding since they are not part of a BOM. Modified: tomcat/tc8.5.x/trunk/

svn commit: r1791298 - in /tomcat/trunk: java/org/apache/jasper/compiler/EncodingDetector.java webapps/docs/changelog.xml

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 19:37:39 2017 New Revision: 1791298 URL: http://svn.apache.org/viewvc?rev=1791298=rev Log: When no BOM is present and an encoding is detected, do not skip the bytes used to detect the encoding since they are not part of a BOM. Modified:

Re: [VOTE] Release Apache Tomcat 8.5.14

2017-04-13 Thread Violeta Georgieva
2017-04-13 16:12 GMT+03: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: [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: [VOTE] Release Apache Tomcat 8.5.14

2017-04-13 Thread Mark Thomas
On 13/04/17 14:12, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.14 release is now available for voting. > The proposed 8.5.14 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.14 Unit tests pass for NIO, NIO2 and APR/native with 1.2.12 on Windows, OSX

Re: [VOTE] Release Apache Tomcat 9.0.0.M20

2017-04-13 Thread Mark Thomas
On 12/04/17 21:11, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M20 release is now available for voting. > The proposed 9.0.0.M20 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 9.0.0.M20 Unit tests pass for NIO, NIO2 and APR/native with 1.2.12 on

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.M20

2017-04-13 Thread Violeta Georgieva
2017-04-12 23:11 GMT+03: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

svn commit: r1791253 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java Acceptor.java AprEndpoint.java Nio2Endpoint.java NioEndpoint.java

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 13:50:22 2017 New Revision: 1791253 URL: http://svn.apache.org/viewvc?rev=1791253=rev Log: Fix a theoretical problem where the connection count could exceed the limit during shutdown. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1791252 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java Nio2Endpoint.java NioEndpoint.java

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 13:37:08 2017 New Revision: 1791252 URL: http://svn.apache.org/viewvc?rev=1791252=rev Log: Remove unnecessary calls to unlockAccept() The prior call to pause() will take care of this. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1791249 - in /tomcat/tc8.5.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 13:21:28 2017 New Revision: 1791249 URL: http://svn.apache.org/viewvc?rev=1791249=rev Log: Increment version for next development cycle Modified: tomcat/tc8.5.x/trunk/build.properties.default tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default

svn commit: r19137 - in /dev/tomcat/tomcat-8/v8.5.14: ./ bin/ bin/embed/ bin/extras/ src/

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 13:16:45 2017 New Revision: 19137 Log: Upload 8.5.14 for voting Added: dev/tomcat/tomcat-8/v8.5.14/ dev/tomcat/tomcat-8/v8.5.14/KEYS dev/tomcat/tomcat-8/v8.5.14/README.html dev/tomcat/tomcat-8/v8.5.14/RELEASE-NOTES

[VOTE] Release Apache Tomcat 8.5.14

2017-04-13 Thread 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 operation took parameters - Add JMX support for Tribes components -

svn commit: r1791243 - in /tomcat/tc8.5.x/tags/TOMCAT_8_5_14: ./ build.properties.default webapps/docs/changelog.xml

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 12:35:07 2017 New Revision: 1791243 URL: http://svn.apache.org/viewvc?rev=1791243=rev Log: Tag 8.5.14 Added: tomcat/tc8.5.x/tags/TOMCAT_8_5_14/ (props changed) - copied from r1791239, tomcat/tc8.5.x/trunk/ Modified:

svn commit: r1791242 - /tomcat/tc8.5.x/tags/TOMCAT_8_0_14/

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 12:34:56 2017 New Revision: 1791242 URL: http://svn.apache.org/viewvc?rev=1791242=rev Log: Incorrect tag name Removed: tomcat/tc8.5.x/tags/TOMCAT_8_0_14/ - To unsubscribe, e-mail:

svn commit: r1791241 - in /tomcat/tc8.5.x/tags/TOMCAT_8_0_14: ./ build.properties.default webapps/docs/changelog.xml

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 12:33:23 2017 New Revision: 1791241 URL: http://svn.apache.org/viewvc?rev=1791241=rev Log: Tag 8.5.14 Added: tomcat/tc8.5.x/tags/TOMCAT_8_0_14/ (props changed) - copied from r1791239, tomcat/tc8.5.x/trunk/ Modified:

svn commit: r1791240 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-04-13 Thread markt
Author: markt Date: Thu Apr 13 12:32:15 2017 New Revision: 1791240 URL: http://svn.apache.org/viewvc?rev=1791240=rev Log: Increment version for next development cycle Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default

Re: Host header validation

2017-04-13 Thread Mark Thomas
On 10/04/17 07:42, Katya Todorova wrote: > On Wed, Apr 5, 2017 at 3:57 PM, Mark Thomas wrote: > >> On 05/04/2017 07:50, Katya Todorova wrote: >> >>> Applied. Many thanks. If you'd like to work on this further then can I suggest you take a look at

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

2017-04-13 Thread violetagg
Author: violetagg Date: Thu Apr 13 07:43:38 2017 New Revision: 1791220 URL: http://svn.apache.org/viewvc?rev=1791220=rev Log: Fixes having an issue number are sorted by their number, ascending. Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: