[GitHub] [tomcat] rmaucher commented on pull request #641: Add DESTROYED state (if DESTROYED we are already STOPPED).

2023-08-03 Thread via GitHub
rmaucher commented on PR #641: URL: https://github.com/apache/tomcat/pull/641#issuecomment-1663624324 > Just deleted on the file system or removed via the Manager app? > > It looks like there are sorts of race possibilities between `Host` and `HostConfig`. How far do we want to go to

[tomcat] branch main updated: Plan likely package move

2023-08-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 09f72a7b0e Plan likely package move 09f72a7b0e is

[tomcat] branch 10.1.x updated: Fix imports

2023-08-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 ffd88cc46f Fix imports ffd88cc46f is described

[Bug 66822] "BindException: Address already in use" - pls say which ip/port is causing the problem

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66822 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[tomcat] branch main updated: Fix imports

2023-08-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 39fa83af2e Fix imports 39fa83af2e is described below

[Bug 66829] setclasspath.bat: troubles when _RUNJAVA contains spaces

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66829 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[tomcat] branch 9.0.x updated: Fix BZ 66822. Use same name format for Connector and ProtocolHandler

2023-08-03 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 e1ed35a69d Fix BZ 66822. Use same name format for

[tomcat] branch 10.1.x updated: Fix BZ 66822. Use same name format for Connector and ProtocolHandler

2023-08-03 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 895d972aab Fix BZ 66822. Use same name format

[tomcat] branch main updated: Fix BZ 66822. Use same name format for Connector and ProtocolHandler

2023-08-03 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 8618c293cf Fix BZ 66822. Use same name format for

[tomcat] branch 8.5.x updated: Fix BZ 66822. Use same name format for Connector and ProtocolHandler

2023-08-03 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 bbb2ea5756 Fix BZ 66822. Use same name format for

[tomcat] branch 8.5.x updated: Fix imports

2023-08-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 dfd57d88a7 Fix imports dfd57d88a7 is described

[tomcat] branch 9.0.x updated: Fix imports

2023-08-03 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 0ffa071f48 Fix imports 0ffa071f48 is described

[Bug 66829] setclasspath.bat: troubles when _RUNJAVA contains spaces

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66829 --- Comment #2 from Дилян Палаузов --- The same problem is described at https://bz.apache.org/bugzilla/show_bug.cgi?id=66056 In the bug report I wrote as substutution > if not defined %_RUNJAVA% goto gotRunJava but it should be > if

[Bug 66841] Memory leak from cancelled async http/2 streams

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66841 Andrew Murphy changed: What|Removed |Added CC||ajmurphy...@gmail.com --- Comment #1

[tomcat] branch 9.0.x updated: Fix BZ 66829 - fix quoting

2023-08-03 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 f107b3c1b7 Fix BZ 66829 - fix quoting f107b3c1b7

[tomcat] branch main updated: Fix BZ 66829 - fix quoting

2023-08-03 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 6f4b064fec Fix BZ 66829 - fix quoting 6f4b064fec is

[Bug 66841] Memory leak from cancelled async http/2 streams

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66841 Andrew Murphy changed: What|Removed |Added Severity|critical|regression -- You are receiving this

[Bug 66842] Http2AsyncUpgradeHandler does not update overhead count based on sent frames

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66842 Andrew Murphy changed: What|Removed |Added CC||ajmurphy...@gmail.com -- You are

[tomcat] branch 8.5.x updated: Fix BZ 66829 - fix quoting

2023-08-03 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 0fc1feb8c2 Fix BZ 66829 - fix quoting 0fc1feb8c2

[tomcat] branch 8.5.x updated: Fix warning

2023-08-03 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 51fabe9c43 Fix warning 51fabe9c43 is described

[Bug 66829] setclasspath.bat: troubles when _RUNJAVA contains spaces

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66829 --- Comment #3 from Mark Thomas --- I think there may be some issues with spaces in the path to Java but the example in the original report is wrong. It uses set VAR="value with spaces" it should be set "VAR=value with spaces" I'm

[Bug 66841] New: Memory leak from cancelled async http/2 streams

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66841 Bug ID: 66841 Summary: Memory leak from cancelled async http/2 streams Product: Tomcat 9 Version: 9.0.76 Hardware: PC OS: Linux Status: NEW Severity:

[Bug 66829] setclasspath.bat: troubles when _RUNJAVA contains spaces

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66829 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch main updated: Fix warning

2023-08-03 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 ff1ce0b045 Fix warning ff1ce0b045 is described below

[tomcat] branch 10.1.x updated: Fix warning

2023-08-03 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 361225c08b Fix warning 361225c08b is described

[tomcat] branch 9.0.x updated: Fix warning

2023-08-03 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 ecd39fdc1b Fix warning ecd39fdc1b is described

Buildbot success in on tomcat-9.0.x

2023-08-03 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/638 Blamelist: Mark Thomas , dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, lihan , remm Build Text: build successful Status Detected: restored build Build Source

[Bug 66842] New: Http2AsyncUpgradeHandler does not update overhead count based on sent frames

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66842 Bug ID: 66842 Summary: Http2AsyncUpgradeHandler does not update overhead count based on sent frames Product: Tomcat 9 Version: 9.0.76 Hardware: PC OS:

[tomcat] branch 10.1.x updated: Fix BZ 66829 - fix quoting

2023-08-03 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 0453bc5c9c Fix BZ 66829 - fix quoting 0453bc5c9c

[Bug 66834] Expression Language 6.0 should be updated to provide the new osgi.contract name for Expression Language 6.0

2023-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66834 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED OS|

[tomcat] branch 10.1.x updated: Fix BZ 66834 - Correct Java EE contract names to Jakarta EE names

2023-08-03 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 dd84c85537 Fix BZ 66834 - Correct Java EE

[tomcat] branch main updated: Fix BZ 66834 - Correct Java EE contract names to Jakarta EE names

2023-08-03 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 0601b8c493 Fix BZ 66834 - Correct Java EE contract