[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2022-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #41 from kiran --- Thanks for fixing the issue regards Non-ASCII characters in the query string getting mangled after URL Rewrite using RewriteValve. https://certivatic.com/iso-9001-certification-in-philippines/ -- You are

[DAEMON] Tagging 1.3.0

2022-03-10 Thread Mark Thomas
Hi all, Just a heads up that I'm planning on tagging Daemon 1.3.0 soon - probably tomorrow. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[OT] ClassLoaders in Java 9+

2022-03-10 Thread Christopher Schultz
All, I ran into a situation where having a null parent ClassLoader appears to have no visibility outside of the core Java platform packages. This is expected, as confirmed by this bug report: https://bugs.openjdk.java.net/browse/JDK-8161269 If I want my custom ClassLoader to be able to see,

Re: [VOTE] Release Apache Tomcat 9.0.60

2022-03-10 Thread Mark Thomas
On 09/03/2022 15:39, Rémy Maucherat wrote: The proposed 9.0.60 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 9.0.60 (stable) Unit tests pass for NIO, NIO2 and APR on Linux, MacOS and Windows. Mark

Re: [VOTE] Release Apache Tomcat 10.0.18

2022-03-10 Thread Mark Thomas
On 09/03/2022 14:52, Mark Thomas wrote: The proposed 10.0.18 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.0.18 (stable) Unit tests pass for NIO, NIO2 and APR on Linux, MacOS and Windows. Mark

Re: [VOTE] Release Apache Tomcat 10.0.18

2022-03-10 Thread Rémy Maucherat
On Wed, Mar 9, 2022 at 3:53 PM Mark Thomas wrote: > > The proposed Apache Tomcat 10.0.18 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.* > >

svn commit: r1898822 - in /tomcat/site/trunk: docs/bugreport.html xdocs/bugreport.xml

2022-03-10 Thread kkolinko
Author: kkolinko Date: Thu Mar 10 13:21:38 2022 New Revision: 1898822 URL: http://svn.apache.org/viewvc?rev=1898822=rev Log: bugreport.html - Update links to Changelog files built by CI. - Remove Tomcat 7.0, add Tomcat 10.1. - Fix changed CI paths. Modified:

[Bug 65947] Typos in http2 documentation and translation

2022-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65947 --- Comment #2 from Thomas Hoffmann --- Thanks for the quick response and fix! I will try the translation tool next time. -- You are receiving this mail because: You are the assignee for the bug.

Re: [VOTE] Release Apache Tomcat 10.1.0-M12

2022-03-10 Thread Rémy Maucherat
On Wed, Mar 9, 2022 at 2:59 PM Mark Thomas wrote: > > The proposed Apache Tomcat 10.1.0-M12 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] pavandv9 commented on pull request #481: changing HashMap to LinkedHashMap to maintain execution order of deployment

2022-03-10 Thread GitBox
pavandv9 commented on pull request #481: URL: https://github.com/apache/tomcat/pull/481#issuecomment-1063832888 I agree to your point, but again since web applications are independent many applications may be running in order. So I hope by doing this it doesn't affect the existing

[tomcat] branch 8.5.x updated: Fix typos. Thanks to Thomas Hoffmann.

2022-03-10 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 1dd7a24 Fix typos. Thanks to Thomas Hoffmann.

[tomcat] branch 9.0.x updated: Fix typos. Thanks to Thomas Hoffmann.

2022-03-10 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 ab4f64f Fix typos. Thanks to Thomas Hoffmann.

[tomcat] branch 10.0.x updated: Fix typos. Thanks to Thomas Hoffmann.

2022-03-10 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 b031ef8 Fix typos. Thanks to Thomas Hoffmann.

[tomcat] branch main updated (cfa443f -> 469b8c3)

2022-03-10 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 cfa443f Increment version ready for next development cycle add 469b8c3 Fix typos. Thanks to Thomas Hoffmann. No

[Bug 65947] Typos in http2 documentation and translation

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

[GitHub] [tomcat] markt-asf commented on pull request #481: changing HashMap to LinkedHashMap to maintain execution order of deployment

2022-03-10 Thread GitBox
markt-asf commented on pull request #481: URL: https://github.com/apache/tomcat/pull/481#issuecomment-1063793228 That is a backwards incompatible change so, if made, it will only be made to the 10.1.x branch. Web applications are meant to be independent. If there are dependencies

[Bug 65947] Typos in http2 documentation and translation

2022-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65947 Thomas Hoffmann changed: What|Removed |Added OS||All CC|