[Bug 59220] AsyncListener#onComplete not called after timeout if buffer is flushed

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 --- Comment #7 from Scott Nicklous --- Hi Violeta, That would be a potential workaround for the timeout case. I would have to ensure that the Pluto listener runs after all AsyncListeners registered by the portlet applications. It would be a l

[Bug 59220] AsyncListener#onComplete not called after timeout if buffer is flushed

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 --- Comment #8 from Violeta Georgieva --- If you wait for Tomcat to invoke a complete(), then this will be an error situation and as it is per spec Tomcat will set the response code to 500. Isn't that a problem from application point of view?

[Bug 59220] AsyncListener#onComplete not called after timeout if buffer is flushed

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 --- Comment #9 from Scott Nicklous --- In the specific case addressed by this bug report, both onTimeout() and onComplete() are correctly called as long as the buffer is not flushed. The problem occurs only when the buffer was flushed at leas

[Bug 59220] AsyncListener#onComplete not called after timeout if buffer is flushed

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 --- Comment #10 from Violeta Georgieva --- (In reply to Scott Nicklous from comment #9) > In the specific case addressed by this bug report, both onTimeout() and > onComplete() are correctly called as long as the buffer is not flushed. > > Th

[Bug 59243] Path traversal Attack

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59243 --- Comment #7 from Mark Thomas --- Bugzilla is not a support forum. Your questions belong on the users mailing list. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 59220] AsyncListener#onComplete not called after timeout if buffer is flushed

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 --- Comment #11 from Mark Thomas --- It is worth taking a look to see if we can get consistent behaviour with and without flush. The client won't see the same result but hopefully the app will be able to see a consistent set of events. -- You

svn commit: r1737088 - in /tomcat/trunk/webapps/docs/config: ajp.xml http.xml

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 09:42:21 2016 New Revision: 1737088 URL: http://svn.apache.org/viewvc?rev=1737088&view=rev Log: (empty) Modified: tomcat/trunk/webapps/docs/config/ajp.xml tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/ajp.xml URL: htt

buildbot exception in on tomcat-trunk

2016-03-30 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1210 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sc

[Bug 59220] AsyncListener#onComplete not called after timeout if buffer is flushed

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 --- Comment #12 from Scott Nicklous --- I would not see a problem in handling the SC=500 as long as onComplete() is called. It would seem to me to be the specified behavior. In the case of Pluto, the SC=500 along with any Tomcat-generated err

svn propchange: r1737088 - svn:log

2016-03-30 Thread markt
Author: markt Revision: 1737088 Modified property: svn:log Modified: svn:log at Wed Mar 30 10:09:55 2016 -- --- svn:log (original) +++ svn:log Wed Mar 30 10:09:55 2016 @@ -0,0 +1 @@ +No need to specify default format ---

svn commit: r1737089 - in /tomcat/trunk/webapps/docs/config: ajp.xml http.xml

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 10:10:31 2016 New Revision: 1737089 URL: http://svn.apache.org/viewvc?rev=1737089&view=rev Log: Better format for the comparison table headings Align HTTP and AJP row descriptions Be more explicit about Headers and Bodies Modified: tomcat/trunk/webapps/docs/conf

buildbot success in on tomcat-trunk

2016-03-30 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1211 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1737095 - in /tomcat/tc8.5.x/trunk/webapps/docs/config: ajp.xml http.xml

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 10:40:54 2016 New Revision: 1737095 URL: http://svn.apache.org/viewvc?rev=1737095&view=rev Log: No need to specify default format Better format for the comparison table headings Align HTTP and AJP row descriptions Be more explicit about Headers and Bodies Modified:

svn commit: r1737097 - in /tomcat/tc8.0.x/trunk/webapps/docs/config: ajp.xml http.xml

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 10:53:30 2016 New Revision: 1737097 URL: http://svn.apache.org/viewvc?rev=1737097&view=rev Log: No need to specify default format Better format for the comparison table headings Align HTTP and AJP row descriptions Be more explicit about Headers and Bodies Modified:

svn commit: r1737099 - /tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 10:58:45 2016 New Revision: 1737099 URL: http://svn.apache.org/viewvc?rev=1737099&view=rev Log: Clarify which Java based connector will be used. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xm

svn commit: r1737100 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml config/http.xml

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 11:01:02 2016 New Revision: 1737100 URL: http://svn.apache.org/viewvc?rev=1737100&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 Fix regression in r1704287 Align/improve row titles Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1737104 - in /tomcat/trunk/java/org/apache/catalina/core: AprLifecycleListener.java LocalStrings.properties

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 11:38:38 2016 New Revision: 1737104 URL: http://svn.apache.org/viewvc?rev=1737104&view=rev Log: Log key APRListener config values at start. Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java tomcat/trunk/java/org/apache/catalina/c

svn commit: r1737105 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11JsseProtocol.java Http11AprProtocol.java Http11Nio2Protocol.java Http11NioProtocol.java

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 11:39:11 2016 New Revision: 1737105 URL: http://svn.apache.org/viewvc?rev=1737105&view=rev Log: Include TLS implementation name in connector Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java tomcat/trunk/java/org/apache/coy

Re: svn commit: r1737105 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11JsseProtocol.java Http11AprProtocol.java Http11Nio2Protocol.java Http11NioProtocol.java

2016-03-30 Thread Mark Thomas
On 30/03/2016 12:39, ma...@apache.org wrote: > Author: markt > Date: Wed Mar 30 11:39:11 2016 > New Revision: 1737105 > > URL: http://svn.apache.org/viewvc?rev=1737105&view=rev > Log: > Include TLS implementation name in connector I thought about adding -none- to the HTTP and AJP connectors for a

buildbot failure in on tomcat-7-trunk

2016-03-30 Thread buildbot
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/369 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

Re: svn commit: r1737105 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11JsseProtocol.java Http11AprProtocol.java Http11Nio2Protocol.java Http11NioProtocol.java

2016-03-30 Thread Rémy Maucherat
2016-03-30 6:41 GMT-05:00 Mark Thomas : > On 30/03/2016 12:39, ma...@apache.org wrote: > > Author: markt > > Date: Wed Mar 30 11:39:11 2016 > > New Revision: 1737105 > > > > URL: http://svn.apache.org/viewvc?rev=1737105&view=rev > > Log: > > Include TLS implementation name in connector > > I thoug

Re: svn commit: r1737105 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11JsseProtocol.java Http11AprProtocol.java Http11Nio2Protocol.java Http11NioProtocol.java

2016-03-30 Thread Mark Thomas
On 30/03/2016 14:14, Rémy Maucherat wrote: > 2016-03-30 6:41 GMT-05:00 Mark Thomas : > >> On 30/03/2016 12:39, ma...@apache.org wrote: >>> Author: markt >>> Date: Wed Mar 30 11:39:11 2016 >>> New Revision: 1737105 >>> >>> URL: http://svn.apache.org/viewvc?rev=1737105&view=rev >>> Log: >>> Include

svn commit: r1737112 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 13:18:39 2016 New Revision: 1737112 URL: http://svn.apache.org/viewvc?rev=1737112&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java UR

svn commit: r1737117 - in /tomcat/trunk: conf/server.xml java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/tomcat/util/net/SSLHostConfig.java webapps/docs/changelog.xml webapps/doc

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 14:52:41 2016 New Revision: 1737117 URL: http://svn.apache.org/viewvc?rev=1737117&view=rev Log: Chnage honorCipherOrder default to false. Modified: tomcat/trunk/conf/server.xml tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java tomcat/tru

svn commit: r1737120 - /tomcat/trunk/conf/server.xml

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 15:05:18 2016 New Revision: 1737120 URL: http://svn.apache.org/viewvc?rev=1737120&view=rev Log: Align with file name patterns used elsewhere Modified: tomcat/trunk/conf/server.xml Modified: tomcat/trunk/conf/server.xml URL: http://svn.apache.org/viewvc/tomcat/

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2016-03-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Security/Ciphers" page has been changed by markt: https://wiki.apache.org/tomcat/Security/Ciphers?action=diff&rev1=7&rev2=8 Comment: Add some newer Tomcat 9 results. == JSSE

svn commit: r1737119 - in /tomcat/trunk: bin/catalina.bat bin/catalina.sh webapps/docs/changelog.xml

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 14:56:10 2016 New Revision: 1737119 URL: http://svn.apache.org/viewvc?rev=1737119&view=rev Log: Enable strong DH keys by default Modified: tomcat/trunk/bin/catalina.bat tomcat/trunk/bin/catalina.sh tomcat/trunk/webapps/docs/changelog.xml Modified: tomca

JSSE with OpenSSL and certificate chains

2016-03-30 Thread Mark Thomas
I'm currently looking (again) at Tomcat's default TLS configuration with SSLLabs. The initial results are promising. A few tweaks has got the default Tomcat 9 + NIO with JSSE to a grade A. I'm currently looking at Tomcat 9 + NIO with OpenSSL. The grade is capped at B because we don't send the full

Re: svn commit: r1736849 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java

2016-03-30 Thread Konstantin Kolinko
2016-03-28 12:59 GMT+03:00 Mark Thomas : > On 28/03/2016 10:51, ma...@apache.org wrote: >> Author: markt >> Date: Mon Mar 28 09:51:14 2016 >> New Revision: 1736849 >> >> URL: http://svn.apache.org/viewvc?rev=1736849&view=rev >> Log: >> TLSv1 is not exactly the same as SSLv3. Some ciphers are only a

Re: JSSE with OpenSSL and certificate chains

2016-03-30 Thread Rémy Maucherat
2016-03-30 10:38 GMT-05:00 Mark Thomas : > I'm currently looking (again) at Tomcat's default TLS configuration with > SSLLabs. The initial results are promising. A few tweaks has got the > default Tomcat 9 + NIO with JSSE to a grade A. > > I'm currently looking at Tomcat 9 + NIO with OpenSSL. The

Re: svn commit: r1731734 - in /tomcat/trunk: java/org/apache/catalina/manager/host/ webapps/docs/

2016-03-30 Thread Coty Sutherland
In addition to the object array size restoration made in 1731735, I think that another erroneous change that I submitted slipped in to your patch. I noticed it while poking around at tomcat-8.5.0.Beta. Now when you add a host you get a button that just contains {5} where the persist button that I p

svn commit: r1737140 - in /tomcat/trunk: java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java webapps/docs/changelog.xml

2016-03-30 Thread remm
Author: remm Date: Wed Mar 30 18:19:13 2016 New Revision: 1737140 URL: http://svn.apache.org/viewvc?rev=1737140&view=rev Log: Remove code that was mistakenly added when implementing 48674. Modified: tomcat/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java tomcat/tru

svn commit: r1737142 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java webapps/docs/changelog.xml

2016-03-30 Thread remm
Author: remm Date: Wed Mar 30 18:21:06 2016 New Revision: 1737142 URL: http://svn.apache.org/viewvc?rev=1737142&view=rev Log: Remove code that was mistakenly added when implementing 48674. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java to

[Bug 59253] New: Read/Write errors

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59253 Bug ID: 59253 Summary: Read/Write errors Product: Tomcat 8 Version: 8.0.32 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P2

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #3 from Remy Maucherat --- There's nothing about the webapp in the stacktrace, so it shouldn't be added in that section, which is the most sensitive. The permission can be added to the following section instead: grant codeBase "fil

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #4 from Coty Sutherland --- Yes, testing confirms that adding the permission to the tomcat-juli.jar section resolves the issue as well. -- You are receiving this mail because: You are the assignee for the bug. ---

[GUMP@vmgump]: Project tomcat-native-trunk-make (in module tomcat-native-trunk) failed

2016-03-30 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-native-trunk-make has an issue affecting its community integration

svn commit: r1737149 - in /tomcat/trunk: conf/catalina.policy webapps/docs/changelog.xml

2016-03-30 Thread remm
Author: remm Date: Wed Mar 30 19:08:33 2016 New Revision: 1737149 URL: http://svn.apache.org/viewvc?rev=1737149&view=rev Log: 59247: Add loader package access permission to JULI. Based on a patch submitted by Coty Sutherland. Modified: tomcat/trunk/conf/catalina.policy tomcat/trunk/webap

svn commit: r1737150 - in /tomcat/tc8.5.x/trunk: conf/catalina.policy webapps/docs/changelog.xml

2016-03-30 Thread remm
Author: remm Date: Wed Mar 30 19:15:01 2016 New Revision: 1737150 URL: http://svn.apache.org/viewvc?rev=1737150&view=rev Log: 59247: Add loader package access permission to JULI. Based on a patch submitted by Coty Sutherland. Modified: tomcat/tc8.5.x/trunk/conf/catalina.policy tomcat/tc8

svn commit: r1737151 - in /tomcat/tc8.0.x/trunk: conf/catalina.policy webapps/docs/changelog.xml

2016-03-30 Thread remm
Author: remm Date: Wed Mar 30 19:15:14 2016 New Revision: 1737151 URL: http://svn.apache.org/viewvc?rev=1737151&view=rev Log: 59247: Add loader package access permission to JULI. Based on a patch submitted by Coty Sutherland. Modified: tomcat/tc8.0.x/trunk/conf/catalina.policy tomcat/tc8

svn commit: r1737153 - in /tomcat/tc6.0.x/trunk: conf/catalina.policy webapps/docs/changelog.xml

2016-03-30 Thread remm
Author: remm Date: Wed Mar 30 19:16:52 2016 New Revision: 1737153 URL: http://svn.apache.org/viewvc?rev=1737153&view=rev Log: 59247: Add loader package access permission to JULI. Based on a patch submitted by Coty Sutherland. Modified: tomcat/tc6.0.x/trunk/conf/catalina.policy tomcat/tc6

svn commit: r1737152 - in /tomcat/tc7.0.x/trunk: conf/catalina.policy webapps/docs/changelog.xml

2016-03-30 Thread remm
Author: remm Date: Wed Mar 30 19:16:41 2016 New Revision: 1737152 URL: http://svn.apache.org/viewvc?rev=1737152&view=rev Log: 59247: Add loader package access permission to JULI. Based on a patch submitted by Coty Sutherland. Modified: tomcat/tc7.0.x/trunk/conf/catalina.policy tomcat/tc7

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 19:27:29 2016 New Revision: 1737154 URL: http://svn.apache.org/viewvc?rev=1737154&view=rev Log: Add support for obtaining the certificate chain from a Java keystore Modified: tomcat/native/trunk/native/src/sslcontext.c tomcat/native/trunk/xdocs/miscellaneous

svn commit: r1737155 - /tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 19:28:05 2016 New Revision: 1737155 URL: http://svn.apache.org/viewvc?rev=1737155&view=rev Log: Add the new method for setting the certificate chain from a keystore Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java Modified: tomcat/trunk/java/or

svn commit: r1737157 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

2016-03-30 Thread markt
Author: markt Date: Wed Mar 30 19:30:20 2016 New Revision: 1737157 URL: http://svn.apache.org/viewvc?rev=1737157&view=rev Log: Add the code (commented out else it will cause problems on systems without the method) to set the certificate chain when using NIO/NIO2 + OpenSSL + JSSE config Modified:

Re: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Mark Thomas
On 30/03/2016 20:27, ma...@apache.org wrote: > Author: markt > Date: Wed Mar 30 19:27:29 2016 > New Revision: 1737154 > > URL: http://svn.apache.org/viewvc?rev=1737154&view=rev > Log: > Add support for obtaining the certificate chain from a Java keystore This needs a review by someone who knows C

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2016-03-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Security/Ciphers" page has been changed by markt: https://wiki.apache.org/tomcat/Security/Ciphers?action=diff&rev1=8&rev2=9 Comment: Update Tomcat 9 results || Tomcat 7 (JSSE)

buildbot failure in on tomcat-8-trunk

2016-03-30 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/524 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #6 from Coty Sutherland --- Created attachment 33712 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33712&action=edit stack trace for tomcat6 denial I accidentally neglected to test tomcat6 earlier, but the addition to the

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #7 from Coty Sutherland --- Created attachment 33713 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33713&action=edit patch proposal to resolve the tomcat6 denial And here is a patch that seemingly resolves the issue for re

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #8 from Konstantin Kolinko --- >From "java.security.debug stack trace" attachment, [[[ java.lang.Exception: Stack trace at java.security.AccessController.throwACE(AccessController.java:144) at java.security.AccessController

Re: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Konstantin Kolinko
2016-03-30 22:33 GMT+03:00 Mark Thomas : > On 30/03/2016 20:27, ma...@apache.org wrote: >> Author: markt >> Date: Wed Mar 30 19:27:29 2016 >> New Revision: 1737154 >> >> URL: http://svn.apache.org/viewvc?rev=1737154&view=rev >> Log: >> Add support for obtaining the certificate chain from a Java key

buildbot success in on tomcat-7-trunk

2016-03-30 Thread buildbot
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/370 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

RE: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: svn commit: r1737154 - in /tomcat/native/trunk: > native/src/sslcontext.c xdocs/miscellaneous/changelog.xml > The implementation is essentially a copy/paste of setCertificateRaw with > what looked to be the right changes to remove the

Re: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Konstantin Kolinko
2016-03-30 22:27 GMT+03:00 : > Author: markt > Date: Wed Mar 30 19:27:29 2016 > New Revision: 1737154 > > URL: http://svn.apache.org/viewvc?rev=1737154&view=rev > Log: > Add support for obtaining the certificate chain from a Java keystore > > Modified: > tomcat/native/trunk/native/src/sslconte

Re: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Mark Thomas
On 30/03/2016 21:31, Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] >> Subject: Re: svn commit: r1737154 - in /tomcat/native/trunk: >> native/src/sslcontext.c xdocs/miscellaneous/changelog.xml > >> The implementation is essentially a copy/paste of setCertificateRaw wi

Re: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Mark Thomas
On 30/03/2016 21:41, Konstantin Kolinko wrote: > 2016-03-30 22:27 GMT+03:00 : >> Author: markt >> Date: Wed Mar 30 19:27:29 2016 >> New Revision: 1737154 >> >> URL: http://svn.apache.org/viewvc?rev=1737154&view=rev >> Log: >> Add support for obtaining the certificate chain from a Java keystore >>

Re: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Rémy Maucherat
2016-03-30 15:43 GMT-05:00 Mark Thomas : > > This implementation matches the code of setCertificateRaw(), I see no > > obvious errors (just high-level review comparing the two methods). > > Thanks. I'll look at implementing these tomorrow. > > > I wonder about "idx" argument in setCertificateRaw(

Re: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Christopher Schultz
Mark, On 3/30/16 3:33 PM, Mark Thomas wrote: > On 30/03/2016 20:27, ma...@apache.org wrote: >> Author: markt >> Date: Wed Mar 30 19:27:29 2016 >> New Revision: 1737154 >> >> URL: http://svn.apache.org/viewvc?rev=1737154&view=rev >> Log: >> Add support for obtaining the certificate chain from a Jav

[Bug 59247] Using the IBM JDK with the security manager results in java.lang.RuntimePermission warning

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59247 --- Comment #9 from Remy Maucherat --- Evidently there's a "bug" somewhere if only the IBM JDK does this. However, since this is only added to JULI, adding it is probably not a big issue [which is why I did it], so having a workaround sounds ac

RE: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Caldarale, Charles R
> From: Christopher Schultz > Subject: RE: svn commit: r1737154 - in /tomcat/native/trunk: > native/src/sslcontext.c xdocs/miscellaneous/changelog.xml > Since bufferPtr is the byte array you want to use, you can probably just > use that directly for the call to d2i_x509(). I think the > malloc/me

Re: svn commit: r1737154 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2016-03-30 Thread Christopher Schultz
Chuck, On 3/30/16 5:10 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz >> Subject: RE: svn commit: r1737154 - in /tomcat/native/trunk: >> native/src/sslcontext.c xdocs/miscellaneous/changelog.xml > >> Since bufferPtr is the byte array you want to use, you can probably just >> use th

[Bug 59229] Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 --- Comment #10 from Huxing Zhang --- Thanks for clarifying AJP is blocking for NIO connector for reading http headers and request. My bad not digging into the AJP code. I will take care from next time. -- You are receiving this mail because

[Bug 59254] New: testWsCloseThenTcpResetWhenOnMessageSends failed for APR

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59254 Bug ID: 59254 Summary: testWsCloseThenTcpResetWhenOnMessageSends failed for APR Product: Tomcat 7 Version: trunk Hardware: PC OS: Mac OS X 10.1

[Bug 59254] testWsCloseThenTcpResetWhenOnMessageSends failed for APR

2016-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59254 --- Comment #1 from Huxing Zhang --- Created attachment 33715 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33715&action=edit Patch to fix the test case -- You are receiving this mail because: You are the assignee for the bug. -

tomcat 9.0.x/8.5.x github mirror

2016-03-30 Thread Huxing Zhang
Hi, I am wondering that is there any plan on setting up github mirror for tomcat 9.0.x/8.5.x branch? If so, what is the ETA of it? Thanks, Huxing - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional comm

Re: tomcat 9.0.x/8.5.x github mirror

2016-03-30 Thread Huxing Zhang
Sorry, 9.0.x mirror is already there, I mean the 8.5.x mirror. -- From:Huxing Zhang Time:2016 Mar 31 (Thu) 11:03 To:dev Subject:tomcat 9.0.x/8.5.x github mirror Hi, I am wondering that is there any plan on setting up github mirro