Bug report for Taglibs [2013/08/04]

2013-08-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2013/08/04]

2013-08-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2013/08/04]

2013-08-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2013/08/04]

2013-08-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2013/08/04]

2013-08-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2013/08/04]

2013-08-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2013/08/04]

2013-08-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-04 Thread Olivier Lamy
2013/8/2 Mark Thomas : > The proposed Apache Tomcat 8.0.0 release candidate 1 is now available > for voting. > > Given this is a release candidate I am working on the basis that it is > equivalent to an alpha. That said: > - Servlet 3.1 is complete > - JSP 2.3 is complete > - EL 3.0 is complete > -

svn commit: r1510200 - in /tomcat/trunk/java: javax/websocket/ javax/websocket/server/ org/apache/tomcat/websocket/ org/apache/tomcat/websocket/pojo/ org/apache/tomcat/websocket/server/

2013-08-04 Thread markt
Author: markt Date: Sun Aug 4 15:08:37 2013 New Revision: 1510200 URL: http://svn.apache.org/r1510200 Log: Fix some unchecked conversion warnings. Modified: tomcat/trunk/java/javax/websocket/ClientEndpointConfig.java tomcat/trunk/java/javax/websocket/server/ServerEndpointConfig.java

svn commit: r1510210 - /tomcat/trunk/build.xml

2013-08-04 Thread markt
Author: markt Date: Sun Aug 4 15:37:23 2013 New Revision: 1510210 URL: http://svn.apache.org/r1510210 Log: Treat javax.servlet.ServletContainerInitializer files as text in source Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trun

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-04 Thread Mark Thomas
On 03/08/2013 12:06, Rainer Jung wrote: > Overview: > > - one crash in tcnative during unit tests > - MBeans indicate common loader is gone (is that expected? > At least the common.loader entry still exists in catalina.properties) Expected as StandardClassLoader has been removed. That decision i

svn commit: r1510246 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-08-04 Thread markt
Author: markt Date: Sun Aug 4 16:46:33 2013 New Revision: 1510246 URL: http://svn.apache.org/r1510246 Log: Improve error message Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java URL: http://s

svn commit: r1510247 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardContext.java

2013-08-04 Thread markt
Author: markt Date: Sun Aug 4 16:47:47 2013 New Revision: 1510247 URL: http://svn.apache.org/r1510247 Log: Improve error message Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java Propchange: tomcat/tc7.0.x/trunk/ --

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

2013-08-04 Thread jboynes
Author: jboynes Date: Sun Aug 4 17:39:53 2013 New Revision: 1510271 URL: http://svn.apache.org/r1510271 Log: Remove redundant check. Modified: tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.java Modified: tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.j

svn commit: r1510276 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2013-08-04 Thread markt
Author: markt Date: Sun Aug 4 17:42:15 2013 New Revision: 1510276 URL: http://svn.apache.org/r1510276 Log: Better handling on test failure trying to debug failures on OSX with NIO. Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified: tomcat/trunk/te

Re: Using a mock framework for testing?

2013-08-04 Thread Jeremy Boynes
On Jul 31, 2013, at 10:21 AM, Mark Thomas wrote: > On 31/07/2013 18:09, Jeremy Boynes wrote: >> Any objection to adding a dependency on a mocking framework to aid unit >> testing? >> The one I have used most is EasyMock which is Apache License 2.0. > > To save repeating the details of what I ha

svn commit: r1510281 - in /tomcat/trunk: build.properties.default build.xml

2013-08-04 Thread jboynes
Author: jboynes Date: Sun Aug 4 17:59:37 2013 New Revision: 1510281 URL: http://svn.apache.org/r1510281 Log: Add test dependency on EasyMock, cglib and objenesis Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified: tomcat/trunk/build.properties.default URL:

svn commit: r1510282 - in /tomcat/trunk: java/org/apache/catalina/startup/WebappServiceLoader.java test/org/apache/catalina/startup/TestWebappServiceLoader.java test/org/apache/catalina/startup/servic

2013-08-04 Thread jboynes
Author: jboynes Date: Sun Aug 4 18:00:40 2013 New Revision: 1510282 URL: http://svn.apache.org/r1510282 Log: Tests for WebappServiceLoader (requires EasyMock) Added: tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.java (with props) tomcat/trunk/test/org/apache/ca

Re: svn commit: r1510282 - in /tomcat/trunk: java/org/apache/catalina/startup/WebappServiceLoader.java test/org/apache/catalina/startup/TestWebappServiceLoader.java test/org/apache/catalina/startup/se

2013-08-04 Thread Mark Thomas
On 04/08/2013 20:00, jboy...@apache.org wrote: > Author: jboynes > Date: Sun Aug 4 18:00:40 2013 > New Revision: 1510282 > > URL: http://svn.apache.org/r1510282 > Log: > Tests for WebappServiceLoader (requires EasyMock) Please fix the various checkstyle errors this commit has triggered. Mark -

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

2013-08-04 Thread jboynes
Author: jboynes Date: Sun Aug 4 18:55:04 2013 New Revision: 1510310 URL: http://svn.apache.org/r1510310 Log: Fix checkstyle Modified: tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.java Modified: tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.j

Re: svn commit: r1510282 - in /tomcat/trunk: java/org/apache/catalina/startup/WebappServiceLoader.java test/org/apache/catalina/startup/TestWebappServiceLoader.java test/org/apache/catalina/startup/se

2013-08-04 Thread Jeremy Boynes
On Aug 4, 2013, at 11:32 AM, Mark Thomas wrote: > On 04/08/2013 20:00, jboy...@apache.org wrote: >> Author: jboynes >> Date: Sun Aug 4 18:00:40 2013 >> New Revision: 1510282 >> >> URL: http://svn.apache.org/r1510282 >> Log: >> Tests for WebappServiceLoader (requires EasyMock) > > Please fix th

Re: svn commit: r1510210 - /tomcat/trunk/build.xml

2013-08-04 Thread Jeremy Boynes
On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote: > Log: > Treat javax.servlet.ServletContainerInitializer files as text in source > > > + > Would this work to catch all service config files not just SCIs? signature.asc Description: Message signed with OpenPGP using G

buildbot success in ASF Buildbot on tomcat-7-trunk

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

Re: svn commit: r1510210 - /tomcat/trunk/build.xml

2013-08-04 Thread Mark Thomas
On 04/08/2013 21:02, Jeremy Boynes wrote: > On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote: >> Log: >> Treat javax.servlet.ServletContainerInitializer files as text in source >> >> >> + >> > > Would this work to catch all service config files not just SCIs? > What othe

Re: svn commit: r1510210 - /tomcat/trunk/build.xml

2013-08-04 Thread Nick Williams
On Aug 4, 2013, at 2:27 PM, Mark Thomas wrote: > On 04/08/2013 21:02, Jeremy Boynes wrote: >> On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote: >>> Log: >>> Treat javax.servlet.ServletContainerInitializer files as text in source >>> >>> >>> + >>> >> >> Would this work to catch

Re: svn commit: r1510210 - /tomcat/trunk/build.xml

2013-08-04 Thread Jeremy Boynes
On Aug 4, 2013, at 12:27 PM, Mark Thomas wrote: > On 04/08/2013 21:02, Jeremy Boynes wrote: >> On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote: >>> Log: >>> Treat javax.servlet.ServletContainerInitializer files as text in source >>> >>> >>> + >>> >> >> Would this work to catch

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

2013-08-04 Thread Jeremy Boynes
On Aug 4, 2013, at 11:55 AM, jboy...@apache.org wrote: > Author: jboynes > Date: Sun Aug 4 18:55:04 2013 > New Revision: 1510310 > > URL: http://svn.apache.org/r1510310 This may also have broken a clean build which I didn't catch as my IDE had copied service-config.txt to the output for me. I'

Re: svn commit: r1510210 - /tomcat/trunk/build.xml

2013-08-04 Thread Mark Thomas
On 04/08/2013 21:31, Nick Williams wrote: > > On Aug 4, 2013, at 2:27 PM, Mark Thomas wrote: > >> On 04/08/2013 21:02, Jeremy Boynes wrote: >>> On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote: Log: Treat javax.servlet.ServletContainerInitializer files as text in source

Re: svn commit: r1510210 - /tomcat/trunk/build.xml

2013-08-04 Thread Mark Thomas
On 04/08/2013 21:32, Jeremy Boynes wrote: > On Aug 4, 2013, at 12:27 PM, Mark Thomas wrote: > >> On 04/08/2013 21:02, Jeremy Boynes wrote: >>> On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote: Log: Treat javax.servlet.ServletContainerInitializer files as text in source

Re: svn commit: r1510210 - /tomcat/trunk/build.xml

2013-08-04 Thread Nick Williams
On Aug 4, 2013, at 2:40 PM, Mark Thomas wrote: > On 04/08/2013 21:31, Nick Williams wrote: >> >> On Aug 4, 2013, at 2:27 PM, Mark Thomas wrote: >> >>> On 04/08/2013 21:02, Jeremy Boynes wrote: On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote: > Log: > Treat javax.servlet.ServletC

svn commit: r1510325 - /tomcat/trunk/build.xml

2013-08-04 Thread jboynes
Author: jboynes Date: Sun Aug 4 19:43:16 2013 New Revision: 1510325 URL: http://svn.apache.org/r1510325 Log: Copy test file needed for TestWebappServiceLoader Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1510

buildbot success in ASF Buildbot on tomcat-trunk

2013-08-04 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/4786 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: Tomcat Channel Issue in EC2 clustering environment

2013-08-04 Thread Christopher Schultz
Jasintha, This is a question more appropriate for the users' list (us...@tomcat.apache.org). Consider re-posting there. -chris On 8/2/13 2:13 AM, Jasintha Dasanayaka wrote: > Hi all > > Axis2 Tribes utilizes Tomcat underneath. In Tomcat clustering, there's away > to add a listener to a channel,

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-04 Thread Christopher Schultz
Rainer, On 8/3/13 6:06 AM, Rainer Jung wrote: > - On APR in addition a crash (core) in: > > b76dfe74 Java_org_apache_tomcat_jni_Socket_recv (30b528, b30ff188, > b30fd09c, b29500, b30ff214, 0) + 34 > fbc0f780 * org/apache/tomcat/jni/Socket.recv(J[BII)I+32362 > fbc0f72c * org/apache/tomcat/jni

[Bug 55354] New: JNDIRealm.getPrincipal(context,username,gssCredential) corrupts realm context

2013-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55354 Bug ID: 55354 Summary: JNDIRealm.getPrincipal(context,username,gssCredential) corrupts realm context Product: Tomcat 7 Version: 7.0.42 Hardware: PC Status

[Bug 55354] JNDIRealm.getPrincipal(context,username,gssCredential) corrupts realm context

2013-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55354 --- Comment #1 from Richard Begg --- Created attachment 30671 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30671&action=edit Patch to restore context params Here is a proposed patch for JNDIRealm.java which resolves the issue