svn commit: r1898515 - in /tomcat/site/trunk: docs/download-80.html xdocs/download-80.xml

2022-03-01 Thread markt
Author: markt Date: Tue Mar 1 22:10:25 2022 New Revision: 1898515 URL: http://svn.apache.org/viewvc?rev=1898515=rev Log: Remove JMX remote from download page Modified: tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/xdocs/download-80.xml Modified:

[Bug 65921] Null pointer exception if RewriteRule attempts to set mime type

2022-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65921 --- Comment #4 from Mark Thomas --- The portable way would be to use a Filter and wrap the HttpServletRequest. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 65921] Null pointer exception if RewriteRule attempts to set mime type

2022-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65921 --- Comment #3 from Richard Evans --- The use case here was to fix up the content-type in a request before it reaches he application (the client code was sending the wrong type). If this RewriteRule mechanism is in fact designed to set the

Results testing with OpenSSL 3.0

2022-03-01 Thread Rainer Jung
Triggered by Chris's cipher disable question I ran some tests with OpenSSL 3.0. Currently only for TC 8.5, more follows. 1) Errors for unit tests which call TesterSupport.configureClientCertContext() with Java 7 The following tests fail when running with Java 7:

[tomcat] branch 8.5.x updated: Fix Response#sendRedirect() if no request context exists.

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 1871833 Fix Response#sendRedirect() if no request

[tomcat] branch 9.0.x updated: Fix Response#sendRedirect() if no request context exists.

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new e7d4ec3 Fix Response#sendRedirect() if no request

[tomcat] branch 10.0.x updated: Fix Response#sendRedirect() if no request context exists.

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new d0d0c00 Fix Response#sendRedirect() if no

[tomcat] branch main updated: Add #479 to changelog

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 9ea5300 Add #479 to changelog 9ea5300 is described

[GitHub] [tomcat] markt-asf merged pull request #479: Fix Response#sendRedirect() if no request context exists.

2022-03-01 Thread GitBox
markt-asf merged pull request #479: URL: https://github.com/apache/tomcat/pull/479 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[tomcat] 01/02: Fix Response#sendRedirect() if no request context exists.

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6311bcff2849b40e84976d48bd158ec7687688c7 Author: Knut Sander AuthorDate: Thu Feb 24 18:40:16 2022 +0100 Fix

[tomcat] 02/02: Minor fixes

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit c3eb91ee439599f96a59cdf64dc0d6453023be78 Author: Mark Thomas AuthorDate: Tue Mar 1 14:57:34 2022 + Minor fixes

[tomcat] branch main updated (c28d4d7 -> c3eb91e)

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git. from c28d4d7 Fix BZ 65921 - type sets content-type for response not request new 6311bcf Fix Response#sendRedirect()

[GitHub] [tomcat] markt-asf commented on pull request #479: Fix Response#sendRedirect() if no request context exists.

2022-03-01 Thread GitBox
markt-asf commented on pull request #479: URL: https://github.com/apache/tomcat/pull/479#issuecomment-1055537623 Based on this discussion, the original fix is correct. I'll merge this shortly. -- This is an automated message from the Apache Git Service. To respond to the message, please

[Bug 65920] java.lang.OutOfMemoryError: Metaspace while deploy application.

2022-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65920 --- Comment #3 from Christopher Schultz --- (In reply to Nagarajan Rengaswamy from comment #2) > What will be the turn around time to get any response from that tomcat-users > support forum? Last 24 hours i dont see any responses for my

[Bug 65921] Null pointer exception if RewriteRule attempts to set mime type

2022-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65921 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 9.0.x updated: Fix BZ 65921 - type sets content-type for response not request

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new c632e37 Fix BZ 65921 - type sets content-type for

[tomcat] branch 8.5.x updated: Fix BZ 65921 - type sets content-type for response not request

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 3d226a2 Fix BZ 65921 - type sets content-type for

[tomcat] branch 10.0.x updated: Fix BZ 65921 - type sets content-type for response not request

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 81e36bb Fix BZ 65921 - type sets content-type

[tomcat] branch main updated: Fix BZ 65921 - type sets content-type for response not request

2022-03-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new c28d4d7 Fix BZ 65921 - type sets content-type for

[Bug 65921] Null pointer exception if RewriteRule attempts to set mime type

2022-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65921 --- Comment #1 from Mark Thomas --- This should be setting the content-type on the response rather than the request. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 65923] Base64 encode issue with easylist

2022-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65923 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

Re: JDK 18 Release Candidate builds & JDK 19 Early-Access builds

2022-03-01 Thread Martin Grigorov
Hi David, Apache Tomcat's build and tests are green with JDK 18+36-2087 and 19-ea+11-661 on Linux x86_64 and aarch64! Regards, Martin On Mon, Feb 28, 2022 at 10:28 PM David Delabassee < david.delabas...@oracle.com> wrote: > Mark, All, > > The Release Candidates of JDK 18 have been released

[Bug 65923] New: Base64 encode issue with easylist

2022-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65923 Bug ID: 65923 Summary: Base64 encode issue with easylist Product: Tomcat 9 Version: 9.0.56 Hardware: All OS: All Status: NEW Severity: blocker

[Bug 65921] Null pointer exception if RewriteRule attempts to set mime type

2022-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65921 Richard Evans changed: What|Removed |Added Summary|Null pointer exception if |Null pointer exception if

[GitHub] [tomcat] rmaucher commented on pull request #479: Fix Response#sendRedirect() if no request context exists.

2022-03-01 Thread GitBox
rmaucher commented on pull request #479: URL: https://github.com/apache/tomcat/pull/479#issuecomment-1055232521 It expands the capability of rewrite a bit, so "no" would be a good option. Actually I was considering using rewrite for the context path optional feature (until you said this

[GitHub] [tomcat] markt-asf commented on pull request #479: Fix Response#sendRedirect() if no request context exists.

2022-03-01 Thread GitBox
markt-asf commented on pull request #479: URL: https://github.com/apache/tomcat/pull/479#issuecomment-1055206076 Thanks for that example. The right way to fix this will depend on the answer to the question "If a rewrite valve is configured at the Host level, is it a requirement that a

[Bug 65920] java.lang.OutOfMemoryError: Metaspace while deploy application.

2022-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65920 --- Comment #2 from Nagarajan Rengaswamy --- Sure. Done! What will be the turn around time to get any response from that tomcat-users support forum? Last 24 hours i dont see any responses for my reported issue. -- You are receiving this