https://bz.apache.org/bugzilla/show_bug.cgi?id=68910
--- Comment #3 from Michael Osipov ---
(In reply to Christopher Schultz from comment #1)
> (In reply to Michael Osipov from comment #0)
> > since we also do support LibreSSL [...]
>
> Note: Support for LibreSSL is more of an aspiration and les
https://bz.apache.org/bugzilla/show_bug.cgi?id=68911
7elem...@mail.bg changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #3 from 7elem...@mai
https://bz.apache.org/bugzilla/show_bug.cgi?id=68911
--- Comment #4 from 7elem...@mail.bg ---
"The only time "user.dir" is used is if the code initializing Tomcat doesn't
give it any specific information about where to load the configuration files
from."
How do you give specific information about
Am 18.04.24 um 09:08 schrieb bugzi...@apache.org:
https://bz.apache.org/bugzilla/show_bug.cgi?id=68910
--- Comment #3 from Michael Osipov ---
(In reply to Christopher Schultz from comment #1)
(In reply to Michael Osipov from comment #0)
since we also do support LibreSSL [...]
Note: Support
This is an automated email from the ASF dual-hosted git repository.
rjung 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 9c8c87eba5 Improve websocket junit test timing behavi
This is an automated email from the ASF dual-hosted git repository.
rjung 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 8ec7ce32e4 Improve websocket junit test timing be
This is an automated email from the ASF dual-hosted git repository.
rjung 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 e778178657 Improve websocket junit test timing beha
https://bz.apache.org/bugzilla/show_bug.cgi?id=68911
Christopher Schultz changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
ChristopherSchultz commented on PR #720:
URL: https://github.com/apache/tomcat/pull/720#issuecomment-2063733345
So nothing can ever change, then?
--
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
Michael,
On 4/17/24 16:46, Michael Osipov wrote:
On 2024/04/17 14:21:06 Rainer Jung wrote:
Am 17.04.24 um 15:34 schrieb Michael Osipov:
Rainer, I do not fully understand the problem here. We use libtool to solve
exactly this problem with versioned SONAMEs. It will create symlinks to the
SONA
jose-galvez commented on PR #720:
URL: https://github.com/apache/tomcat/pull/720#issuecomment-2063746801
It can, but in this case the documentation states that it didn't so I was
trying to bring it back to how it behaved before (which as an added bonus helps
us not change our scripts).
https://bz.apache.org/bugzilla/show_bug.cgi?id=68910
--- Comment #4 from Christopher Schultz ---
Thanks for doing this work; it IS promising.
Can you share the details of the failures?
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=68909
--- Comment #6 from Christopher Schultz ---
Is it possible for you to use your custom XMLInputFactory directly instead of
calling getInstance(), or do you need Tomcat's JSP compiler to use your custom
XMLInputFactory?
--
You are receiving thi
https://bz.apache.org/bugzilla/show_bug.cgi?id=68909
--- Comment #7 from Chris ---
Hi,
we have a central utility method to create our own instances of
"com.ctc.wstx.stax.WstxInputFactory" that is not the issue.
But we use libraries, that in the depth just call
"XMLInputFactory.newFactory()". Th
ChristopherSchultz commented on PR #720:
URL: https://github.com/apache/tomcat/pull/720#issuecomment-2063868914
Oh, I'm' sorry I didn't pick-up on the subtleties of your report.
Tomcat 10.1 is documented that the value for `%T` is in (presumably _whole_)
seconds. Tomcat 9 says it's in
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 23facd507d Don't create a StringBuilder object unti
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 e2de58c702 Don't create a StringBuilder object
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 4f109c8699 Don't create a StringBuilder object un
On Thu, Apr 18, 2024 at 1:52 PM Rainer Jung wrote:
>
> Hi all,
>
> I noticed, that in main and 9.0.x we have a panama module, but not in
> 10.1.x.
>
> More precisely I see:
>
> main and 10.1.x do have java/org/apache/tomcat/util/net/openssl/panama.
> That is probably due to the existence of Java 2
This is an automated email from the ASF dual-hosted git repository.
rjung 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 8eea901875 Now that we have two native OpenSSL implem
This is an automated email from the ASF dual-hosted git repository.
rjung 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 c6a5b445b0 Now that we have two native OpenSSL im
On 18/04/2024 14:31, schu...@apache.org wrote:
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 2
jose-galvez commented on PR #720:
URL: https://github.com/apache/tomcat/pull/720#issuecomment-2064310044
> Are you specifically talking about the ExtendedAccessLogValve's
`time-taken` token? If so, you're right, that documentation did not change yet
the underlying implementation did change.
https://bz.apache.org/bugzilla/show_bug.cgi?id=68910
--- Comment #5 from Michael Osipov ---
Created attachment 39673
--> https://bz.apache.org/bugzilla/attachment.cgi?id=39673&action=edit
Failed tests
(In reply to Christopher Schultz from comment #4)
> Thanks for doing this work; it IS promisi
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 9328072d13 Remove commented out code.
9328072d13 is d
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 7435b0dd1d Remove commented out code.
7435b0dd1d
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 01533cff0e Remove commented out code.
01533cff0e is
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 21837baca3 Add API that allows the error status for t
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 f14a31b109 Add API that allows the error status f
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 2a3d9c5c1b Add API that allows the error status for
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/112/builds/1043
Blamelist: Mark Thomas
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch main] 9328072d1359a31fc7b74a8eda05392bf6978
Build status: Build succeeded!
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/112/builds/1044
Blamelist: Mark Thomas
Build Text: build successful
Status Detected: restored build
Build Source Stamp: [branch main] 21837baca3c764608173f4a5c69e85307cf92b18
Steps:
worker_prep
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 c96e797c77 Dispatch after AsyncListener.onError() sho
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 534ade1782 Dispatch after AsyncListener.onError()
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 31fc71858f Dispatch after AsyncListener.onError() s
This is an automated email from the ASF dual-hosted git repository.
rjung 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 17f779bf7b Add openssl ffm testing
new 899e06a7b
This is an automated email from the ASF dual-hosted git repository.
rjung 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 1ffc62afa7 Add openssl ffm testing
1ffc62afa7 is
Hi All,
The CFP for Community Over Code Asia, including the Web server and
Tomcat track, is closing very soon - at 4:00 PM on 22 Apr 2024
Beijing time.
Details: https://sessionize.com/communityovercode-asia-2024
Please do not wait until the last minute. We hope to see you in Hangzhou!
--
Best
38 matches
Mail list logo