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 page
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 sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=62666
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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&r1=1839766&r2=1839767&view=diff
===
Author: markt
Date: Fri Aug 31 16:15:01 2018
New Revision: 1839767
URL: http://svn.apache.org/viewvc?rev=1839767&view=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 Russ
Author: markt
Date: Fri Aug 31 16:12:11 2018
New Revision: 1839766
URL: http://svn.apache.org/viewvc?rev=1839766&view=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 Russ
Author: markt
Date: Fri Aug 31 16:08:45 2018
New Revision: 1839765
URL: http://svn.apache.org/viewvc?rev=1839765&view=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 Russ
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 schedu
https://bz.apache.org/bugzilla/show_bug.cgi?id=62664
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Fri Aug 31 12:23:51 2018
New Revision: 1839754
URL: http://svn.apache.org/viewvc?rev=1839754&view=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
Author: markt
Date: Fri Aug 31 12:21:38 2018
New Revision: 1839753
URL: http://svn.apache.org/viewvc?rev=1839753&view=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
Author: markt
Date: Fri Aug 31 12:20:59 2018
New Revision: 1839752
URL: http://svn.apache.org/viewvc?rev=1839752&view=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
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 beca
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.
---
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 though
https://bz.apache.org/bugzilla/show_bug.cgi?id=62664
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas ---
Author: markt
Date: Fri Aug 31 10:05:56 2018
New Revision: 1839743
URL: http://svn.apache.org/viewvc?rev=1839743&view=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 Bernha
https://bz.apache.org/bugzilla/show_bug.cgi?id=62662
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Aug 31 10:04:36 2018
New Revision: 1839742
URL: http://svn.apache.org/viewvc?rev=1839742&view=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 Bernha
Author: markt
Date: Fri Aug 31 10:03:40 2018
New Revision: 1839741
URL: http://svn.apache.org/viewvc?rev=1839741&view=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 Bernha
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
Author: markt
Date: Fri Aug 31 09:33:53 2018
New Revision: 1839740
URL: http://svn.apache.org/viewvc?rev=1839740&view=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)
tomcat/
Author: markt
Date: Fri Aug 31 09:31:17 2018
New Revision: 1839738
URL: http://svn.apache.org/viewvc?rev=1839738&view=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)
tomcat/
Author: markt
Date: Fri Aug 31 09:30:32 2018
New Revision: 1839737
URL: http://svn.apache.org/viewvc?rev=1839737&view=rev
Log:
Correct the JSP version in the X-PoweredBy HTTP header generated when the
xpoweredBy option is enabled.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/Genera
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
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
26 matches
Mail list logo