Re: [VOTE] Release Apache Tomcat 10.0.21

2022-05-11 Thread Igal Sapir
On Tue, May 10, 2022 at 3:39 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.21 release is now available for > voting. > > Apache Tomcat 10.0.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* > >

[GitHub] [tomcat] be-hase commented on pull request #493: Do not use legacy character encoding(Shift_JIS) as default

2022-05-11 Thread GitBox
be-hase commented on PR #493: URL: https://github.com/apache/tomcat/pull/493#issuecomment-1124475153 Thanks your handling :) -- 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

Re: [VOTE] Release Apache Tomcat 10.1.0-M15

2022-05-11 Thread Igal Sapir
On Tue, May 10, 2022 at 1:25 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.1.0-M15 release is now available for > voting. > > Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 > without changes. Java EE applications designed for Tomcat 9 and earlier > may be placed

[GitHub] [tomcat] maxfortun commented on pull request #506: Adding Redirect and Proxy Error Reporting Valves

2022-05-11 Thread GitBox
maxfortun commented on PR #506: URL: https://github.com/apache/tomcat/pull/506#issuecomment-1124294882 @markt-asf I guess you are right and the JSP can do the same proxying as the valve to the external url. Still this does not scale well for our needs. We would need to rebuild a few

[GitHub] [tomcat] markt-asf commented on pull request #506: Adding Redirect and Proxy Error Reporting Valves

2022-05-11 Thread GitBox
markt-asf commented on PR #506: URL: https://github.com/apache/tomcat/pull/506#issuecomment-1124287597 This would be per web application but if you put the following in web.xml ``` /WEB-INF/default-error-handler.jsp ``` you should get close to what you need. That page

[GitHub] [tomcat] maxfortun commented on pull request #506: Adding Redirect and Proxy Error Reporting Valves

2022-05-11 Thread GitBox
maxfortun commented on PR #506: URL: https://github.com/apache/tomcat/pull/506#issuecomment-1124218158 > This feels more like a custom ErrorReportValve rather than something that would ship with Tomcat. I do agree with Chris that a lot (all?) of this functionality could be achieved with

[GitHub] [tomcat] maxfortun commented on pull request #506: Adding Redirect and Proxy Error Reporting Valves

2022-05-11 Thread GitBox
maxfortun commented on PR #506: URL: https://github.com/apache/tomcat/pull/506#issuecomment-1124214014 > Thank you for your contribution. I have a few comments: > > 1. The javadoc was copy/pasted and inaccurate: both classes claim to serve JSPs for errors, and neither of them do this.

[GitHub] [tomcat] markt-asf commented on pull request #506: Adding Redirect and Proxy Error Reporting Valves

2022-05-11 Thread GitBox
markt-asf commented on PR #506: URL: https://github.com/apache/tomcat/pull/506#issuecomment-1124090754 This feels more like a custom ErrorReportValve rather than something that would ship with Tomcat. I do agree with Chris that a lot (all?) of this functionality could be achieved with the

[GitHub] [tomcat] maxfortun commented on pull request #506: Adding Redirect and Proxy Error Reporting Valves

2022-05-11 Thread GitBox
maxfortun commented on PR #506: URL: https://github.com/apache/tomcat/pull/506#issuecomment-1124079689 @ChristopherSchultz thank you for your meticulous review, I'll make the adjustments. As far as the "why". We are deploying hundreds of containerized apps that need the same tomcat

[GitHub] [tomcat] zisding opened a new pull request, #514: Registry gives inaccurate log message saying "Creating MBeanServer ... " after already created the MBeanServer

2022-05-11 Thread GitBox
zisding opened a new pull request, #514: URL: https://github.com/apache/tomcat/pull/514 Hello, While viewing the https://issues.apache.org/jira/browse/MAPREDUCE-4262, I found that the logging statements might give inaccurate messages. I also found that the in the line

Re: [VOTE] Release Apache Tomcat 9.0.63

2022-05-11 Thread Raymond Augé
[X] Stable - go ahead and release as 9.0.63 (stable) On Wed, May 11, 2022 at 10:09 AM Mark Thomas wrote: > On 11/05/2022 09:26, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.63 release is now available for voting. > > > > The notable changes compared to 9.0.62 are: > > > > - Provide

[Bug 66060] Registry gives inaccurate log message saying "Creating MBeanServer ... " after already created the MBeanServer

2022-05-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66060 --- Comment #1 from Ding Ding --- I also found another same issue: the in the line 384 of the file AbstractProtocol.java, the log messages says "Added processor ...". However, the exact adding action (source code) is placed after the logging

[Bug 66060] New: Registry gives inaccurate log message saying "Creating MBeanServer ... " after already created the MBeanServer

2022-05-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66060 Bug ID: 66060 Summary: Registry gives inaccurate log message saying "Creating MBeanServer ... " after already created the MBeanServer Product: Tomcat 10

Re: [VOTE] Release Apache Tomcat 9.0.63

2022-05-11 Thread Mark Thomas
On 11/05/2022 09:26, Rémy Maucherat wrote: The proposed Apache Tomcat 9.0.63 release is now available for voting. The notable changes compared to 9.0.62 are: - Provide a property source that sources values from Kubernetes service bindings. Provided by Sumit Kulhadia and Gareth Evans. -

Re: [VOTE] Release Apache Tomcat 9.0.63

2022-05-11 Thread Rémy Maucherat
On Wed, May 11, 2022 at 10:26 AM Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.63 release is now available for voting. > > The notable changes compared to 9.0.62 are: > > - Provide a property source that sources values from Kubernetes service >bindings. Provided by Sumit Kulhadia

Re: [VOTE] Release Apache Tomcat 10.0.21

2022-05-11 Thread Rémy Maucherat
On Wed, May 11, 2022 at 12:39 AM Mark Thomas wrote: > > The proposed Apache Tomcat 10.0.21 release is now available for > voting. > > Apache Tomcat 10.0.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to jakarta.* > >

Re: [VOTE] Release Apache Tomcat 10.1.0-M15

2022-05-11 Thread Rémy Maucherat
On Tue, May 10, 2022 at 10:25 PM Mark Thomas wrote: > > The proposed Apache Tomcat 10.1.0-M15 release is now available for > voting. > > Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 > without changes. Java EE applications designed for Tomcat 9 and earlier > may be

[VOTE] Release Apache Tomcat 9.0.63

2022-05-11 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.63 release is now available for voting. The notable changes compared to 9.0.62 are: - Provide a property source that sources values from Kubernetes service bindings. Provided by Sumit Kulhadia and Gareth Evans. - The root cause of the Linux kernel duplicate

svn commit: r54429 - in /dev/tomcat/tomcat-9/v9.0.63: ./ bin/ bin/embed/ src/

2022-05-11 Thread remm
Author: remm Date: Wed May 11 08:06:43 2022 New Revision: 54429 Log: Upload Apache Tomcat 9.0.63 for voting Added: dev/tomcat/tomcat-9/v9.0.63/ dev/tomcat/tomcat-9/v9.0.63/KEYS dev/tomcat/tomcat-9/v9.0.63/README.html dev/tomcat/tomcat-9/v9.0.63/RELEASE-NOTES

[tomcat] branch 10.0.x updated: Increment version number for next development cycle

2022-05-11 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 5cc9fe03d6 Increment version number for next

[tomcat] branch main updated: Increment version number of next development cycle

2022-05-11 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 529117d53f Increment version number of next

[tomcat] branch 9.0.x updated: Next is 9.0.64

2022-05-11 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 bdb1b84a3e Next is 9.0.64 bdb1b84a3e is described

[tomcat] 01/01: Tag 9.0.63

2022-05-11 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to tag 9.0.63 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 538ed3896852b3608561ba6f3d0bc8890ae15de1 Author: remm AuthorDate: Wed May 11 09:09:38 2022 +0200 Tag 9.0.63 ---

[tomcat] tag 9.0.63 created (now 538ed38968)

2022-05-11 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to tag 9.0.63 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 538ed38968 (commit) This tag includes the following new commits: new 538ed38968 Tag 9.0.63 The 1 revisions listed