[Bug 65947] Typos in http2 documentation and translation
https://bz.apache.org/bugzilla/show_bug.cgi?id=65947 Thomas Hoffmann changed: What|Removed |Added OS||All CC||Thomas.Hoffmann@speed4trade ||.com -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] [tomcat] markt-asf commented on pull request #481: changing HashMap to LinkedHashMap to maintain execution order of deployment
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 between two or more web applications then those applications should be coded so that they correctly handle starting in different orders. Generally, the Tomcat project does not implement features that enforce this sort of ordering as it undermines portability. I am close to -1 on this proposal but will leave the PR open for others to comment. -- 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: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65947] Typos in http2 documentation and translation
https://bz.apache.org/bugzilla/show_bug.cgi?id=65947 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Mark Thomas --- Thanks for the report. Fixed in: - 10.1.x for 10.1.0-M13 onwards - 10.0.x for 10.0.19 onwards - 9.0.x for 9.0.61 onwards - 8.5.x for 8.5.77 onwards The HTTP fix only applies to 10.x For future reference, we manage translations via POEditor. Details at https://cwiki.apache.org/confluence/x/vIPzBQ -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch main updated (cfa443f -> 469b8c3)
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 new revisions were added by this update. Summary of changes: .../catalina/connector/LocalStrings_de.properties | 2 +- webapps/docs/changelog.xml | 17 + webapps/docs/config/http2.xml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 10.0.x updated: Fix typos. Thanks to Thomas Hoffmann.
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. b031ef8 is described below commit b031ef855ef8c16a6066f07ded32e741047da645 Author: Mark Thomas AuthorDate: Thu Mar 10 08:45:41 2022 + Fix typos. Thanks to Thomas Hoffmann. --- .../catalina/connector/LocalStrings_de.properties | 2 +- webapps/docs/changelog.xml | 17 + webapps/docs/config/http2.xml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/connector/LocalStrings_de.properties b/java/org/apache/catalina/connector/LocalStrings_de.properties index 94f6405..0478fd4 100644 --- a/java/org/apache/catalina/connector/LocalStrings_de.properties +++ b/java/org/apache/catalina/connector/LocalStrings_de.properties @@ -21,6 +21,6 @@ coyoteConnector.invalidPort=Der Konnektor kann nicht starten, da der als Port an coyoteConnector.protocolHandlerStartFailed=Der Start des Protokoll-Handlers ist fehlgeschlagen coyoteRequest.filterAsyncSupportUnknown=Es konnte nicht ermittelt werden ob einer der Filter asyncrone Bearbeitung nicht unterstützt -coyoteRequest.gssLifetimeFail=Die verbleibende Lebenzeit für den Principal [{0}] konnte nicht ermittelt werden. +coyoteRequest.gssLifetimeFail=Die verbleibende Lebenszeit für den Principal [{0}] konnte nicht ermittelt werden. responseFacade.nullResponse=Das Response Objekt ist wiederverwendet worden und nicht mehr mit der Facade verknüpft. diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index c29c535..f01933d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -105,6 +105,23 @@ issues do not "pop up" wrt. others). --> + + + +65947: Correct the name of HTTP/1.1 configuration property +(maxHttpHeaderSize) that is inherited by the HTTP/2 upgrade +protocol. Thanks to Thomas Hoffmann. (markt) + + + + + + +Correct a spelling mistake in the German translations. Thanks to Thomas +Hoffmann. (markt) + + + diff --git a/webapps/docs/config/http2.xml b/webapps/docs/config/http2.xml index fc41e4a..b6172ff 100644 --- a/webapps/docs/config/http2.xml +++ b/webapps/docs/config/http2.xml @@ -216,7 +216,7 @@ compression compressionMinSize maxCookieCount -maxHeaderSize +maxHttpHeaderSize maxParameterCount maxPostSize maxSavePostSize - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 9.0.x updated: Fix typos. Thanks to Thomas Hoffmann.
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. ab4f64f is described below commit ab4f64f70207bcd28f3e9cf504787b81bc11397d Author: Mark Thomas AuthorDate: Thu Mar 10 08:45:41 2022 + Fix typos. Thanks to Thomas Hoffmann. --- java/org/apache/catalina/connector/LocalStrings_de.properties | 2 +- webapps/docs/changelog.xml| 8 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/connector/LocalStrings_de.properties b/java/org/apache/catalina/connector/LocalStrings_de.properties index 94f6405..0478fd4 100644 --- a/java/org/apache/catalina/connector/LocalStrings_de.properties +++ b/java/org/apache/catalina/connector/LocalStrings_de.properties @@ -21,6 +21,6 @@ coyoteConnector.invalidPort=Der Konnektor kann nicht starten, da der als Port an coyoteConnector.protocolHandlerStartFailed=Der Start des Protokoll-Handlers ist fehlgeschlagen coyoteRequest.filterAsyncSupportUnknown=Es konnte nicht ermittelt werden ob einer der Filter asyncrone Bearbeitung nicht unterstützt -coyoteRequest.gssLifetimeFail=Die verbleibende Lebenzeit für den Principal [{0}] konnte nicht ermittelt werden. +coyoteRequest.gssLifetimeFail=Die verbleibende Lebenszeit für den Principal [{0}] konnte nicht ermittelt werden. responseFacade.nullResponse=Das Response Objekt ist wiederverwendet worden und nicht mehr mit der Facade verknüpft. diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index f6b9abf..efca2c2 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -105,6 +105,14 @@ issues do not "pop up" wrt. others). --> + + + +Correct a spelling mistake in the German translations. Thanks to Thomas +Hoffmann. (markt) + + + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 8.5.x updated: Fix typos. Thanks to Thomas Hoffmann.
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. 1dd7a24 is described below commit 1dd7a240137d5dd724bf4b8bd1b9906b7ae74166 Author: Mark Thomas AuthorDate: Thu Mar 10 08:45:41 2022 + Fix typos. Thanks to Thomas Hoffmann. --- java/org/apache/catalina/connector/LocalStrings_de.properties | 2 +- webapps/docs/changelog.xml| 8 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/connector/LocalStrings_de.properties b/java/org/apache/catalina/connector/LocalStrings_de.properties index 94f6405..0478fd4 100644 --- a/java/org/apache/catalina/connector/LocalStrings_de.properties +++ b/java/org/apache/catalina/connector/LocalStrings_de.properties @@ -21,6 +21,6 @@ coyoteConnector.invalidPort=Der Konnektor kann nicht starten, da der als Port an coyoteConnector.protocolHandlerStartFailed=Der Start des Protokoll-Handlers ist fehlgeschlagen coyoteRequest.filterAsyncSupportUnknown=Es konnte nicht ermittelt werden ob einer der Filter asyncrone Bearbeitung nicht unterstützt -coyoteRequest.gssLifetimeFail=Die verbleibende Lebenzeit für den Principal [{0}] konnte nicht ermittelt werden. +coyoteRequest.gssLifetimeFail=Die verbleibende Lebenszeit für den Principal [{0}] konnte nicht ermittelt werden. responseFacade.nullResponse=Das Response Objekt ist wiederverwendet worden und nicht mehr mit der Facade verknüpft. diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index de3bc3d..74d49de 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -153,6 +153,14 @@ + + + +Correct a spelling mistake in the German translations. Thanks to Thomas +Hoffmann. (markt) + + + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] [tomcat] pavandv9 commented on pull request #481: changing HashMap to LinkedHashMap to maintain execution order of deployment
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 feature and it will add more advantage to it. -- 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: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 10.1.0-M12
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 in the $CATALINA_BASE/webapps-javaee directory and Tomcat > will automatically convert them to Jakarta EE and copy them to the > webapps directory. > > The notable changes compared to 10.1.0-M11 are: > > - Fix a potential thread-safety issue that could cause HTTP/1.1 request >processing to pause, and potentially timeout, waiting for additional >data when the full request has been received. > > - Fix a regression introduced with 65757 bugfix which better identified >non request threads but which introduced a similar problem when user >code was doing sequential operations in a single thread. > > - When resolving methods in EL expressions that use beans and/or static >fields, ensure that any custom type conversion is considered when >identifying the method to call. > > For full details, see the changelog: > https://nightlies.apache.org/tomcat/tomcat-10.1.x/docs/changelog.html > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M12/ > > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1360 > > The tag is: > https://github.com/apache/tomcat/tree/10.1.0-M12 > d08498a3cefa7206bad791acf019455794f865ea > > > The proposed 10.1.0-M12 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 10.1.0-M12 (alpha) Rémy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65947] Typos in http2 documentation and translation
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. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1898822 - in /tomcat/site/trunk: docs/bugreport.html xdocs/bugreport.xml
Author: kkolinko Date: Thu Mar 10 13:21:38 2022 New Revision: 1898822 URL: http://svn.apache.org/viewvc?rev=1898822&view=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: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/xdocs/bugreport.xml Modified: tomcat/site/trunk/docs/bugreport.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=1898822&r1=1898821&r2=1898822&view=diff == --- tomcat/site/trunk/docs/bugreport.html (original) +++ tomcat/site/trunk/docs/bugreport.html Thu Mar 10 13:21:38 2022 @@ -183,42 +183,42 @@ problem you are having before reporting - Tomcat 10.0 (main) + Tomcat 10.1 (main) -https://tomcat.apache.org/tomcat-10.0-doc/changelog.html";>changelog.html +https://tomcat.apache.org/tomcat-10.1-doc/changelog.html";>changelog.html -https://ci.apache.org/projects/tomcat/tomcat10/docs/changelog.html";>changelog.html - CI +https://nightlies.apache.org/tomcat/tomcat-10.1.x/docs/changelog.html";>changelog.html - CI - Tomcat 9.0 + Tomcat 10.0 -https://tomcat.apache.org/tomcat-9.0-doc/changelog.html";>changelog.html +https://tomcat.apache.org/tomcat-10.0-doc/changelog.html";>changelog.html -https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html";>changelog.html - CI +https://nightlies.apache.org/tomcat/tomcat-10.0.x/docs/changelog.html";>changelog.html - CI - Tomcat 8.5 + Tomcat 9.0 -https://tomcat.apache.org/tomcat-8.5-doc/changelog.html";>changelog.html +https://tomcat.apache.org/tomcat-9.0-doc/changelog.html";>changelog.html -https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html";>changelog.html - CI +https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html";>changelog.html - CI - Tomcat 7.0 + Tomcat 8.5 -https://tomcat.apache.org/tomcat-7.0-doc/changelog.html";>changelog.html +https://tomcat.apache.org/tomcat-8.5-doc/changelog.html";>changelog.html -https://ci.apache.org/projects/tomcat/tomcat7/docs/changelog.html";>changelog.html - CI +https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html";>changelog.html - CI Modified: tomcat/site/trunk/xdocs/bugreport.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/bugreport.xml?rev=1898822&r1=1898821&r2=1898822&view=diff == --- tomcat/site/trunk/xdocs/bugreport.xml (original) +++ tomcat/site/trunk/xdocs/bugreport.xml Thu Mar 10 13:21:38 2022 @@ -199,42 +199,42 @@ problem you are having before reporting - Tomcat 10.0 (main) + Tomcat 10.1 (main) -https://tomcat.apache.org/tomcat-10.0-doc/changelog.html";>changelog.html +https://tomcat.apache.org/tomcat-10.1-doc/changelog.html";>changelog.html -https://ci.apache.org/projects/tomcat/tomcat10/docs/changelog.html";>changelog.html - CI +https://nightlies.apache.org/tomcat/tomcat-10.1.x/docs/changelog.html";>changelog.html - CI - Tomcat 9.0 + Tomcat 10.0 -https://tomcat.apache.org/tomcat-9.0-doc/changelog.html";>changelog.html +https://tomcat.apache.org/tomcat-10.0-doc/changelog.html";>changelog.html -https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html";>changelog.html - CI +https://nightlies.apache.org/tomcat/tomcat-10.0.x/docs/changelog.html";>changelog.html - CI - Tomcat 8.5 + Tomcat 9.0 -https://tomcat.apache.org/tomcat-8.5-doc/changelog.html";>changelog.html +https://tomcat.apache.org/tomcat-9.0-doc/changelog.html";>changelog.html -https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html";>changelog.html - CI +https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html";>changelog.html - CI - Tomcat 7.0 + Tomcat 8.5 -https://tomcat.apache.org/tomcat-7.0-doc/changelog.html";>changelog.html +https://tomcat.apache.org/tomcat-8.5-doc/changelog.html";>changelog.html -https://ci.apache.org/projects/tomcat/tomcat7/docs/changelog.html";>changelog.html - CI +https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html";>changelog.html - CI - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h.
Re: [VOTE] Release Apache Tomcat 10.0.18
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.* > > Applications that run on Tomcat 9 will not run on Tomcat 10 without > changes. Java EE applications designed for Tomcat 9 and earlier may be > placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will > automatically convert them to Jakarta EE and copy them to the webapps > directory > > The notable changes compared to 10.0.17 are: > > - Fix a potential thread-safety issue that could cause HTTP/1.1 request >processing to pause, and potentially timeout, waiting for additional >data when the full request has been received. > > - Fix a regression introduced with 65757 bugfix which better identified >non request threads but which introduced a similar problem when user >code was doing sequential operations in a single thread. > > - When resolving methods in EL expressions that use beans and/or static >fields, ensure that any custom type conversion is considered when >identifying the method to call. > > Along with lots of other bug fixes and improvements. > > For full details, see the changelog: > https://nightlies.apache.org/tomcat/tomcat-10.0.x/docs/changelog.html > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.18/ > > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1361 > > The tag is: > https://github.com/apache/tomcat/tree/10.0.18 > 70f59e8328621e58b9493c119f05a2e57f597a1c > > The proposed 10.0.18 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 10.0.18 (stable) Rémy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 10.0.18
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 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 9.0.60
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 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[OT] ClassLoaders in Java 9+
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, for example, the classes in the java.sql module, I think I want to use the "platform class loader" as the parent instead of null. Does that sound correct? Or should it be the system class loader? Or a different one altogether? Thanks, -chris - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[DAEMON] Tagging 1.3.0
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
[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve
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 receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org