https://bz.apache.org/bugzilla/show_bug.cgi?id=69180
--- Comment #3 from qoo...@gmail.com ---
(In reply to qooalt from comment #2)
> Does it fail every time? If so, we might be able to get to the bottom of it,
> especially if you can run a copy of procrun.exe with debug symbols and get a
> proper
https://bz.apache.org/bugzilla/show_bug.cgi?id=69180
qoo...@gmail.com changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #4 from qoo...@gmail
rmaucher commented on PR #740:
URL: https://github.com/apache/tomcat/pull/740#issuecomment-259840
The rationale behind this is long term support of Tomcat 9.0.
- FFM support is likely desirable starting with the Java 25 LTS release
- Java 25 cannot be used to compile Tomcat 9.0
-
rmaucher merged PR #740:
URL: https://github.com/apache/tomcat/pull/740
--
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.or
This is an automated email from the ASF dual-hosted git repository.
remm pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from cc47f2cc28 Add pre-release summary message.
add bbd22e4f87 Add FFM classes and build
add a4035903e3 Port first
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
commit 109d2e82036cff8a47ebc5edb48c6b4d89cb1922
Merge: cc47f2cc28 6a4c499c61
Author: Rémy Maucherat
AuthorDate: Thu Jul 11 10:17:3
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 00de318999 Update changelog
00de318999 is described
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 f4c5d54ce0 Add doc and jextract helpers
f4c5d54ce0 i
https://bz.apache.org/bugzilla/show_bug.cgi?id=69182
Bug ID: 69182
Summary: Tomcat doesn't seem to call SSLEngine.closeInbound
when the HTTPS client disconnects
Product: Tomcat 9
Version: 9.0.x
Hardware: All
https://bz.apache.org/bugzilla/show_bug.cgi?id=69182
--- Comment #1 from xiezhaokun <1016340...@qq.com> ---
Tomcat doesn't seem to call SSLEngine.closeInbound when the HTTPS client
disconnects.
If you use AES symmetric encryption similar to that implemented by the openssl
library, it may cause a m
https://bz.apache.org/bugzilla/show_bug.cgi?id=69182
--- Comment #2 from xiezhaokun <1016340...@qq.com> ---
SSLEngineImpl#closeInbound
```
@Override
public synchronized void closeInbound() throws SSLException {
if (isInboundDone()) {
return;
}
if (SSLLogger
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/37/builds/1003
Blamelist: Rémy Maucherat , remm
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 9.0.x] 109d2e82036cff8a47ebc5edb48
Build status: Build succeeded!
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/37/builds/1004
Blamelist: Rémy Maucherat , remm
Build Text: build successful
Status Detected: restored build
Build Source Stamp: [branch 9.0.x] f4c5d54ce045e87a2ec3a1c70b93d3716a3e2f94
Steps:
w
https://bz.apache.org/bugzilla/show_bug.cgi?id=69184
Bug ID: 69184
Summary: FEDUS
Product: Tomcat Modules
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: jdbc-pool
https://bz.apache.org/bugzilla/show_bug.cgi?id=69184
Chuck Caldarale changed:
What|Removed |Added
Resolution|--- |INVALID
OS|
rafaeldeoliveira opened a new pull request, #741:
URL: https://github.com/apache/tomcat/pull/741
(no 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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69180
Christopher Schultz changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #5 from Chr
ChristopherSchultz commented on PR #741:
URL: https://github.com/apache/tomcat/pull/741#issuecomment-2223306831
Sure.
--
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 uns
ChristopherSchultz merged PR #741:
URL: https://github.com/apache/tomcat/pull/741
--
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
This is an automated email from the ASF dual-hosted git repository.
schultz 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 5900a15c6b fix typos (#741)
5900a15c6b is described
This is an automated email from the ASF dual-hosted git repository.
schultz 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 81be56a0e6 fix typos (#741)
81be56a0e6 is describ
This is an automated email from the ASF dual-hosted git repository.
schultz 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 a7638952aa fix typos (#741)
a7638952aa is descr
https://bz.apache.org/bugzilla/show_bug.cgi?id=69180
--- Comment #6 from qoo...@gmail.com ---
(In reply to Christopher Schultz from comment #5)
> The information you provided does seem to point to a bug in commons-daemon.
> We only package it, we don't develop it. We may need to re-assign this bug
https://bz.apache.org/bugzilla/show_bug.cgi?id=69180
--- Comment #7 from qoo...@gmail.com ---
BTW, I requested access to ASF Commons-daemon JIRA project, so I still can't
report issues there.
--
You are receiving this mail because:
You are the assignee for the bug.
--
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 8002d036db Revert
8002d036db is described below
commi
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/112/builds/1183
Blamelist: remm
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch main] 8002d036dbfef236a043a32847ccd516dc813e3f
S
26 matches
Mail list logo