svn commit: r1631628 - in /tomcat/trunk: java/org/apache/catalina/ha/ClusterRuleSet.java java/org/apache/catalina/ha/session/ClusterManagerBase.java webapps/docs/changelog.xml webapps/docs/config/clus

2014-10-14 Thread kfujino
Author: kfujino Date: Tue Oct 14 06:08:49 2014 New Revision: 1631628 URL: http://svn.apache.org/r1631628 Log: Add support for the SessionIdGenerator to cluster manager template. Modified: tomcat/trunk/java/org/apache/catalina/ha/ClusterRuleSet.java

Question of new SessionIdGenerator implementation.

2014-10-14 Thread Keiichi Fujino
I have a question of new SessionIdGenerator implementation. If reloading Manager( or Context), SessionIdGenerator is re-created based on sessionIdGeneratorClass that is cached to Manager. However, attributes of jvmRoute and sessionIdLength are default value. I think these attributes are need to

svn commit: r1631679 - in /tomcat/trunk/java/javax/servlet: ./ http/

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 08:28:57 2014 New Revision: 1631679 URL: http://svn.apache.org/r1631679 Log: Fix the remaining Java 8 Javadoc warnings for the Servlet API packages Modified: tomcat/trunk/java/javax/servlet/HttpConstraintElement.java

buildbot failure in ASF Buildbot on tomcat-trunk

2014-10-14 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/543 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1631717 - in /tomcat/trunk/java/javax/el: BeanNameResolver.java ELContext.java ELContextEvent.java ELProcessor.java ELResolver.java EvaluationListener.java ExpressionFactory.java Function

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 11:03:22 2014 New Revision: 1631717 URL: http://svn.apache.org/r1631717 Log: Fix the remaining Javadoc warnings for the EL API when building with Java 8. Modified: tomcat/trunk/java/javax/el/BeanNameResolver.java tomcat/trunk/java/javax/el/ELContext.java

Re: Question of new SessionIdGenerator implementation.

2014-10-14 Thread Konstantin Kolinko
2014-10-14 10:12 GMT+04:00 Keiichi Fujino kfuj...@apache.org: I have a question of new SessionIdGenerator implementation. If reloading Manager( or Context), SessionIdGenerator is re-created based on sessionIdGeneratorClass that is cached to Manager. However, attributes of jvmRoute and

svn commit: r1631730 - in /tomcat/trunk: java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2014-10-14 Thread fschumacher
Author: fschumacher Date: Tue Oct 14 12:18:09 2014 New Revision: 1631730 URL: http://svn.apache.org/r1631730 Log: Avoid possible integer overflows reported by Coverity Scan Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

[Bug 57089] New: Configuration of SessionIdGenerator element is lost on reload

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57089 Bug ID: 57089 Summary: Configuration of SessionIdGenerator element is lost on reload Product: Tomcat 8 Version: 8.0.14 Hardware: PC Status: NEW

Re: Question of new SessionIdGenerator implementation.

2014-10-14 Thread Konstantin Kolinko
2014-10-14 16:17 GMT+04:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-10-14 10:12 GMT+04:00 Keiichi Fujino kfuj...@apache.org: I have a question of new SessionIdGenerator implementation. If reloading Manager( or Context), SessionIdGenerator is re-created based on sessionIdGeneratorClass

[Bug 57091] New: Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 Bug ID: 57091 Summary: Websockets cannot be used in Windows applet plugin environments based on Oracle Java7 Product: Tomcat 8 Version: 8.0.14 Hardware: PC

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

2014-10-14 Thread Bill Barker
-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.9-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20141014.jar:/srv/gump/public/workspace

svn commit: r1631771 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2014-10-14 Thread fschumacher
Author: fschumacher Date: Tue Oct 14 14:28:03 2014 New Revision: 1631771 URL: http://svn.apache.org/r1631771 Log: Merged revision 1631730 from tomcat/trunk: Avoid possible integer overflows reported by Coverity Scan Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1631798 - in /tomcat/trunk/java/org/apache/catalina: AsyncDispatcher.java Authenticator.java Cluster.java Contained.java

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 15:42:24 2014 New Revision: 1631798 URL: http://svn.apache.org/r1631798 Log: Start the long process of fixing the Java 8 Javadoc warnings for the non-API packages. Modified: tomcat/trunk/java/org/apache/catalina/AsyncDispatcher.java

svn commit: r1631817 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml

2014-10-14 Thread remm
Author: remm Date: Tue Oct 14 17:04:45 2014 New Revision: 1631817 URL: http://svn.apache.org/r1631817 Log: Fix client subprotocol handling (pass protocol names from the annotation). Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

svn commit: r1631818 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/UpgradeUtil.java

2014-10-14 Thread remm
Author: remm Date: Tue Oct 14 17:05:08 2014 New Revision: 1631818 URL: http://svn.apache.org/r1631818 Log: Use constant strings for header names. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/UpgradeUtil.java Modified:

buildbot exception in ASF Buildbot on tomcat-trunk

2014-10-14 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/546 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1631839 - /tomcat/trunk/webapps/docs/web-socket-howto.xml

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 19:03:15 2014 New Revision: 1631839 URL: http://svn.apache.org/r1631839 Log: Update WebSocket version Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml URL:

svn commit: r1631842 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/web-socket-howto.xml

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 19:13:12 2014 New Revision: 1631842 URL: http://svn.apache.org/r1631842 Log: Update WebSocket version Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1631843 - in /tomcat/sandbox/trunk-maven-layout: pom.xml tomcat-webapps/ROOT/pom.xml tomcat-webapps/docs/pom.xml

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 19:16:14 2014 New Revision: 1631843 URL: http://svn.apache.org/r1631843 Log: Apply latest patch from Pierre Viret Modified: tomcat/sandbox/trunk-maven-layout/pom.xml tomcat/sandbox/trunk-maven-layout/tomcat-webapps/ROOT/pom.xml

svn commit: r1631845 - in /tomcat/trunk/java/org/apache/catalina/webresources: JarResourceSet.java JarWarResourceSet.java TomcatURLStreamHandlerFactory.java

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 19:21:04 2014 New Revision: 1631845 URL: http://svn.apache.org/r1631845 Log: Java 8 Javadoc issues for o.a.c.webresources package Modified: tomcat/trunk/java/org/apache/catalina/webresources/JarResourceSet.java

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All --- Comment #1

[Bug 49939] Expose a method via JMX which empties the webapp file cache

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49939 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56397] Establish parallel Maven-based build process

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 --- Comment #37 from Mark Thomas ma...@apache.org --- Patch applied. I still don't see the scripts or the conf directory being created. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1631851 - in /tomcat/trunk: java/org/apache/catalina/webresources/mbeans-descriptors.xml webapps/docs/changelog.xml

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 19:38:42 2014 New Revision: 1631851 URL: http://svn.apache.org/r1631851 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49939 Expose the method that clears the static resource cache for a web application via JMX Modified:

svn commit: r1631852 - /tomcat/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 19:39:27 2014 New Revision: 1631852 URL: http://svn.apache.org/r1631852 Log: Whitespace police Modified: tomcat/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java Modified:

svn commit: r1631858 - in /tomcat/trunk/java/org/apache/tomcat/websocket: Transformation.java WsSession.java server/UpgradeUtil.java server/WsFrameServer.java server/WsServerContainer.java

2014-10-14 Thread markt
Author: markt Date: Tue Oct 14 19:54:42 2014 New Revision: 1631858 URL: http://svn.apache.org/r1631858 Log: Java 8 Javadoc issues for o.a.t.websocket package Modified: tomcat/trunk/java/org/apache/tomcat/websocket/Transformation.java

buildbot success in ASF Buildbot on tomcat-trunk

2014-10-14 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/547 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 57091] Websockets cannot be used in Windows applet plugin environments based on Oracle Java7

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57091 --- Comment #2 from Niklas Hallqvist niklas+apa...@appli.se --- (In reply to Mark Thomas from comment #1) Does this still work if you narrow the doPrivileged() block to just the setContextClassLoader() call? If so provide an updated patch

[Bug 56425] Unable to find unambiguous method in class String

2014-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 lafleche lafle...@amazon.com changed: What|Removed |Added Status|RESOLVED|REOPENED

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

2014-10-14 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-trunk-test-apr (in module tomcat-trunk) failed

2014-10-14 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-test-apr has an issue affecting its community integration.