[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 Mark Thomas changed: What|Removed |Added Resolution|FIXED |---

[GUMP@vmgump-vm3]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2016-12-15 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-trunk-validate-eoln has an issue affecting its community

[GUMP@vmgump-vm3]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2016-12-15 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-trunk-validate-eoln has an issue affecting its community

Re: svn commit: r1774526 - in /tomcat/trunk/java/org/apache/jasper: compiler/EncodingDetector.java security/SecurityClassLoad.java

2016-12-15 Thread Mark Thomas
On 15/12/2016 21:48, Martin Grigorov wrote: > Hi Mark, > > On Thu, Dec 15, 2016 at 10:34 PM, wrote: > >> Author: markt >> Date: Thu Dec 15 21:34:06 2016 >> New Revision: 1774526 >> >> URL: http://svn.apache.org/viewvc?rev=1774526=rev >> Log: >> Add a new encoding detector

svn commit: r1774531 - /tomcat/trunk/java/org/apache/jasper/security/SecurityClassLoad.java

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 21:49:51 2016 New Revision: 1774531 URL: http://svn.apache.org/viewvc?rev=1774531=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/jasper/security/SecurityClassLoad.java Modified: tomcat/trunk/java/org/apache/jasper/security/SecurityClassLoad.java URL:

Re: svn commit: r1774526 - in /tomcat/trunk/java/org/apache/jasper: compiler/EncodingDetector.java security/SecurityClassLoad.java

2016-12-15 Thread Martin Grigorov
Hi Mark, On Thu, Dec 15, 2016 at 10:34 PM, wrote: > Author: markt > Date: Thu Dec 15 21:34:06 2016 > New Revision: 1774526 > > URL: http://svn.apache.org/viewvc?rev=1774526=rev > Log: > Add a new encoding detector implementation. > The BoM encoding detection is based in the

svn commit: r1774529 - in /tomcat/trunk/java/org/apache/jasper/xmlparser: ASCIIReader.java EncodingMap.java SymbolTable.java UCSReader.java UTF8Reader.java XMLChar.java XMLEncodingDetector.java XMLStr

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 21:38:01 2016 New Revision: 1774529 URL: http://svn.apache.org/viewvc?rev=1774529=rev Log: Deprecate Jasper's custom XML parser that is no longer used Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/ASCIIReader.java

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

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 21:36:02 2016 New Revision: 1774528 URL: http://svn.apache.org/viewvc?rev=1774528=rev Log: Switch Jasper to use the new, simpler encoding detector Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java

svn commit: r1774526 - in /tomcat/trunk/java/org/apache/jasper: compiler/EncodingDetector.java security/SecurityClassLoad.java

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 21:34:06 2016 New Revision: 1774526 URL: http://svn.apache.org/viewvc?rev=1774526=rev Log: Add a new encoding detector implementation. The BoM encoding detection is based in the previous code. The prolog encoding detection delegates to the JRE's

svn commit: r1774523 - /tomcat/trunk/test/webapp/jsp/encoding/

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 21:24:01 2016 New Revision: 1774523 URL: http://svn.apache.org/viewvc?rev=1774523=rev Log: Correct some mime-types Modified: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-none.jsp (props changed)

svn commit: r1774522 - in /tomcat/trunk: ./ test/org/apache/jasper/compiler/ test/webapp/jsp/encoding/

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 21:16:06 2016 New Revision: 1774522 URL: http://svn.apache.org/viewvc?rev=1774522=rev Log: Add some tests for the Jasper's file encoding detection. This is to support some refactoring I am working on to remove the custom XML parser in Jasper. Added:

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #16 from Erich --- Try enabling NIO in 8.0.X and you should be able to recreate same issue there. We did using 8.0.30. It seems to be NIO specific--8.5.4 was where we discovered it because NIO was enforced

svn commit: r1774434 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/coyote/http2/TestStream.java test/org/apache/coyote/http2/TestStreamQueryString.java

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 12:52:20 2016 New Revision: 1774434 URL: http://svn.apache.org/viewvc?rev=1774434=rev Log: Replace HTTP2 query string test case with a parameterized version. Added: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestStreamQueryString.java - copied

svn commit: r1774433 - in /tomcat/trunk/test/org/apache/coyote/http2: TestStream.java TestStreamQueryString.java

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 12:51:58 2016 New Revision: 1774433 URL: http://svn.apache.org/viewvc?rev=1774433=rev Log: Replace HTTP2 query string test case with a parameterized version. Added: tomcat/trunk/test/org/apache/coyote/http2/TestStreamQueryString.java (with props) Removed:

Re: svn commit: r1774426 - in /tomcat/trunk: java/org/apache/coyote/http2/Stream.java test/org/apache/coyote/http2/TestStream.java webapps/docs/changelog.xml

2016-12-15 Thread Mark Thomas
On 15/12/2016 12:15, r...@apache.org wrote: > Author: remm > Date: Thu Dec 15 12:15:56 2016 > New Revision: 1774426 > > URL: http://svn.apache.org/viewvc?rev=1774426=rev > Log: > 60482: HTTP/2 shouldn't URL decode the query string. > > Added: >

[Bug 60482] URL parameters parsed incorrectly using HTTP/2 connector

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1774431 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Stream.java test/org/apache/coyote/http2/TestStream.java webapps/docs/changelog.xml

2016-12-15 Thread remm
Author: remm Date: Thu Dec 15 12:31:00 2016 New Revision: 1774431 URL: http://svn.apache.org/viewvc?rev=1774431=rev Log: 60482: HTTP/2 shouldn't URL decode the query string. Added: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestStream.java - copied unchanged from r1774426,

svn commit: r1774426 - in /tomcat/trunk: java/org/apache/coyote/http2/Stream.java test/org/apache/coyote/http2/TestStream.java webapps/docs/changelog.xml

2016-12-15 Thread remm
Author: remm Date: Thu Dec 15 12:15:56 2016 New Revision: 1774426 URL: http://svn.apache.org/viewvc?rev=1774426=rev Log: 60482: HTTP/2 shouldn't URL decode the query string. Added: tomcat/trunk/test/org/apache/coyote/http2/TestStream.java (with props) Modified:

[Bug 60482] URL parameters parsed incorrectly using HTTP/2 connector

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482 --- Comment #2 from Mark Thomas --- Other than me not thinking straight, I don't see a reason for that decoding either. Query string decoding has to be deferred to parameter parsing so that encoding of reserved characters -

svn commit: r1774415 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/security-howto.xml

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 11:09:06 2016 New Revision: 1774415 URL: http://svn.apache.org/viewvc?rev=1774415=rev Log: Expand a little on JMX in the security considerations page Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/security-howto.xml

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

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 11:08:40 2016 New Revision: 1774414 URL: http://svn.apache.org/viewvc?rev=1774414=rev Log: Expand a little on JMX in the security considerations page Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/security-howto.xml

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

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 11:08:22 2016 New Revision: 1774413 URL: http://svn.apache.org/viewvc?rev=1774413=rev Log: Expand a little on JMX in the security considerations page Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/security-howto.xml

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

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 11:07:57 2016 New Revision: 1774412 URL: http://svn.apache.org/viewvc?rev=1774412=rev Log: Expand a little on JMX in the security considerations page Modified: tomcat/trunk/webapps/docs/security-howto.xml Modified: tomcat/trunk/webapps/docs/security-howto.xml

[Bug 60482] URL parameters parsed incorrectly using HTTP/2 connector

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482 --- Comment #1 from Remy Maucherat --- I don't really understand the reason of the URL decoding here: https://github.com/apache/tomcat/blob/trunk/java/org/apache/coyote/http2/Stream.java#L264 Most likely Parameters always

buildbot success in on tomcat-trunk

2016-12-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1977 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 60468] tomcat-docs.xml contains invalid default ISO 8601 date format

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60468 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1774408 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/tomcat-docs.xsl

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 10:11:27 2016 New Revision: 1774408 URL: http://svn.apache.org/viewvc?rev=1774408=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60468 Correct the format of the sample ISO-8601 date used to report the build date for the documentation. Patch provided by

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

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 10:09:54 2016 New Revision: 1774407 URL: http://svn.apache.org/viewvc?rev=1774407=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60468 Correct the format of the sample ISO-8601 date used to report the build date for the documentation. Patch provided by

svn commit: r1774406 - in /tomcat/trunk/webapps/docs: changelog.xml tomcat-docs.xsl

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 10:09:14 2016 New Revision: 1774406 URL: http://svn.apache.org/viewvc?rev=1774406=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60468 Correct the format of the sample ISO-8601 date used to report the build date for the documentation. Patch provided by

[Bug 60482] URL parameters parsed incorrectly using HTTP/2 connector

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482 HyunWoo Jo changed: What|Removed |Added CC||show...@gmail.com