Hakky54 opened a new pull request, #673:
URL: https://github.com/apache/tomcat/pull/673
Tomcat supports configuring a custom SSLContext when configuring the
`SSLHostConfigCertificate`. However the custom SSLContext gets ignored during
the server startup and ssl initialization. A new SSLCont
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675
--- Comment #13 from Remy Maucherat ---
(In reply to Mark Thomas from comment #12)
> I think some refactoring will be required
> for the ASN.1 parser to make it more robust.
I managed to do OCSP using it (
https://github.com/apache/tomcat/blob
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675
--- Comment #12 from Mark Thomas ---
My current assessment is that it is possible to handle this. We are going to
need to do a little more by hand. I think some refactoring will be required for
the ASN.1 parser to make it more robust.
--
You
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675
--- Comment #11 from Mark Thomas ---
Yes. The steps to reproduce this worked perfectly. Thanks.
Currently working through the ASN.1 and relevant RFCs to see what we have and
if I can get Java to work with it.
--
You are receiving this mail b
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793
Mircea Butmalai changed:
What|Removed |Added
Component|Authentication |Catalina
--
You are receiving this
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675
--- Comment #10 from Michael Osipov ---
(In reply to Mark Thomas from comment #9)
> I'm working on this now. I don't think I am as far forward as you. It would
> be useful if I could see that code you have so far.
>
> My current thinking is th
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/37/builds/739
Blamelist: remm
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 9.0.x] 8c6525835eaca89010e6fe3a295d60312f0abc49
St
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675
--- Comment #9 from Mark Thomas ---
I'm working on this now. I don't think I am as far forward as you. It would be
useful if I could see that code you have so far.
My current thinking is that the PKCS8 branch in PEMFile is going to need to
par
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793
Mircea Butmalai changed:
What|Removed |Added
Component|Catalina|Authentication
--
You are receiving
Michael,
On 10/19/23 08:30, Michael Osipov wrote:
On 2023/10/19 11:24:35 r...@apache.org wrote:
java/org/apache/catalina/manager/StatusTransformer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/manager/StatusTransformer.java
b/java/org/apac
On Thu, Oct 19, 2023 at 2:30 PM Michael Osipov wrote:
>
> On 2023/10/19 11:24:35 r...@apache.org wrote:
> > java/org/apache/catalina/manager/StatusTransformer.java | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/java/org/apache/catalina/manager/StatusTransformer.jav
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 8d2ddd76ee Refactor decrement using a common metho
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 fa07aa1efe Refactor decrement using a common method
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 8c6525835e Refactor decrement using a common method
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 be535eefed Refactor decrement using a common method
be
On 2023/10/19 11:24:35 r...@apache.org wrote:
> java/org/apache/catalina/manager/StatusTransformer.java | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/java/org/apache/catalina/manager/StatusTransformer.java
> b/java/org/apache/catalina/manager/StatusTransformer.java
> i
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675
--- Comment #8 from Christopher Schultz ---
I have uncommitted work locally which can read the ASN.1 and perform the
decryption, which does not fail (i.e. no exception is thrown).
But when interpreting the decrypted data as an ASN.1 stream, th
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 925cb3a2d4 Add charset
925cb3a2d4 is described below
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 0e0a6adf10 Add charset
0e0a6adf10 is described below
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 33c3a5f8a0 Add charset
33c3a5f8a0 is described bel
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 c22b15fae5 Add charset
c22b15fae5 is described below
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675
--- Comment #7 from Mark Thomas ---
Is that in your pem-utils project?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev
https://bz.apache.org/bugzilla/show_bug.cgi?id=66875
--- Comment #7 from Mark Thomas ---
The original bug report was for two JSON responses in a single HTTP response.
Is that still an issue?
Is the error message regarding the response already being committed in addition
to the multiple JSON bodi
michael-o commented on PR #22:
URL: https://github.com/apache/tomcat-native/pull/22#issuecomment-1770439509
> This comes from:
[270c9ac](https://github.com/apache/tomcat-native/commit/270c9acf8651bb1cbb4fa884e12a9761c8293938)
And in ssl.c it was added in one big commit. I don't know what th
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 54c15e47e1 Panama rename
54c15e47e1 is described b
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 e555459cfa Panama rename
e555459cfa is described below
rmaucher commented on PR #22:
URL: https://github.com/apache/tomcat-native/pull/22#issuecomment-1770410908
No testsuite failures from this change.
--
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
rmaucher commented on PR #22:
URL: https://github.com/apache/tomcat-native/pull/22#issuecomment-1770378729
This comes from:
https://github.com/apache/tomcat-native/commit/270c9acf8651bb1cbb4fa884e12a9761c8293938
And in ssl.c it was added in one big commit.
I don't know what the purpose
rmaucher commented on PR #672:
URL: https://github.com/apache/tomcat/pull/672#issuecomment-1770353017
The Java code is a lot simpler.
--
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
On 19/10/2023 03:17, Christopher Schultz wrote:
But Mark, if you missed my message from the 13th, you'll see that the
problem is I'm running a slightly different version of Java than you
are, and the exact spelling of the version string is causing the problem
-- mostly in MANIFEST.MF files b
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793
Mircea Butmalai changed:
What|Removed |Added
CC||mircea.butma...@radcom.ro
--
You ar
31 matches
Mail list logo