Author: jfclere
Date: Tue Jun 5 06:06:06 2018
New Revision: 1832911
URL: http://svn.apache.org/viewvc?rev=1832911&view=rev
Log:
Adjust the code like httpd one. Possible fix for PR#62122
Modified:
tomcat/native/trunk/native/src/ssl.c
Modified: tomcat/native/trunk/native/src/ssl.c
URL:
http:
https://bz.apache.org/bugzilla/show_bug.cgi?id=62122
--- Comment #4 from jfclere ---
I think the problen is fixed by r1832911.
Could you please retest?
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=62389
--- Comment #3 from Konstantin Kolinko ---
::1 should be added to the list as well, like we do for RemoteAddrValve.
When Tomcat runs with APR connector, request.getRemoteAddr() returns "::1" when
accessed from localhost. This value can be seen
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/1113
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Author: markt
Date: Mon Jun 4 21:00:34 2018
New Revision: 1832895
URL: http://svn.apache.org/viewvc?rev=1832895&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57926
Restore the original X-Forwarded-By and X-Forwarded-For headers after
processing along with the other original va
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/1112
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sc
Author: markt
Date: Mon Jun 4 19:02:26 2018
New Revision: 1832885
URL: http://svn.apache.org/viewvc?rev=1832885&view=rev
Log:
Correctly handle the case when the request passes through one or more
trustedProxies but no internalProxies.
Based on a patch by zhanhb
Modified:
tomcat/tc7.0.x/trun
Author: markt
Date: Mon Jun 4 19:01:26 2018
New Revision: 1832884
URL: http://svn.apache.org/viewvc?rev=1832884&view=rev
Log:
Correctly handle the case when the request passes through one or more
trustedProxies but no internalProxies.
Based on a patch by zhanhb
Modified:
tomcat/tc8.0.x/trun
Author: markt
Date: Mon Jun 4 18:59:46 2018
New Revision: 1832883
URL: http://svn.apache.org/viewvc?rev=1832883&view=rev
Log:
Correctly handle the case when the request passes through one or more
trustedProxies but no internalProxies.
Based on a patch by zhanhb
Modified:
tomcat/tc8.5.x/trun
Github user asfgit closed the pull request at:
https://github.com/apache/tomcat/pull/45
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Author: markt
Date: Mon Jun 4 18:57:59 2018
New Revision: 1832882
URL: http://svn.apache.org/viewvc?rev=1832882&view=rev
Log:
Correctly handle the case when the request passes through one or more
trustedProxies but no internalProxies.
Based on a patch by zhanhb
This closes #45
Modified:
tom
https://bz.apache.org/bugzilla/show_bug.cgi?id=56148
--- Comment #3 from Christopher Schultz ---
Looks like Java 9 has OCSP stapling[1]. See slide 47. Looks like you can just
set a system preference and magically you get OCSP stapling.
[1]
https://cdn.app.compendium.com/uploads/user/e7c690e8-6ff
https://bz.apache.org/bugzilla/show_bug.cgi?id=62122
Christopher Schultz changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVA
https://bz.apache.org/bugzilla/show_bug.cgi?id=62122
--- Comment #3 from Christopher Schultz ---
Re-opening original BZ issue.
Seems like this needs to be fixed by capping the OpenSSL version number used in
the #ifdef.
jballon, would you mind actually testing your proposed solution?
--
You ar
https://bz.apache.org/bugzilla/show_bug.cgi?id=62428
Christopher Schultz changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=62122
--- Comment #2 from Christopher Schultz ---
*** Bug 62428 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=62428
jbal...@akamai.com changed:
What|Removed |Added
OS|Mac OS X 10.1 |Linux
--
You are receiving this m
https://bz.apache.org/bugzilla/show_bug.cgi?id=62428
Bug ID: 62428
Summary: undefined symbol: SSL_COMP_free_compression_methods
Product: Tomcat Native
Version: 1.2.14
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=62420
Coty Sutherland changed:
What|Removed |Added
Resolution|WORKSFORME |INVALID
--
You are receiving this m
https://bz.apache.org/bugzilla/show_bug.cgi?id=62420
jfclere changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=62122
jfclere changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=62094
--- Comment #2 from jfclere ---
a diff -u would be more easy to review... I can't find CRL FIX in the
attachement
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=62221
jfclere changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: jfclere
Date: Mon Jun 4 16:02:26 2018
New Revision: 1832863
URL: http://svn.apache.org/viewvc?rev=1832863&view=rev
Log:
follow up for r1832832... more mod_ssl arrangements.
Modified:
tomcat/native/trunk/native/src/sslutils.c
Modified: tomcat/native/trunk/native/src/sslutils.c
URL:
Author: csutherl
Date: Mon Jun 4 15:09:26 2018
New Revision: 1832857
URL: http://svn.apache.org/viewvc?rev=1832857&view=rev
Log:
Fix potential NullPointerException in replaceSystemProperties() seemingly
caused by changing StringManager sm declaration to static
Modified:
tomcat/tc8.5.x/trunk
Author: csutherl
Date: Mon Jun 4 15:07:57 2018
New Revision: 1832856
URL: http://svn.apache.org/viewvc?rev=1832856&view=rev
Log:
Fix potential NullPointerException in replaceSystemProperties() seemingly
caused by changing StringManager sm declaration to static
Modified:
tomcat/trunk/java/or
Github user markt-asf commented on the issue:
https://github.com/apache/tomcat/pull/77
These have been resolved since this PR was opened.
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional
Github user markt-asf closed the pull request at:
https://github.com/apache/tomcat/pull/77
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Github user markt-asf closed the pull request at:
https://github.com/apache/tomcat/pull/49
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Github user markt-asf commented on the issue:
https://github.com/apache/tomcat/pull/49
Thanks for the patch. Sorry it took a while to apply it. Due to our delays
I had to adapt things a little.
Fixed in:
- trunk for 9.0.9 onwards
- 8.5.x for 8.5.32 onwards
- 8.0.x for 8
Author: markt
Date: Mon Jun 4 13:20:53 2018
New Revision: 1832846
URL: http://svn.apache.org/viewvc?rev=1832846&view=rev
Log:
Improve IPv6 validation by ensuring that IPv4-Mapped IPv6 addresses do not
contain leading zeros in the IPv4 part.
Based on a patch by Katya Stoycheva.
Modified:
tom
Author: markt
Date: Mon Jun 4 13:20:20 2018
New Revision: 1832845
URL: http://svn.apache.org/viewvc?rev=1832845&view=rev
Log:
Improve IPv6 validation by ensuring that IPv4-Mapped IPv6 addresses do not
contain leading zeros in the IPv4 part.
Based on a patch by Katya Stoycheva.
Modified:
tom
Author: markt
Date: Mon Jun 4 13:19:52 2018
New Revision: 1832844
URL: http://svn.apache.org/viewvc?rev=1832844&view=rev
Log:
Improve IPv6 validation by ensuring that IPv4-Mapped IPv6 addresses do not
contain leading zeros in the IPv4 part.
Based on a patch by Katya Stoycheva.
Modified:
tom
Author: markt
Date: Mon Jun 4 13:18:54 2018
New Revision: 1832843
URL: http://svn.apache.org/viewvc?rev=1832843&view=rev
Log:
Improve IPv6 validation by ensuring that IPv4-Mapped IPv6 addresses do not
contain leading zeros in the IPv4 part.
Based on a patch by Katya Stoycheva.
Modified:
tom
Author: jfclere
Date: Mon Jun 4 12:47:18 2018
New Revision: 1832832
URL: http://svn.apache.org/viewvc?rev=1832832&view=rev
Log:
adjust the X509_STORE_CTX_get1_issuer() to X509_STORE_CTX_get0_current_issuer()
like in mod_ssl httpd.
Modified:
tomcat/native/trunk/native/src/sslutils.c
Modified
https://bz.apache.org/bugzilla/show_bug.cgi?id=62146
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|NEW
On 04/06/18 10:06, Mark Thomas wrote:
> Rather than just apply the fix, I'm going to take another look at how
> bnd is integrated into the build process. I want to see if there is a
> better way to do it.
What I was looking for was a way to generate the manifest independently
of re-packaging th
kages/eclipse/plugins/R-4.7.3a-201803300640/ecj-4.7.3a.jar
> -Dbndlib.jar=/srv/gump/packages/bnd/bndlib-4.0.0/biz.aQute.bndlib-4.0.0.jar
> -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/target/commons-daemon-1.1.1-SNAPSHOT.jar
>
> -Dtest.openssl.path=/srv/
38 matches
Mail list logo