svn commit: r1816819 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/security/SecurityClassLoad.java java/org/apache/coyote/http2/Stream.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:18:27 2017 New Revision: 1816819 URL: http://svn.apache.org/viewvc?rev=1816819=rev Log: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=47214 Replace explicitly referenced anonymous inner classes in Stream with named inner classes. Modified:

svn commit: r1816826 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/ test/org/apache/coyote/http11/filters/

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:49:49 2017 New Revision: 1816826 URL: http://svn.apache.org/viewvc?rev=1816826=rev Log: Refactoring: HTTP/1.1 - HTTP/2 alignment Pull up end() method from OutputFilter to OutputBuffer Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1816827 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:52:50 2017 New Revision: 1816827 URL: http://svn.apache.org/viewvc?rev=1816827=rev Log: Refactoring: HTTP/1.1 - HTTP/2 alignment Chain end() calls to align with doWrite() and getBytesWritten() Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1816822 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Stream.java java/org/apache/coyote/http2/StreamProcessor.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:26:39 2017 New Revision: 1816822 URL: http://svn.apache.org/viewvc?rev=1816822=rev Log: Refactor header preparation with adding compression support in mind. Modified: tomcat/tc8.5.x/trunk/ (props changed)

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

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 08:44:13 2017 New Revision: 1816812 URL: http://svn.apache.org/viewvc?rev=1816812=rev Log: ws police Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1816824 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ test/org/apache/coyote/http11/filters/

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:45:05 2017 New Revision: 1816824 URL: http://svn.apache.org/viewvc?rev=1816824=rev Log: Refactoring: HTTP/1.1 - HTTP/2 alignment Introduce HttpOutputBuffer into class hierarchy Added: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http11/HttpOutputBuffer.java

svn commit: r1816820 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/coyote/http2/Stream.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:22:02 2017 New Revision: 1816820 URL: http://svn.apache.org/viewvc?rev=1816820=rev Log: Refactor towards a single method for writing headers. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1816817 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/CompressionConfig.java java/org/apache/coyote/http11/AbstractHttp11Protocol.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:04:57 2017 New Revision: 1816817 URL: http://svn.apache.org/viewvc?rev=1816817=rev Log: Refactor: Move compression code to new class to allow re-use with HTTP/2 Note: Http11Processor changes not back-ported as they have the potential to break backwards

svn commit: r1816818 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2Protocol.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:05:51 2017 New Revision: 1816818 URL: http://svn.apache.org/viewvc?rev=1816818=rev Log: Add compression config to HTTP/2 protocol Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2Protocol.java

svn commit: r1816821 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/coyote/http2/Stream.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:25:32 2017 New Revision: 1816821 URL: http://svn.apache.org/viewvc?rev=1816821=rev Log: Refactor to reduce duplication. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

svn commit: r1816828 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ test/org/apache/coyote/http11/filters/

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:53:17 2017 New Revision: 1816828 URL: http://svn.apache.org/viewvc?rev=1816828=rev Log: Refactoring: HTTP/1.1 - HTTP/2 alignment Add flush() to HttpOutputBuffer and chain filter implementations Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1816829 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/filters/VoidOutputFilter.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:55:17 2017 New Revision: 1816829 URL: http://svn.apache.org/viewvc?rev=1816829=rev Log: Follow on to r1816827 / r1816828 Correctly chain flush() and end() so the necessary calls reach the underlying buffer. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1816898 - in /tomcat/trunk: java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ java/org/apache/juli/ res/findbugs/

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 19:02:44 2017 New Revision: 1816898 URL: http://svn.apache.org/viewvc?rev=1816898=rev Log: Address a handful of SpotBugs warnings Modified: tomcat/trunk/java/org/apache/jasper/compiler/AntCompiler.java

svn commit: r1816889 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/upgrade/UpgradeServletInputStream.java webapps/docs/changelog.xml

2017-12-01 Thread remm
Author: remm Date: Fri Dec 1 16:56:26 2017 New Revision: 1816889 URL: http://svn.apache.org/viewvc?rev=1816889=rev Log: Do not call onDataAvailable without data to read. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1816887 - in /tomcat/trunk: java/org/apache/coyote/http11/upgrade/UpgradeServletInputStream.java webapps/docs/changelog.xml

2017-12-01 Thread remm
Author: remm Date: Fri Dec 1 16:54:38 2017 New Revision: 1816887 URL: http://svn.apache.org/viewvc?rev=1816887=rev Log: Do not call onDataAvailable without data to read. I tried method with less side effects, but they all caused problems elsewhere, while this one passes the testsuite and

svn commit: r1816905 - in /tomcat/trunk: java/org/apache/catalina/startup/ java/org/apache/catalina/users/ java/org/apache/catalina/util/ java/org/apache/catalina/valves/rewrite/ java/org/apache/el/st

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 20:35:35 2017 New Revision: 1816905 URL: http://svn.apache.org/viewvc?rev=1816905=rev Log: Address a few more SpotBugs warnings Modified: tomcat/trunk/java/org/apache/catalina/startup/ExpandWar.java

svn commit: r1816830 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/Http11OutputBuffer.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:56:18 2017 New Revision: 1816830 URL: http://svn.apache.org/viewvc?rev=1816830=rev Log: Refactoring: HTTP/1.1 - HTTP/2 alignment Remove unused code Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1816835 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2OutputBuffer.java java/org/apache/coyote/http2/Stream.java java/org/apache/coyote/http2/StreamProcessor.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 11:18:07 2017 New Revision: 1816835 URL: http://svn.apache.org/viewvc?rev=1816835=rev Log: Refactoring: HTTP/1.1 - HTTP/2 alignment Add the Http2OutputBuffer which will be the insertion point for the GZip filter. Added:

[Bug 60276] upgrade HTTP/2 can't use gzip compress.

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

[ANN] Apache Tomcat Native 1.2.16 released

2017-12-01 Thread Mark Thomas
Apologies for the delayed announcement. The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.16 stable. The key features of this release are: - Windows binaries built with APR 1.6.3 and OpenSSL 1.0.2m. - Improved parsing of OCSP extensions Note that users

svn commit: r1816831 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Stream.java java/org/apache/coyote/http2/StreamProcessor.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 10:59:53 2017 New Revision: 1816831 URL: http://svn.apache.org/viewvc?rev=1816831=rev Log: Refactoring: HTTP/1.1 - HTTP/2 alignment Change StreamOutputBuffer to implement HttpOutputBuffer Modified: tomcat/tc8.5.x/trunk/ (props changed)

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

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 11:56:54 2017 New Revision: 1816843 URL: http://svn.apache.org/viewvc?rev=1816843=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60276 Document HTTP/2 compression support Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1816861 - 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-12-01 Thread markt
Author: markt Date: Fri Dec 1 14:01:22 2017 New Revision: 1816861 URL: http://svn.apache.org/viewvc?rev=1816861=rev Log: Update docs for 9.0.2 release [This commit notification would consist of 354 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[ANN] Apache Tomcat 9.0.2 available

2017-12-01 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.2 (beta). 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.2 is a bugfix

svn commit: r1816833 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/LocalStrings.properties java/org/apache/coyote/http2/Stream.java java/org/apache/coyote/http2/StreamProcessor.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 11:01:20 2017 New Revision: 1816833 URL: http://svn.apache.org/viewvc?rev=1816833=rev Log: Refactoring: HTTP/1.1 - HTTP/2 alignment Simply HTTP/2 flush code Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1816841 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 11:37:42 2017 New Revision: 1816841 URL: http://svn.apache.org/viewvc?rev=1816841=rev Log: Revert visibility change in r1816624 Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified:

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

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 14:03:14 2017 New Revision: 1816862 URL: http://svn.apache.org/viewvc?rev=1816862=rev Log: Update site (excluding docs) for 9.0.2 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-90.html

svn commit: r1816863 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 14:03:59 2017 New Revision: 1816863 URL: http://svn.apache.org/viewvc?rev=1816863=rev Log: Fix changelog link Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

svn commit: r1816842 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2OutputBuffer.java java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/coyote/http2/Stream.java j

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 11:56:02 2017 New Revision: 1816842 URL: http://svn.apache.org/viewvc?rev=1816842=rev Log: Implement compression support for HTTP/2 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2OutputBuffer.java

[ANN] Apache Tomcat 8.5.24 available

2017-12-01 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.24. 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

svn commit: r23357 - /release/tomcat/tomcat-8/v8.5.23/

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 14:33:56 2017 New Revision: 23357 Log: Drop Apache Tomcat 8.5.23 from the mirror network Removed: release/tomcat/tomcat-8/v8.5.23/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

svn commit: r23356 - /release/tomcat/tomcat-9/v9.0.1/

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 14:33:37 2017 New Revision: 23356 Log: Drop Apache Tomcat 9.0.1 from the mirror network Removed: release/tomcat/tomcat-9/v9.0.1/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

svn commit: r1816868 - in /tomcat/site/trunk: docs/ xdocs/

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 14:29:33 2017 New Revision: 1816868 URL: http://svn.apache.org/viewvc?rev=1816868=rev Log: Update site (excluding docs) for 8.5.24 release Modified: tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index.html

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

2017-12-01 Thread markt
Author: markt Date: Fri Dec 1 14:27:57 2017 New Revision: 1816867 URL: http://svn.apache.org/viewvc?rev=1816867=rev Log: Update docs for 8.5.24 release [This commit notification would consist of 909 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[Bug 61847] New: This is a Bug, Please Disabled Create new Account !!

2017-12-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61847 Bug ID: 61847 Summary: This is a Bug, Please Disabled Create new Account !! Product: Tomcat 9 Version: unspecified Hardware: Other OS: Linux Status: NEW

[Bug 61848] New: This is a Bug, Please Disabled Create new Account !! 2

2017-12-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61848 Bug ID: 61848 Summary: This is a Bug, Please Disabled Create new Account !! 2 Product: Tomcat 9 Version: unspecified Hardware: Other OS: Linux Status: NEW

[Bug 61848] This is a Bug, Please Disabled Create new Account !! 2

2017-12-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61848 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID

[Bug 61847] This is a Bug, Please Disabled Create new Account !!

2017-12-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61847 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID

[Bug 61847] This is a Bug, Please Disabled Create new Account !!

2017-12-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61847 --- Comment #2 from Chuck Caldarale --- Comment on attachment 35574 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35574 U removed -- You are receiving this mail because: You are the assignee for the bug.