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

2018-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60276 Remy Maucherat changed: What|Removed |Added Status|REOPENED|RESOLVED

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

2018-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60276 pc8...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

buildbot failure in on tomcat-trunk

2018-01-26 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/2995 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

buildbot success in on tomcat-trunk

2018-01-26 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/2994 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1822345 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2018-01-26 Thread markt
Author: markt Date: Fri Jan 26 20:29:17 2018 New Revision: 1822345 URL: http://svn.apache.org/viewvc?rev=1822345=rev Log: Simplify Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java URL:

[Bug 41007] Can't define customized 503 error page

2018-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=41007 --- Comment #9 from Mark Thomas --- No worries. I've written far worse in my time. Fixing this is turning up all sorts of interesting edge cases. I'm actually quite enjoying tackling it. This is one I've kept coming back to

svn commit: r1822342 - in /tomcat/trunk: java/org/apache/catalina/core/StandardWrapper.java webapps/docs/changelog.xml

2018-01-26 Thread markt
Author: markt Date: Fri Jan 26 20:11:52 2018 New Revision: 1822342 URL: http://svn.apache.org/viewvc?rev=1822342=rev Log: Generate the correct allow header for a 405 response to a TRACE request to a JSP page. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

buildbot failure in on tomcat-trunk

2018-01-26 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/2993 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1822339 - in /tomcat/trunk: java/org/apache/jasper/compiler/Generator.java java/org/apache/jasper/resources/LocalStrings.properties webapps/docs/changelog.xml

2018-01-26 Thread markt
Author: markt Date: Fri Jan 26 19:25:23 2018 New Revision: 1822339 URL: http://svn.apache.org/viewvc?rev=1822339=rev Log: Improve OPTION and Allow behavior for JSPs. Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

[Bug 41007] Can't define customized 503 error page

2018-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=41007 --- Comment #8 from Veit Guna --- After a decade, reading my posts is embarassing in terms of politeness. My apologies. A little late - but better than never. Thanks you for finally looking into this :)! -- You are receiving

Re: Responsive Website for tomcat.apache.org

2018-01-26 Thread Violeta Georgieva
Hi, 2018-01-26 19:07 GMT+02:00 Igal @ Lucee.org : > > On 1/26/2018 5:16 AM, Violeta Georgieva wrote: >> >> 2018-01-26 14:40 GMT+02:00 Konstantin Kolinko : >>> >>> It looks OK now, after I regenerated the docs - r1822283 . > > Right. I do not patch the

Re: Responsive Website for tomcat.apache.org

2018-01-26 Thread Igal @ Lucee.org
On 1/26/2018 5:16 AM, Violeta Georgieva wrote: 2018-01-26 14:40 GMT+02:00 Konstantin Kolinko : It looks OK now, after I regenerated the docs - r1822283 . Right.  I do not patch the generated files, only the source ones, so docs must be regenerated after each patch. I

[Bug 41007] Can't define customized 503 error page

2018-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=41007 --- Comment #7 from Mark Thomas --- A decade plus on from when this was opened I'm planning on implementing a solution for this. The overall plan is: - Pass errors that happen early in the processing chain to the app / the

[Bug 62049] New: use of unimplemented RequestUtil method in Manager page

2018-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62049 Bug ID: 62049 Summary: use of unimplemented RequestUtil method in Manager page Product: Tomcat 9 Version: 9.0.4 Hardware: PC OS: Linux

Re: Responsive Website for tomcat.apache.org

2018-01-26 Thread Violeta Georgieva
2018-01-26 14:40 GMT+02:00 Konstantin Kolinko : > > 2018-01-26 13:04 GMT+03:00 Violeta Georgieva : > > Hi, > > > > 2018-01-26 7:14 GMT+02:00 Igal Sapir : > >> > >> Please see patch at https://github.com/isapir/tomcat-site/commit/5e4d642 >

[Bug 61751] NIO2 connector cuts incoming request

2018-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61751 Markus Dörschmidt changed: What|Removed |Added Resolution|WORKSFORME |---

svn commit: r1822287 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2018-01-26 Thread markt
Author: markt Date: Fri Jan 26 12:41:04 2018 New Revision: 1822287 URL: http://svn.apache.org/viewvc?rev=1822287=rev Log: Pass 404 errors triggered by a missing ROOT web application to the container error handling to generate the response body. Modified:

Re: Responsive Website for tomcat.apache.org

2018-01-26 Thread Konstantin Kolinko
2018-01-26 13:04 GMT+03:00 Violeta Georgieva : > Hi, > > 2018-01-26 7:14 GMT+02:00 Igal Sapir : >> >> Please see patch at https://github.com/isapir/tomcat-site/commit/5e4d642 >> which adjusts the search box alignment and adds a keyboard toggle with the >> Enter

svn commit: r1822286 - in /tomcat/trunk: java/org/apache/catalina/connector/Response.java java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardHostValve.java web

2018-01-26 Thread markt
Author: markt Date: Fri Jan 26 12:39:52 2018 New Revision: 1822286 URL: http://svn.apache.org/viewvc?rev=1822286=rev Log: Refactor error handling to enable errors that occur before processing is passed to the application to be handled by the application provided error handling and/or the

svn commit: r1822284 - in /tomcat/site/trunk: docs/res/js/tomcat.js xdocs/res/js/tomcat.js

2018-01-26 Thread kkolinko
Author: kkolinko Date: Fri Jan 26 12:32:32 2018 New Revision: 1822284 URL: http://svn.apache.org/viewvc?rev=1822284=rev Log: Remove credit from recently added js file. Contributed by Igal Sapir. The policy is to do not have any @author annotations in source files. Developing Tomcat is a

svn commit: r1822283 - in /tomcat/site/trunk: docs/ xdocs/res/js/

2018-01-26 Thread kkolinko
Author: kkolinko Date: Fri Jan 26 12:28:55 2018 New Revision: 1822283 URL: http://svn.apache.org/viewvc?rev=1822283=rev Log: Regenerate the site. (Touch tomcat-site.xsl and run Ant) Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/ci.html

Re: Responsive Website for tomcat.apache.org

2018-01-26 Thread Violeta Georgieva
Hi, 2018-01-26 7:14 GMT+02:00 Igal Sapir : > > Please see patch at https://github.com/isapir/tomcat-site/commit/5e4d642 > which adjusts the search box alignment and adds a keyboard toggle with the > Enter key when the hamburger menu icon has focus. Here is what I see after

svn commit: r1822263 - in /tomcat/site/trunk: docs/res/css/tomcat.css docs/res/js/tomcat.js xdocs/res/css/tomcat.css xdocs/res/js/tomcat.js xdocs/stylesheets/tomcat-site.xsl

2018-01-26 Thread violetagg
Author: violetagg Date: Fri Jan 26 09:52:34 2018 New Revision: 1822263 URL: http://svn.apache.org/viewvc?rev=1822263=rev Log: Adjusted searchbox alignment and added menu toggle by hitting enter. Patch by Igal Sapir. Modified: tomcat/site/trunk/docs/res/css/tomcat.css