Re: Time for tc-native 1.2.6

2016-04-18 Thread Rainer Jung
Am 18.04.2016 um 17:28 schrieb jean-frederic clere: On 04/18/2016 05:03 PM, Rainer Jung wrote: Hi Mark, Am 18.04.2016 um 16:37 schrieb Mark Thomas: I'd like to get the next tc-native release out before the end of the month so the next round of Tomcat releases can pick it up - particularly the

buildbot failure in on tomcat-8-trunk

2016-04-18 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/566 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

Re: Time for tc-native 1.2.6

2016-04-18 Thread Rainer Jung
Am 18.04.2016 um 18:13 schrieb Rainer Jung: Am 18.04.2016 um 17:28 schrieb jean-frederic clere: On 04/18/2016 05:03 PM, Rainer Jung wrote: Hi Mark, Am 18.04.2016 um 16:37 schrieb Mark Thomas: I'd like to get the next tc-native release out before the end of the month so the next round of

svn commit: r1739780 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/config/listeners.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 16:06:43 2016 New Revision: 1739780 URL: http://svn.apache.org/viewvc?rev=1739780=rev Log: Remove work-around for leak that is fixed in all Java 8 versions. Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

buildbot failure in on tomcat-7-trunk

2016-04-18 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/405 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

buildbot success in on tomcat-8-trunk

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

svn commit: r1739786 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Globals.java java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2016-04-18 Thread schultz
Author: schultz Date: Mon Apr 18 16:36:35 2016 New Revision: 1739786 URL: http://svn.apache.org/viewvc?rev=1739786=rev Log: Back-port r1715434 to make a web application's CredentialHandler available through a context attribute. Modified: tomcat/tc8.0.x/trunk/ (props changed)

Re: svn commit: r1739786 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Globals.java java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2016-04-18 Thread Christopher Schultz
All, On 4/18/16 12:36 PM, schu...@apache.org wrote: > Author: schultz > Date: Mon Apr 18 16:36:35 2016 > New Revision: 1739786 > > URL: http://svn.apache.org/viewvc?rev=1739786=rev > Log: > Back-port r1715434 to make a web application's CredentialHandler available > through a context attribute.

Re: svn commit: r1739786 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Globals.java java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2016-04-18 Thread Mark Thomas
On 18/04/2016 18:15, Christopher Schultz wrote: > All, > > On 4/18/16 12:36 PM, schu...@apache.org wrote: >> Author: schultz >> Date: Mon Apr 18 16:36:35 2016 >> New Revision: 1739786 >> >> URL: http://svn.apache.org/viewvc?rev=1739786=rev >> Log: >> Back-port r1715434 to make a web application's

svn commit: r1739818 - /tomcat/trunk/webapps/docs/changelog.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 20:38:49 2016 New Revision: 1739818 URL: http://svn.apache.org/viewvc?rev=1739818=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1739808 - /tomcat/tc7.0.x/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 18:40:14 2016 New Revision: 1739808 URL: http://svn.apache.org/viewvc?rev=1739808=rev Log: Fix back-port Modified: tomcat/tc7.0.x/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java Modified:

svn commit: r1739821 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/ErrorReportValve.java java/org/apache/coyote/AsyncStateMachine.java webapps/docs/changelog.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 20:54:46 2016 New Revision: 1739821 URL: http://svn.apache.org/viewvc?rev=1739821=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Ensure AsyncListener.onError() is called if an Exception is thrown during async processing. Modified:

svn commit: r1739822 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ErrorReportValve.java java/org/apache/coyote/AsyncStateMachine.java webapps/docs/changelog.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 21:07:13 2016 New Revision: 1739822 URL: http://svn.apache.org/viewvc?rev=1739822=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Ensure AsyncListener.onError() is called if an Exception is thrown during async processing. Modified:

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59164] If tomcat server can not be resolved, crash occurred.

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59164 Robert Bost changed: What|Removed |Added CC||rb...@redhat.com --

buildbot success in on tomcat-7-trunk

2016-04-18 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/406 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

Re: svn commit: r1739786 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Globals.java java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2016-04-18 Thread Christopher Schultz
Mark, On 4/18/16 2:38 PM, Mark Thomas wrote: > On 18/04/2016 18:15, Christopher Schultz wrote: >> All, >> >> On 4/18/16 12:36 PM, schu...@apache.org wrote: >>> Author: schultz >>> Date: Mon Apr 18 16:36:35 2016 >>> New Revision: 1739786 >>> >>> URL: http://svn.apache.org/viewvc?rev=1739786=rev

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #2 from Mark Thomas --- Point 3 is fixed as well in 9.0.x for 9.0.0.M5 onwards. I'll look at back-porting this next. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1

svn commit: r1739819 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/valves/ErrorReportValve.java java/org/apache/coyote/AsyncStateMachine.java webapps/docs/changelog.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 20:43:03 2016 New Revision: 1739819 URL: http://svn.apache.org/viewvc?rev=1739819=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Ensure AsyncListener.onError() is called if an Exception is thrown during async processing. Modified:

svn commit: r1739817 - in /tomcat/trunk/java/org/apache: catalina/valves/ErrorReportValve.java coyote/AsyncStateMachine.java

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 20:35:27 2016 New Revision: 1739817 URL: http://svn.apache.org/viewvc?rev=1739817=rev Log: Remainder of fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 If an exception is throw during a dispatch(), trigger the Async error handling process Modified:

svn commit: r1739814 - in /tomcat/trunk/java/org/apache: catalina/valves/ErrorReportValve.java coyote/AsyncStateMachine.java

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 19:58:18 2016 New Revision: 1739814 URL: http://svn.apache.org/viewvc?rev=1739814=rev Log: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 If an exception is throw in the service() method after startAsync() is called, trigger the Async error

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

2016-04-18 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-trunk-validate has an issue affecting its community integration.

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

2016-04-18 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

[Bug 59310] Content-Length of HEAD requests incorrectly computed as

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59310 Tobias Oberlies changed: What|Removed |Added Status|NEEDINFO|NEW ---

[Bug 59343] the program is can't execute

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59343 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1739713 - /tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

2016-04-18 Thread kfujino
Author: kfujino Date: Mon Apr 18 09:21:16 2016 New Revision: 1739713 URL: http://svn.apache.org/viewvc?rev=1739713=rev Log: Set the channel instance before starting channel services. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java Modified:

svn commit: r1739723 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c src/sslutils.c

2016-04-18 Thread rjung
Author: rjung Date: Mon Apr 18 09:49:28 2016 New Revision: 1739723 URL: http://svn.apache.org/viewvc?rev=1739723=rev Log: Support for OpenSSL 1.1.0 - X509_STORE_CTX and X509_OBJECT are now opaque This change is not yet complete. Currently I see no API to access the CRLs in an X509_OBJECT. I'll

svn commit: r1739714 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

2016-04-18 Thread kfujino
Author: kfujino Date: Mon Apr 18 09:21:54 2016 New Revision: 1739714 URL: http://svn.apache.org/viewvc?rev=1739714=rev Log: Set the channel instance before starting channel services. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java Modified:

Project Jigsaw, Apache Tomcat and RMI related memory leaks

2016-04-18 Thread Mark Thomas
Hi, The Apache Tomcat community was asked by Rory O'Donnell for feedback on JDK 9 + Project Jigsaw. Having provided that feedback we were directed here so I have reproduced that feedback below. I've started testing Tomcat trunk with JDK 9 + Project Jigsaw and it looks like we are going to hit a

Re: Project Jigsaw, Apache Tomcat and RMI related memory leaks

2016-04-18 Thread Mark Thomas
On 18/04/2016 12:14, Alan Bateman wrote: > On 18/04/2016 10:18, Mark Thomas wrote: >> Hi, >> >> The Apache Tomcat community was asked by Rory O'Donnell for feedback on >> JDK 9 + Project Jigsaw. Having provided that feedback we were directed >> here so I have reproduced that feedback below. >> >>

Re: [GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2016-04-18 Thread Konstantin Kolinko
t/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache

svn commit: r1739715 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

2016-04-18 Thread kfujino
Author: kfujino Date: Mon Apr 18 09:22:31 2016 New Revision: 1739715 URL: http://svn.apache.org/viewvc?rev=1739715=rev Log: Set the channel instance before starting channel services. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java Modified:

buildbot failure in on tomcat-8-trunk

2016-04-18 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/563 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1739743 - in /tomcat/site/trunk: ./ docs/ xdocs/

2016-04-18 Thread violetagg
Author: violetagg Date: Mon Apr 18 11:10:43 2016 New Revision: 1739743 URL: http://svn.apache.org/viewvc?rev=1739743=rev Log: Updates (excluding docs) for 7.0.69 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf

[Bug 59310] Content-Length of HEAD requests incorrectly computed as

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59310 --- Comment #6 from Konstantin Kolinko --- You should be able to do the following in your servlet: protected void doHead(HttpServletRequest request, HttpServletResponse response) throws ServletException,

[Bug 59310] Content-Length of HEAD requests incorrectly computed as

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59310 --- Comment #7 from Mark Thomas --- That won't work. The OutputBuffer will still set the content length to zero. resp.flushBuffer(); sort of works but adds the Transfer-Encoding header. I'm currently experimenting with a

[ANN] Apache Tomcat 7.0.69 released

2016-04-18 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.69. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

svn commit: r13288 - /release/tomcat/tomcat-7/v7.0.68/

2016-04-18 Thread violetagg
Author: violetagg Date: Mon Apr 18 12:47:04 2016 New Revision: 13288 Log: Remove 7.0.68 Removed: release/tomcat/tomcat-7/v7.0.68/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1739762 - in /tomcat/trunk/test/org/apache/catalina/webresources: AbstractTestFileResourceSet.java TestFileResourceSet.java TestFileResourceSetReadOnly.java TestFileResourceSetVirtual.jav

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 14:14:06 2016 New Revision: 1739762 URL: http://svn.apache.org/viewvc?rev=1739762=rev Log: Fix likely cause of occasional unit test failures. Defensive copy was being taken of wrong location. Modified:

Re: IRS Security Settings

2016-04-18 Thread Christopher Schultz
Kenneth, This post belongs on the user's mailing list. Cross-posting this reply to move it over there. -chris On 4/13/16 11:49 AM, King Kenneth wrote: > We recently install Business Objects Business Intelligence 4.1 SP7 and > Tomcat 7 is the default web application server which is bundled

svn commit: r1739763 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/catalina/webresources/

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 14:14:52 2016 New Revision: 1739763 URL: http://svn.apache.org/viewvc?rev=1739763=rev Log: Fix likely cause of occasional unit test failures. Defensive copy was being taken of wrong location. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1739764 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/webresources/

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 14:15:13 2016 New Revision: 1739764 URL: http://svn.apache.org/viewvc?rev=1739764=rev Log: Fix likely cause of occasional unit test failures. Defensive copy was being taken of wrong location. Modified: tomcat/tc8.0.x/trunk/ (props changed)

Re: Time for tc-native 1.2.6

2016-04-18 Thread Rainer Jung
Hi Mark, Am 18.04.2016 um 16:37 schrieb Mark Thomas: I'd like to get the next tc-native release out before the end of the month so the next round of Tomcat releases can pick it up - particularly the cert chain from Java keystore fix. I'm intending to tag in ~24 hours. Please reply if you need

Re: Time for tc-native 1.2.6

2016-04-18 Thread jean-frederic clere
On 04/18/2016 05:03 PM, Rainer Jung wrote: > Hi Mark, > > Am 18.04.2016 um 16:37 schrieb Mark Thomas: >> I'd like to get the next tc-native release out before the end of the >> month so the next round of Tomcat releases can pick it up - particularly >> the cert chain from Java keystore fix. >> >>

Adding tomcat to HTTP/2 implementation list

2016-04-18 Thread Huxing Zhang
Hi, I am planing to add tomcat to the list of known HTTP/2 implementation: https://github.com/http2/http2-spec/wiki/Implementations Before committing, I would like to confirm with you guys: Name: Apache Tomcat 8.5+(http://tomcat.apache.org/) Language: Java role(s): Server negotiation(s):

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #4 from Konstantin Kolinko --- (In reply to Mark Thomas from comment #3) > - 6.0.x for 6.0.46 onwards Scratch the above one. Tomcat 6 was not affected by this fix. AsyncListener is a feature of Servlet 3.0

svn commit: r1739775 - in /tomcat/trunk: java/org/apache/catalina/connector/OutputBuffer.java test/org/apache/coyote/http11/TestHttp11Processor.java webapps/docs/changelog.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 15:43:19 2016 New Revision: 1739775 URL: http://svn.apache.org/viewvc?rev=1739775=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310 Do not add a "Content-Length: 0" header for custom responses to HEAD requests that do not set a Content-Length value.

svn commit: r1739776 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java test/org/apache/coyote/http11/TestHttp11Processor.java webapps/docs/changelog.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 15:44:18 2016 New Revision: 1739776 URL: http://svn.apache.org/viewvc?rev=1739776=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310 Do not add a "Content-Length: 0" header for custom responses to HEAD requests that do not set a Content-Length value.

svn commit: r1739777 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java test/org/apache/coyote/http11/TestAbstractHttp11Processor.java webapps/docs/changelog.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 15:45:53 2016 New Revision: 1739777 URL: http://svn.apache.org/viewvc?rev=1739777=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310 Do not add a "Content-Length: 0" header for custom responses to HEAD requests that do not set a Content-Length value.

svn commit: r1739778 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java test/org/apache/coyote/http11/TestAbstractHttp11Processor.java webapps/docs/changelog.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 15:48:59 2016 New Revision: 1739778 URL: http://svn.apache.org/viewvc?rev=1739778=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310 Do not add a "Content-Length: 0" header for custom responses to HEAD requests that do not set a Content-Length value.

svn commit: r1739779 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java webapps/docs/changelog.xml

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 15:52:02 2016 New Revision: 1739779 URL: http://svn.apache.org/viewvc?rev=1739779=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59310 Do not add a "Content-Length: 0" header for custom responses to HEAD requests that do not set a Content-Length value.

[Bug 59310] Content-Length of HEAD requests incorrectly computed as

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59310 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

Time for tc-native 1.2.6

2016-04-18 Thread Mark Thomas
I'd like to get the next tc-native release out before the end of the month so the next round of Tomcat releases can pick it up - particularly the cert chain from Java keystore fix. I'm intending to tag in ~24 hours. Please reply if you need me to delay. Mark

Re: Time for tc-native 1.2.6

2016-04-18 Thread Rémy Maucherat
2016-04-18 16:37 GMT+02:00 Mark Thomas : > I'd like to get the next tc-native release out before the end of the > month so the next round of Tomcat releases can pick it up - particularly > the cert chain from Java keystore fix. > > I'm intending to tag in ~24 hours. Please reply

svn commit: r1739716 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

2016-04-18 Thread kfujino
Author: kfujino Date: Mon Apr 18 09:23:13 2016 New Revision: 1739716 URL: http://svn.apache.org/viewvc?rev=1739716=rev Log: Set the channel instance before starting channel services. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java Modified:

svn commit: r1739728 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/webresources/

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 10:08:14 2016 New Revision: 1739728 URL: http://svn.apache.org/viewvc?rev=1739728=rev Log: Use unique file names for each test in an effort to identify where the conflict is that triggers occasional CI failures. Modified: tomcat/tc8.0.x/trunk/ (props

svn commit: r1739727 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/catalina/webresources/

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 10:07:44 2016 New Revision: 1739727 URL: http://svn.apache.org/viewvc?rev=1739727=rev Log: Use unique file names for each test in an effort to identify where the conflict is that triggers occasional CI failures. Modified: tomcat/tc8.5.x/trunk/ (props

svn commit: r1739726 - /tomcat/trunk/test/org/apache/catalina/webresources/

2016-04-18 Thread markt
Author: markt Date: Mon Apr 18 10:07:02 2016 New Revision: 1739726 URL: http://svn.apache.org/viewvc?rev=1739726=rev Log: Use unique file names for each test in an effort to identify where the conflict is that triggers occasional CI failures. Modified:

buildbot success in on tomcat-8-trunk

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

svn commit: r1739746 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2016-04-18 Thread violetagg
Author: violetagg Date: Mon Apr 18 11:36:29 2016 New Revision: 1739746 URL: http://svn.apache.org/viewvc?rev=1739746=rev Log: Update docs for Apache Tomcat 7.0.69 release. [This commit notification would consist of 329 parts, which exceeds the limit of 50 ones, so it was shortened to the

svn commit: r1739699 - in /tomcat/trunk: java/org/apache/catalina/tribes/ java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/

2016-04-18 Thread kfujino
Author: kfujino Date: Mon Apr 18 07:47:52 2016 New Revision: 1739699 URL: http://svn.apache.org/viewvc?rev=1739699=rev Log: Add get/set method for the channel that is related to each Channel services. Modified: tomcat/trunk/java/org/apache/catalina/tribes/ChannelReceiver.java

svn commit: r1739700 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/ java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/tra

2016-04-18 Thread kfujino
Author: kfujino Date: Mon Apr 18 07:51:23 2016 New Revision: 1739700 URL: http://svn.apache.org/viewvc?rev=1739700=rev Log: Add get/set method for the channel that is related to each Channel services. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/ChannelReceiver.java

svn commit: r1739701 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-18 Thread kfujino
Author: kfujino Date: Mon Apr 18 07:54:32 2016 New Revision: 1739701 URL: http://svn.apache.org/viewvc?rev=1739701=rev Log: Add get/set method for the channel that is related to each Channel services. Modified:

svn commit: r1739702 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-18 Thread kfujino
Author: kfujino Date: Mon Apr 18 07:57:45 2016 New Revision: 1739702 URL: http://svn.apache.org/viewvc?rev=1739702=rev Log: Add get/set method for the channel that is related to each Channel services. Modified:

Re: Early Access builds of JDK 9 b113 & JDK 9 with Project Jigsaw b113 (#4848) are available on java.net

2016-04-18 Thread Rory O'Donnell
Hi Mark, Thanks for the feedback, I think the best place to get help with this is on the jigsaw mailing list [1] Rgds,Rory [1] http://mail.openjdk.java.net/pipermail/jigsaw-dev/ On 17/04/2016 21:30, Mark Thomas wrote: On 15/04/2016 09:26, Rory O'Donnell wrote: Hi Mark/Mladen, Early

[Bug 59344] New: PEM file support for JSSE

2016-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 Bug ID: 59344 Summary: PEM file support for JSSE Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement