Bug report for Tomcat 9 [2022/09/11]

2022-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2022/09/11]

2022-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2022/09/11]

2022-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2022/09/11]

2022-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2022/09/11]

2022-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2022/09/11]

2022-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2022/09/11]

2022-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.3

2022-09-11 Thread Mark Thomas
Ping. We need one more +1 PMC member vote for this release vote to pass. Mark On 06/09/2022 15:30, Mark Thomas wrote: The proposed Apache Tomcat migration tool for Jakarta EE 1.0.3 is now available for voting. The significant changes since 1.0.1 are: - Issue #26 - bad CRC checksums - Issue

[GitHub] [tomcat] xth opened a new pull request, #552: UTF-8 makes Non-English Windows Console garbled

2022-09-11 Thread GitBox
xth opened a new pull request, #552: URL: https://github.com/apache/tomcat/pull/552 Windows console dose not use UTF-8 by default. Unset the ConsoleHandler.encoding ,the JVM would choose the platform default. -- This is an automated message from the Apache Git Service. To respond to the

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.3

2022-09-11 Thread Felix Schumacher
Am 06.09.22 um 16:30 schrieb Mark Thomas: The proposed Apache Tomcat migration tool for Jakarta EE 1.0.3 is now available for voting. The significant changes since 1.0.1 are: - Issue #26 - bad CRC checksums - Issue #32 - Manifests in exploded JARs It can be obtained from: https://dist.apache.

[GitHub] [tomcat] aooohan commented on pull request #552: UTF-8 makes Non-English Windows Console garbled

2022-09-11 Thread GitBox
aooohan commented on PR #552: URL: https://github.com/apache/tomcat/pull/552#issuecomment-1243148093 I have no objection as the ConsoleHandler shouldn't be used on production system, so this change will allow for better monitoring at development time. -- This is an automated message from