[GitHub] [tomcat] michael-o commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
michael-o commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1299773529 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[Bug 66005] Apache crashes, if there is a tomcat server, which can not be resolved

2023-08-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66005 --- Comment #24 from Michael Osipov --- The patch provided is highly not portable. Why not use internal attributes which mark symbols as public/private? -- You are receiving this mail because: You are the assignee for the bug. ---

Mailing list RSS feeds not working

2023-08-21 Thread Sebastian Lövdahl
Hi, I have been using the RSS feeds linked from https://tomcat.apache.org/lists.html for following this and other Tomcat-related lists (https://tomcat.markmail.org/atom/+list:org%2Eapache%2Etomcat%2Edev), but it seems like it has stopped working some time during the past weeks. I just wanted

[GitHub] [tomcat] markt-asf commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
markt-asf commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1299927091 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [tomcat] markt-asf commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
markt-asf commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1299935009 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [tomcat] markt-asf commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
markt-asf commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1299935328 ## webapps/docs/changelog.xml: ## @@ -113,6 +113,12 @@ provided error code during error page processing rather than assuming an error code of 500. (ma

[GitHub] [tomcat] markt-asf commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
markt-asf commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1299936723 ## webapps/docs/config/http.xml: ## @@ -148,20 +148,17 @@ files) obtained from the query string and, for POST requests, the request body if the content typ

[GitHub] [tomcat] michael-o commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
michael-o commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1299969203 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [tomcat] michael-o commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
michael-o commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1299969607 ## webapps/docs/config/http.xml: ## @@ -148,20 +148,17 @@ files) obtained from the query string and, for POST requests, the request body if the content typ

Re: Mailing list RSS feeds not working

2023-08-21 Thread Mark Thomas
On 21/08/2023 02:53, Sebastian Lövdahl wrote: Hi, I have been using the RSS feeds linked from https://tomcat.apache.org/lists.html for following this and other Tomcat-related lists (https://tomcat.markmail.org/atom/+list:org%2Eapache%2Etomcat%2Edev), but it seems like it has stopped working

[GitHub] [tomcat] markt-asf commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
markt-asf commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1300034970 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [tomcat] michael-o commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
michael-o commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1300043089 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

svn commit: r1911825 - in /tomcat/site/trunk: docs/lists.html xdocs/lists.xml

2023-08-21 Thread markt
Author: markt Date: Mon Aug 21 13:24:44 2023 New Revision: 1911825 URL: http://svn.apache.org/viewvc?rev=1911825&view=rev Log: Remove referencs to markmail.org as it appears to be off-line Modified: tomcat/site/trunk/docs/lists.html tomcat/site/trunk/xdocs/lists.xml Modified: tomcat/site

[Bug 66005] Apache crashes, if there is a tomcat server, which can not be resolved

2023-08-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66005 --- Comment #25 from Rainer Jung --- Not sure how highly nonportable, at least it uses libtool. Attributes are often used in GCC style. Do you have a concrete suggestion how to use them in a portable way to only export the jk_handler symbol?

[tomcat] branch main updated: Use MiB for 1024 * 1204 bytes and KiB for 1024 bytes

2023-08-21 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 a1a1c8339e Use MiB for 1024 * 1204 bytes and KiB for

[tomcat] branch 10.1.x updated: Use MiB for 1024 * 1204 bytes and KiB for 1024 bytes

2023-08-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 3959e1eba2 Use MiB for 1024 * 1204 bytes and KiB

[tomcat] branch 9.0.x updated: Use MiB for 1024 * 1204 bytes and KiB for 1024 bytes

2023-08-21 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 dbb75e2fc8 Use MiB for 1024 * 1204 bytes and KiB fo

[tomcat] branch 8.5.x updated: Use MiB for 1024 * 1204 bytes and KiB for 1024 bytes

2023-08-21 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 ffd30c21dc Use MiB for 1024 * 1204 bytes and KiB fo

[GitHub] [tomcat] michael-o commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
michael-o commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1300652715 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [tomcat] michael-o commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
michael-o commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1300652715 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [tomcat] markt-asf commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
markt-asf commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1300656508 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [tomcat] michael-o commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
michael-o commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1300658108 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [tomcat] markt-asf commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
markt-asf commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1300661077 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[tomcat] branch main updated: Fix regex replace error

2023-08-21 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 7b39f1c1fb Fix regex replace error 7b39f1c1fb is desc

[tomcat] branch 10.1.x updated: Fix regex replace error

2023-08-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new aeefa111de Fix regex replace error aeefa111de is

[tomcat] branch 9.0.x updated: Fix regex replace error

2023-08-21 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 e49378e227 Fix regex replace error e49378e227 is de

[tomcat] branch 8.5.x updated: Fix regex replace error

2023-08-21 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 9c3957dd83 Fix regex replace error 9c3957dd83 is de

[tomcat] branch main updated: Fix formatting. There should be a space between number and unit.

2023-08-21 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 b55774b615 Fix formatting. There should be a space be

[tomcat] branch 10.1.x updated: Fix formatting. There should be a space between number and unit.

2023-08-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 7d3142ffe1 Fix formatting. There should be a spac

[tomcat] branch 9.0.x updated: Fix formatting. There should be a space between number and unit.

2023-08-21 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 a8abbac7a0 Fix formatting. There should be a space

[tomcat] branch 8.5.x updated: Fix formatting. There should be a space between number and unit.

2023-08-21 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 3fcfacc9a7 Fix formatting. There should be a space

[GitHub] [tomcat] sergmain opened a new pull request, #647: Replaced synchronized with StampedLock

2023-08-21 Thread via GitHub
sergmain opened a new pull request, #647: URL: https://github.com/apache/tomcat/pull/647 Replaced synchronized with StampedLock as preparation for virtual threads -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [tomcat-jakartaee-migration] tutufool commented on issue #47: EE package migration

2023-08-21 Thread via GitHub
tutufool commented on issue #47: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/47#issuecomment-1687326690 cool, thanks a lot! -- 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

[GitHub] [tomcat] michael-o commented on a diff in pull request #646: Parameter error handling

2023-08-21 Thread via GitHub
michael-o commented on code in PR #646: URL: https://github.com/apache/tomcat/pull/646#discussion_r1301062237 ## java/org/apache/tomcat/util/http/InvalidParameterException.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *