[Bug 55343] New: Add flag to ignore exceptions while creating initial pool

2013-08-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55343 Bug ID: 55343 Summary: Add flag to ignore exceptions while creating initial pool Product: Tomcat Modules Version: unspecified Hardware: All OS: All

Tomcat Channel Issue in EC2 clustering environment

2013-08-02 Thread Jasintha Dasanayaka
Hi all Axis2 Tribes utilizes Tomcat underneath. In Tomcat clustering, there's away to add a listener to a channel, and get notifications based on different scenarios such as member join, member leave etc. Axis2 tribes registers a such listener in Tomcat, in order to identify whether a new member

[Bug 55345] New: Webresources class AbstractResourceSet throws exception upon callong ServletContext.getRealPath()

2013-08-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55345 Bug ID: 55345 Summary: Webresources class AbstractResourceSet throws exception upon callong ServletContext.getRealPath() Product: Tomcat 8 Version: trunk Hardware:

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Remy Maucherat
On Thu, 2013-08-01 at 22:53 +0200, Mark Thomas wrote: It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC1/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-048/ The svn tag is:

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Violeta Georgieva
2013/8/1 Mark Thomas wrote: 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 -

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Martin Grigorov
Hi, I'm playing with the WebSocket impl and started seeing this NPE in my logs. I have no idea yet what started causing it. == logs/catalina.out == Aug 02, 2013 6:03:21 PM org.apache.coyote.AbstractProtocol$AbstractConnectionHandler process SEVERE: Error reading request, ignored

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Martin Grigorov
I cannot login to Bugzilla with my account ... The problem is: this.userProperties.putAll(endpointConfig.getUserProperties()); a HashMap is copied into ConcurrentHashMap and null values cause the problem. On Fri, Aug 2, 2013 at 6:06 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, I'm

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Jeremy Boynes
On Aug 1, 2013, at 1:53 PM, Mark Thomas ma...@apache.org wrote: [X ] Alpha - go ahead and release as 8.0.0-RC1 alpha Ran JSTL TCK. -- Jeremy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Yoav Shapira
On Thu, Aug 1, 2013 at 4:53 PM, Mark Thomas ma...@apache.org wrote: The proposed Apache Tomcat 8.0.0 release candidate 1 is now available for voting. The proposed 8.0.0-RC1 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 8.0.0-RC1 alpha Yoav

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Mark Thomas
On 02/08/2013 18:10, Martin Grigorov wrote: I cannot login to Bugzilla with my account ... If you mean your ASF LDAP account (i.e. the username and password you use for svn) then that is expected. You'll need to register separately for a Bugzilla account as Bugzilla is not hooked up to the ASF

svn commit: r1509806 - /tomcat/trunk/java/javax/servlet/ServletContext.java

2013-08-02 Thread markt
Author: markt Date: Fri Aug 2 18:54:38 2013 New Revision: 1509806 URL: http://svn.apache.org/r1509806 Log: Fix copy/paste error Modified: tomcat/trunk/java/javax/servlet/ServletContext.java Modified: tomcat/trunk/java/javax/servlet/ServletContext.java URL:

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1509810 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/ServletContext.java

2013-08-02 Thread markt
Author: markt Date: Fri Aug 2 18:59:34 2013 New Revision: 1509810 URL: http://svn.apache.org/r1509810 Log: Fix copy/paste error Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java Propchange: tomcat/tc7.0.x/trunk/

buildbot exception in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1509816 - /tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java

2013-08-02 Thread markt
Author: markt Date: Fri Aug 2 19:08:09 2013 New Revision: 1509816 URL: http://svn.apache.org/r1509816 Log: CTR. Fix copy/paste error. Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java URL:

svn commit: r1509818 - in /tomcat/taglibs/standard/trunk: build-tools/pom.xml compat/pom.xml impl/pom.xml jstlel/pom.xml pom.xml spec/pom.xml

2013-08-02 Thread jboynes
Author: jboynes Date: Fri Aug 2 19:09:20 2013 New Revision: 1509818 URL: http://svn.apache.org/r1509818 Log: [maven-release-plugin] prepare release taglibs-standard-1.2.0-RC1 Modified: tomcat/taglibs/standard/trunk/build-tools/pom.xml tomcat/taglibs/standard/trunk/compat/pom.xml

svn commit: r1509819 - /tomcat/taglibs/standard/tags/taglibs-standard-1.2.0-RC1/

2013-08-02 Thread jboynes
Author: jboynes Date: Fri Aug 2 19:09:22 2013 New Revision: 1509819 URL: http://svn.apache.org/r1509819 Log: [maven-release-plugin] copy for tag taglibs-standard-1.2.0-RC1 Added: tomcat/taglibs/standard/tags/taglibs-standard-1.2.0-RC1/ - copied from r1509818,

svn commit: r1509820 - in /tomcat/taglibs/standard/trunk: build-tools/pom.xml compat/pom.xml impl/pom.xml jstlel/pom.xml pom.xml spec/pom.xml

2013-08-02 Thread jboynes
Author: jboynes Date: Fri Aug 2 19:09:23 2013 New Revision: 1509820 URL: http://svn.apache.org/r1509820 Log: [maven-release-plugin] prepare for next development iteration Modified: tomcat/taglibs/standard/trunk/build-tools/pom.xml tomcat/taglibs/standard/trunk/compat/pom.xml

buildbot failure in ASF Buildbot on tomcat-6-trunk

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

[VOTE] Release Apache Taglibs 1.2.0-RC1

2013-08-02 Thread Jeremy Boynes
A proposed release candidate Apache Taglibs 1.2.0-RC1 is now available for voting. This is release candidate for an implementation of JSTL 1.2 and can be obtained from the staging repo at: https://repository.apache.org/content/repositories/orgapachetomcat-053/ The source distribution can be

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

2013-08-02 Thread markt
Author: markt Date: Fri Aug 2 20:05:43 2013 New Revision: 1509839 URL: http://svn.apache.org/r1509839 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55345 Handle ServletContext.getRealPath() in the same way for tc8 as for earlier versions. Modified:

[Bug 55345] Webresources class AbstractResourceSet throws exception upon callong ServletContext.getRealPath()

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

svn commit: r1509847 - in /tomcat/trunk/java/javax/websocket: DefaultClientEndpointConfig.java server/DefaultServerEndpointConfig.java

2013-08-02 Thread markt
Author: markt Date: Fri Aug 2 20:28:12 2013 New Revision: 1509847 URL: http://svn.apache.org/r1509847 Log: Use the same Map implementation for user properties to prevent implementation conflicts Modified: tomcat/trunk/java/javax/websocket/DefaultClientEndpointConfig.java

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-02 Thread Mark Thomas
On 02/08/2013 18:10, Martin Grigorov wrote: I cannot login to Bugzilla with my account ... The problem is: this.userProperties.putAll(endpointConfig.getUserProperties()); a HashMap is copied into ConcurrentHashMap and null values cause the problem. Thanks for the analysis. This has been

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1509866 - in /tomcat/trunk/java/org/apache: catalina/startup/Tomcat.java tomcat/websocket/server/WsServerContainer.java

2013-08-02 Thread rjung
Author: rjung Date: Fri Aug 2 21:22:23 2013 New Revision: 1509866 URL: http://svn.apache.org/r1509866 Log: Fix javadoc. Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

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