Download Link on the Tomcat website

2018-08-31 Thread Igal Sapir
Currently links to the Download pages can be either to the whichversion [1] page or the version-specific pages, e.g. "Tomcat 9" [2] etc.  It will be very useful to have a generic download.html that is future-proof.  For example, I am writing a blog post ATM and I want to link to a download

buildbot success in on tomcat-trunk

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

[Bug 62666] More tomcat localization for ServerStatus page

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62666 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1839767 [2/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/ webapps/docs/

2018-08-31 Thread markt
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/StatusTransformer.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/StatusTransformer.java?rev=1839767=1839766=1839767=diff

svn commit: r1839767 [1/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/ webapps/docs/

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 16:15:01 2018 New Revision: 1839767 URL: http://svn.apache.org/viewvc?rev=1839767=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62666 Expand internationalisation support in the Manager application to include the server status page and provide Russian

svn commit: r1839766 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/manager/ webapps/docs/

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 16:12:11 2018 New Revision: 1839766 URL: http://svn.apache.org/viewvc?rev=1839766=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62666 Expand internationalisation support in the Manager application to include the server status page and provide Russian

svn commit: r1839765 - in /tomcat/trunk: java/org/apache/catalina/manager/ webapps/docs/

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 16:08:45 2018 New Revision: 1839765 URL: http://svn.apache.org/viewvc?rev=1839765=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62666 Expand internationalisation support in the Manager application to include the server status page and provide Russian

buildbot failure in on tomcat-trunk

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

[Bug 62664] @MultipartConfig, getParts(), and getParameter() on PUT requests

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62664 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1839754 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 12:23:51 2018 New Revision: 1839754 URL: http://svn.apache.org/viewvc?rev=1839754=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62664 Process requests with content type multipart/form-data to servlets with a @MultipartConfig annotation regardless of

svn commit: r1839753 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 12:21:38 2018 New Revision: 1839753 URL: http://svn.apache.org/viewvc?rev=1839753=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62664 Process requests with content type multipart/form-data to servlets with a @MultipartConfig annotation regardless of

svn commit: r1839752 - in /tomcat/trunk: java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 12:20:59 2018 New Revision: 1839752 URL: http://svn.apache.org/viewvc?rev=1839752=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62664 Process requests with content type multipart/form-data to servlets with a @MultipartConfig annotation regardless of

[Bug 62667] RewriteMap not working with %{HTTP_HOST}

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62667 --- Comment #4 from Remy Maucherat --- Ok, thanks for the feedback. Rainer, does it need to be fully recursive, or is it ok to just handle the simple case (= the vaule is either static, $n or %{variable}) ? -- You are receiving this mail

[Bug 62667] RewriteMap not working with %{HTTP_HOST}

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62667 --- Comment #3 from ITASSIST --- We have tried it in Apache httpd and it works there. So if we could get this working in tomcat we do not need Apache httpd! -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62667] RewriteMap not working with %{HTTP_HOST}

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62667 --- Comment #2 from Rainer Jung --- IMHO httpd mod_rewrite does full resolution via do_expand() of the key used to look up in the map. So any use of variables, back references etc. seems to be supported in that module. I haven't tried it

[Bug 62664] @MultipartConfig, getParts(), and getParameter() on PUT requests

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62664 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

svn commit: r1839743 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/JspC.java webapps/docs/changelog.xml

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 10:05:56 2018 New Revision: 1839743 URL: http://svn.apache.org/viewvc?rev=1839743=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62662 Fix the corruption of web.xml output during JSP compilation caused by the fix for 53492. Patch provided by Bernhard

[Bug 62662] Multithreaded JSP compilation generates invalid web.xml

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62662 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 10:04:36 2018 New Revision: 1839742 URL: http://svn.apache.org/viewvc?rev=1839742=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62662 Fix the corruption of web.xml output during JSP compilation caused by the fix for 53492. Patch provided by Bernhard

svn commit: r1839741 - in /tomcat/trunk: java/org/apache/jasper/JspC.java webapps/docs/changelog.xml

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 10:03:40 2018 New Revision: 1839741 URL: http://svn.apache.org/viewvc?rev=1839741=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62662 Fix the corruption of web.xml output during JSP compilation caused by the fix for 53492. Patch provided by Bernhard

[Bug 62273] Add support for alternate URL specification

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 --- Comment #28 from Markus Schlegel --- Have a 3 hours remote debugging session behind me, where we had to check why our app is not working anymore on one specific server. It turned out, that the server had a reverse-proxy (NGINX) in front of

svn commit: r1839740 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/Generator.java webapps/docs/changelog.xml

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 09:33:53 2018 New Revision: 1839740 URL: http://svn.apache.org/viewvc?rev=1839740=rev Log: Correct the JSP version in the X-PoweredBy HTTP header generated when the xpoweredBy option is enabled. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 09:31:17 2018 New Revision: 1839738 URL: http://svn.apache.org/viewvc?rev=1839738=rev Log: Correct the JSP version in the X-PoweredBy HTTP header generated when the xpoweredBy option is enabled. Modified: tomcat/tc8.5.x/trunk/ (props changed)

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

2018-08-31 Thread markt
Author: markt Date: Fri Aug 31 09:30:32 2018 New Revision: 1839737 URL: http://svn.apache.org/viewvc?rev=1839737=rev Log: Correct the JSP version in the X-PoweredBy HTTP header generated when the xpoweredBy option is enabled. Modified:

[Bug 62667] RewriteMap not working with %{HTTP_HOST}

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62667 --- Comment #1 from Remy Maucherat --- There's no code to handle %{} in that location. Is it supposed to be supported at all ? Also, since r1676615, I not sure a simple dumb static key works (probably nobody uses it). Actually, the only thing

[Bug 62667] New: RewriteMap not working with %{HTTP_HOST}

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62667 Bug ID: 62667 Summary: RewriteMap not working with %{HTTP_HOST} Product: Tomcat 9 Version: 9.0.x Hardware: PC OS: Linux Status: NEW Severity: critical

[Bug 62666] New: More tomcat localization for ServerStatus page

2018-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62666 Bug ID: 62666 Summary: More tomcat localization for ServerStatus page Product: Tomcat 9 Version: 9.0.x Hardware: PC OS: All Status: NEW Severity: