Re: [VOTE] Release Apache Tomcat 8.0.0-RC2

2013-09-19 Thread Rainer Jung
I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10: WARN: Test failure in 'output/build/logs/TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.APR.txt': Testsuite: org.apache.tomcat.websocket.TestWsWebSocketContainer Tests run: 1, Failures: 0, Errors: 1, Skipped: 0,

Re: [VOTE] Release Apache Tomcat 8.0.0-RC2

2013-09-19 Thread Mark Thomas
On 19/09/2013 07:18, Rainer Jung wrote: I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10: WARN: Test failure in 'output/build/logs/TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.APR.txt': Testsuite: org.apache.tomcat.websocket.TestWsWebSocketContainer Tests

svn commit: r1524652 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsSession.java WsWebSocketContainer.java

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 08:21:28 2013 New Revision: 1524652 URL: http://svn.apache.org/r1524652 Log: Rename method for clarity Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified:

svn commit: r1524657 - in /tomcat/trunk: java/org/apache/tomcat/websocket/server/ test/org/apache/catalina/authenticator/ test/org/apache/catalina/servlets/ test/org/apache/catalina/startup/ test/org/

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 08:44:45 2013 New Revision: 1524657 URL: http://svn.apache.org/r1524657 Log: WsListener-WsContextListener to more clearly differentiate between it and WsSessionListener Added: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsContextListener.java -

svn commit: r1524668 - in /tomcat/trunk/java/org/apache/tomcat/websocket: FutureToSendHandler.java WsRemoteEndpointImplBase.java

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 09:32:00 2013 New Revision: 1524668 URL: http://svn.apache.org/r1524668 Log: Extract FutureToSendHandler to a separate file Added: tomcat/trunk/java/org/apache/tomcat/websocket/FutureToSendHandler.java (with props) Modified:

Re: Tagging 7.0.43

2013-09-19 Thread Violeta Georgieva
Hi, 2013/9/18 Violeta Georgieva miles...@gmail.com Hi, I will tag 7.0.43 later today. If you need to put something in this version please reply here. I tried to reproduce the issue [1] with Tomcat 7.0.43 tag. There are only the warnings below and Tomcat starts. (catalina.bat run -security)

buildbot failure in ASF Buildbot on tomcat-trunk

2013-09-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4987 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: Tagging 7.0.43

2013-09-19 Thread Mark Thomas
On 19/09/2013 11:21, Violeta Georgieva wrote: Hi, 2013/9/18 Violeta Georgieva miles...@gmail.com Hi, I will tag 7.0.43 later today. If you need to put something in this version please reply here. I tried to reproduce the issue [1] with Tomcat 7.0.43 tag. There are only the warnings

svn commit: r1524683 - in /tomcat/trunk/java/org/apache: coyote/AbstractProtocol.java coyote/http11/upgrade/AprServletInputStream.java coyote/http11/upgrade/AprServletOutputStream.java tomcat/util/net

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 10:41:27 2013 New Revision: 1524683 URL: http://svn.apache.org/r1524683 Log: Revert addition of closing flag on wrapper. A more robust solution is required. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

svn commit: r1524687 - in /tomcat/trunk/java/org/apache/tomcat/websocket: FutureToSendHandler.java LocalStrings.properties WsRemoteEndpointImplBase.java WsSession.java WsWebSocketContainer.java server

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 10:56:51 2013 New Revision: 1524687 URL: http://svn.apache.org/r1524687 Log: More robust solution to the problem of blocking writes not be closed when the web application stops. Futures used for blocking writes are registered with the session and the session

Re: [VOTE] Release Apache Tomcat 8.0.0-RC2

2013-09-19 Thread Mark Thomas
On 19/09/2013 09:12, Mark Thomas wrote: On 19/09/2013 07:18, Rainer Jung wrote: I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10: WARN: Test failure in 'output/build/logs/TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.APR.txt': Testsuite:

svn commit: r1524688 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsSession.java java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 11:02:52 2013 New Revision: 1524688 URL: http://svn.apache.org/r1524688 Log: Rename method for clarity Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/WsSession.java

svn commit: r1524690 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/pojo/ test/org/apache/tomcat/websocket/s

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 11:05:27 2013 New Revision: 1524690 URL: http://svn.apache.org/r1524690 Log: WsListener-WsContextListener to more clearly differentiate between it and WsSessionListener Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsContextListener.java

svn commit: r1524691 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/FutureToSendHandler.java java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 11:06:23 2013 New Revision: 1524691 URL: http://svn.apache.org/r1524691 Log: Extract FutureToSendHandler to a separate file Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/FutureToSendHandler.java - copied unchanged from r1524668,

svn commit: r1524693 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/http11/upgrade/ java/org/apache/tomcat/util/net/

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 11:07:28 2013 New Revision: 1524693 URL: http://svn.apache.org/r1524693 Log: Revert addition of closing flag on wrapper. A more robust solution is required. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1524694 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 11:10:06 2013 New Revision: 1524694 URL: http://svn.apache.org/r1524694 Log: More robust solution to the problem of blocking writes not be closed when the web application stops. Futures used for blocking writes are registered with the session and the session

Re: Tagging 7.0.43

2013-09-19 Thread Mark Thomas
On 19/09/2013 11:28, Mark Thomas wrote: On 19/09/2013 11:21, Violeta Georgieva wrote: Hi, 2013/9/18 Violeta Georgieva miles...@gmail.com Hi, I will tag 7.0.43 later today. If you need to put something in this version please reply here. I tried to reproduce the issue [1] with Tomcat

buildbot success in ASF Buildbot on tomcat-trunk

2013-09-19 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4988 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: Tagging 7.0.43

2013-09-19 Thread Violeta Georgieva
2013/9/19 Mark Thomas ma...@apache.org On 19/09/2013 11:28, Mark Thomas wrote: On 19/09/2013 11:21, Violeta Georgieva wrote: Hi, 2013/9/18 Violeta Georgieva miles...@gmail.com Hi, I will tag 7.0.43 later today. If you need to put something in this version please reply here.

svn commit: r1524707 - in /tomcat/trunk/java/org/apache/catalina/startup: ContextConfig.java WebappServiceLoader.java

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 12:15:20 2013 New Revision: 1524707 URL: http://svn.apache.org/r1524707 Log: Collection-List since order is important Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

Re: svn commit: r1524545 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_43: ./ build.properties.default

2013-09-19 Thread Konstantin Kolinko
2013/9/18 violet...@apache.org: Author: violetagg Date: Wed Sep 18 19:44:03 2013 New Revision: 1524545 URL: http://svn.apache.org/r1524545 Log: Tag 7.0.43 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_43/ (props changed) - copied from r1524542, tomcat/tc7.0.x/trunk/ Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2013-09-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4989 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 55570] New: SpnegoAuthenticator: Resource file is missing placeholders for exceptions.

2013-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55570 Bug ID: 55570 Summary: SpnegoAuthenticator: Resource file is missing placeholders for exceptions. Product: Tomcat 7 Version: 7.0.29 Hardware: PC Status:

svn commit: r1524719 - /tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.java

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 12:50:36 2013 New Revision: 1524719 URL: http://svn.apache.org/r1524719 Log: Set-LinkedHashSet as order needs to be retained Modified: tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.java Modified:

svn commit: r1524725 - /tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.java

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 13:06:41 2013 New Revision: 1524725 URL: http://svn.apache.org/r1524725 Log: Fix unit test broken by switch to LinkedHashSet Modified: tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.java Modified:

svn commit: r1524727 - /tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.java

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 13:07:02 2013 New Revision: 1524727 URL: http://svn.apache.org/r1524727 Log: Always load container SCIs first Modified: tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.java Modified:

buildbot success in ASF Buildbot on tomcat-trunk

2013-09-19 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4990 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1524740 - /tomcat/tc7.0.x/tags/TOMCAT_7_0_43/

2013-09-19 Thread violetagg
Author: violetagg Date: Thu Sep 19 13:40:30 2013 New Revision: 1524740 URL: http://svn.apache.org/r1524740 Log: Remove tag TOMCAT_7_0_43 Removed: tomcat/tc7.0.x/tags/TOMCAT_7_0_43/ - To unsubscribe, e-mail:

svn commit: r1524761 - /tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 14:50:06 2013 New Revision: 1524761 URL: http://svn.apache.org/r1524761 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55570 Correct log exceptions so they appear in the logs Modified:

[Bug 55570] SpnegoAuthenticator: Resource file is missing placeholders for exceptions.

2013-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55570 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

SCI discovery ordering

2013-09-19 Thread Jeremy Boynes
On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote: Author: markt Date: Thu Sep 19 13:07:02 2013 New Revision: 1524727 URL: http://svn.apache.org/r1524727 Log: Always load container SCIs first This seems at odds with the requirement that the order in which these services are discovered

svn commit: r2920 - /dev/tomcat/tomcat-8/v8.0.0-RC2/

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 15:09:19 2013 New Revision: 2920 Log: Drop 8.0.0-RC2 Removed: dev/tomcat/tomcat-8/v8.0.0-RC2/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: SCI discovery ordering

2013-09-19 Thread Mark Thomas
On 19/09/2013 16:31, Jeremy Boynes wrote: On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote: Author: markt Date: Thu Sep 19 13:07:02 2013 New Revision: 1524727 URL: http://svn.apache.org/r1524727 Log: Always load container SCIs first This seems at odds with the requirement that the

svn commit: r1524767 - in /tomcat/tags/TOMCAT_8_0_0_RC3: ./ build.properties.default

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 15:13:30 2013 New Revision: 1524767 URL: http://svn.apache.org/r1524767 Log: Tag 8.0.0-RC3 Added: tomcat/tags/TOMCAT_8_0_0_RC3/ - copied from r1524766, tomcat/trunk/ Modified: tomcat/tags/TOMCAT_8_0_0_RC3/build.properties.default Modified:

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #44 from Konstantin Preißer prei...@web.de --- Created attachment 30862 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30862action=edit Use local ASF image Hi, previously, for the Tomcat docs I used this URL for the

[CANCELLED][VOTE] Release Apache Tomcat 8.0.0-RC2

2013-09-19 Thread Mark Thomas
On 17/09/2013 18:53, Mark Thomas wrote: The proposed 8.0.0-RC2 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.0.0-RC2 alpha Given the issues reported, I think it is worth rolling an RC3. I'll do that shortly so I am cancelling the RC 2 vote. Mark

svn commit: r2920 - /dev/tomcat/tomcat-8/v8.0.0-RC2/

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 15:09:19 2013 New Revision: 2920 Log: Drop 8.0.0-RC2 Removed: dev/tomcat/tomcat-8/v8.0.0-RC2/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1524763 - in /tomcat/tc7.0.x/trunk: ./ conf/Tomcat/ conf/Tomcat/localhost/ embed-webapps/ embed-webapps/examples.war java/org/apache/catalina/authenticator/SpnegoAuthenticator.java webapp

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 14:53:59 2013 New Revision: 1524763 URL: http://svn.apache.org/r1524763 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55570 Correct log exceptions so they appear in the logs Added: tomcat/tc7.0.x/trunk/conf/Tomcat/

Re: SCI discovery ordering

2013-09-19 Thread Jeremy Boynes
On Sep 19, 2013, at 8:36 AM, Mark Thomas ma...@apache.org wrote: On 19/09/2013 16:31, Jeremy Boynes wrote: On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote: Author: markt Date: Thu Sep 19 13:07:02 2013 New Revision: 1524727 URL: http://svn.apache.org/r1524727 Log: Always load

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #45 from Konstantin Preißer prei...@web.de --- Created attachment 30863 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30863action=edit Improve markup for Welcome pages This patch improves the HTML markup in the

Re: SCI discovery ordering

2013-09-19 Thread Nick Williams
On Sep 19, 2013, at 11:32 AM, Jeremy Boynes wrote: On Sep 19, 2013, at 8:36 AM, Mark Thomas ma...@apache.org wrote: On 19/09/2013 16:31, Jeremy Boynes wrote: On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote: Author: markt Date: Thu Sep 19 13:07:02 2013 New Revision: 1524727 URL:

svn commit: r2921 [2/2] - in /dev/tomcat/tomcat-8/v8.0.0-RC3: ./ bin/ bin/embed/ bin/extras/ src/

2013-09-19 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat-8.0.0-RC3-src.tar.gz.md5 == --- dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat-8.0.0-RC3-src.tar.gz.md5 (added) +++

svn commit: r2921 [2/2] - in /dev/tomcat/tomcat-8/v8.0.0-RC3: ./ bin/ bin/embed/ bin/extras/ src/

2013-09-19 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat-8.0.0-RC3-src.tar.gz.md5 == --- dev/tomcat/tomcat-8/v8.0.0-RC3/src/apache-tomcat-8.0.0-RC3-src.tar.gz.md5 (added) +++

svn commit: r1524796 - /tomcat/tc7.0.x/trunk/KEYS

2013-09-19 Thread violetagg
Author: violetagg Date: Thu Sep 19 17:23:17 2013 New Revision: 1524796 URL: http://svn.apache.org/r1524796 Log: Adding code signing key. Modified: tomcat/tc7.0.x/trunk/KEYS Modified: tomcat/tc7.0.x/trunk/KEYS URL:

svn commit: r1524798 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_43: ./ build.properties.default

2013-09-19 Thread violetagg
Author: violetagg Date: Thu Sep 19 17:37:48 2013 New Revision: 1524798 URL: http://svn.apache.org/r1524798 Log: Tag 7.0.43 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_43/ (props changed) - copied from r1524797, tomcat/tc7.0.x/trunk/ Modified:

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #46 from Konstantin Preißer prei...@web.de --- Created attachment 30864 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30864action=edit Improve markup for Tomcat Examples - Part 1 Hi, this patch improves the HTML

Re: [VOTE] Release Apache Tomcat 8.0.0-RC2

2013-09-19 Thread Rainer Jung
On 19.09.2013 13:01, Mark Thomas wrote: On 19/09/2013 09:12, Mark Thomas wrote: On 19/09/2013 07:18, Rainer Jung wrote: I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10: WARN: Test failure in

Re: SCI discovery ordering

2013-09-19 Thread Mark Thomas
On 19/09/2013 17:39, Nick Williams wrote: On Sep 19, 2013, at 11:32 AM, Jeremy Boynes wrote: There's a clear model already without assumptions about SCI ordering: SCIs fire before SCLs, and SCLs can be ordered explicitly by web.xml. There are no ordering requirements for SCIs except that

Re: SCI discovery ordering

2013-09-19 Thread Jeremy Boynes
On Thu, Sep 19, 2013 at 11:28 AM, Mark Thomas ma...@apache.org wrote: On 19/09/2013 17:39, Nick Williams wrote: On Sep 19, 2013, at 11:32 AM, Jeremy Boynes wrote: There's a clear model already without assumptions about SCI ordering: SCIs fire before SCLs, and SCLs can be ordered

svn commit: r1524834 - in /tomcat/trunk/webapps/docs: images/asf-feather.png tomcat-docs.xsl

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 20:46:54 2013 New Revision: 1524834 URL: http://svn.apache.org/r1524834 Log: BZ55383 Local ASF logo. Fix 'loading comments...' Patch by Konstantin Preißer Added: tomcat/trunk/webapps/docs/images/asf-feather.png (with props) Modified:

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #47 from Mark Thomas ma...@apache.org --- Patches all applied. Thanks. -- You are receiving this mail because: You are the assignee for the bug. - To

svn commit: r1524837 - in /tomcat/trunk/res: welcome.bin.html welcome.main.html

2013-09-19 Thread markt
Author: markt Date: Thu Sep 19 20:50:25 2013 New Revision: 1524837 URL: http://svn.apache.org/r1524837 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve markup for Welcome pages Patch provided by Konstantin Preißer Modified: tomcat/trunk/res/welcome.bin.html

svn commit: r1524885 - in /tomcat/taglibs: standard-examples/ standard-examples/trunk/ standard/trunk/examples/

2013-09-19 Thread jboynes
Author: jboynes Date: Fri Sep 20 01:56:59 2013 New Revision: 1524885 URL: http://svn.apache.org/r1524885 Log: move examples out of the main tree of standard taglib so they can be released independently Added: tomcat/taglibs/standard-examples/ tomcat/taglibs/standard-examples/trunk/

svn commit: r1524886 - in /tomcat/taglibs/standard/trunk: doc/ pom.xml

2013-09-19 Thread jboynes
Author: jboynes Date: Fri Sep 20 01:59:18 2013 New Revision: 1524886 URL: http://svn.apache.org/r1524886 Log: remove old taglibs doc tree as the docs are now in site Removed: tomcat/taglibs/standard/trunk/doc/ Modified: tomcat/taglibs/standard/trunk/pom.xml Modified:

Re: [VOTE] Release Apache Tomcat 8.0.0-RC2

2013-09-19 Thread Rainer Jung
On 19.09.2013 18:32, Rainer Jung wrote: On 19.09.2013 13:01, Mark Thomas wrote: On 19/09/2013 09:12, Mark Thomas wrote: On 19/09/2013 07:18, Rainer Jung wrote: I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10: WARN: Test failure in

Re: SCI discovery ordering

2013-09-19 Thread Jeremy Boynes
On Sep 19, 2013, at 8:31 AM, Jeremy Boynes jboy...@apache.org wrote: On Sep 19, 2013, at 6:07 AM, ma...@apache.org wrote: Author: markt Date: Thu Sep 19 13:07:02 2013 New Revision: 1524727 URL: http://svn.apache.org/r1524727 Log: Always load container SCIs first This seems at odds