svn commit: r1688586 - /tomcat/trunk/java/org/apache/catalina/storeconfig/CredentialHandlerSF.java

2015-07-01 Thread remm
Author: remm Date: Wed Jul 1 08:33:20 2015 New Revision: 1688586 URL: http://svn.apache.org/r1688586 Log: Fix old cut paste names. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/CredentialHandlerSF.java Modified:

svn commit: r1688583 - /tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

2015-07-01 Thread remm
Author: remm Date: Wed Jul 1 08:21:17 2015 New Revision: 1688583 URL: http://svn.apache.org/r1688583 Log: sslImplementationName is now handled in the connector create, so no need to do it again (although it is harmless). Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

svn commit: r1688584 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-07-01 Thread remm
Author: remm Date: Wed Jul 1 08:22:46 2015 New Revision: 1688584 URL: http://svn.apache.org/r1688584 Log: Unless there's a strong objection, using a fake default messes up storeconfig, so change to 1. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified:

svn commit: r1688590 - in /tomcat/trunk/java/org/apache/catalina/storeconfig: StoreRegistry.java server-registry.xml

2015-07-01 Thread remm
Author: remm Date: Wed Jul 1 08:40:12 2015 New Revision: 1688590 URL: http://svn.apache.org/r1688590 Log: Add credential handler and upgrade protocol to the interface list. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreRegistry.java

Re: [VOTE] Release Apache Tomcat 7.0.63

2015-07-01 Thread Violeta Georgieva
2015-06-30 12:01 GMT+03:00 Violeta Georgieva violet...@apache.org: The proposed Apache Tomcat 7.0.63 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.63/ The Maven staging repo is:

svn commit: r1688655 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-07-01 Thread markt
Author: markt Date: Wed Jul 1 13:53:52 2015 New Revision: 1688655 URL: http://svn.apache.org/r1688655 Log: Add some simple unit tests for goaway frames. These required several changes to HTTP/2 processing - tracking pings to match ACKs with original pings - tracking round trip time - regular

[Bug 55855] Unexpected WsFilter is configured in a webapp that does not use WebSocket

2015-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55855 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com --- Historical notes: (In reply to Mark Thomas from comment #2) I have patched 8.0.x and 7.0.x so the filter is only added if a web application has active WebSocket Endpoints. I

[Tomcat Wiki] Update of HowTo/FasterStartUp by KonstantinKolinko

2015-07-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The HowTo/FasterStartUp page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diffrev1=25rev2=26 Comment: Add mention of

svn commit: r1688618 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/storeconfig/StoreRegistry.java java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/changelog.xml

2015-07-01 Thread remm
Author: remm Date: Wed Jul 1 11:09:24 2015 New Revision: 1688618 URL: http://svn.apache.org/r1688618 Log: Port r1688590 and r1688617 for CredentialHandler handling in storeconfig. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/StoreRegistry.java

svn commit: r1688617 - /tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

2015-07-01 Thread remm
Author: remm Date: Wed Jul 1 11:05:11 2015 New Revision: 1688617 URL: http://svn.apache.org/r1688617 Log: Fix children flag for CredentialHandler. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml Modified:

svn commit: r1688662 - /tomcat/trunk/java/org/apache/catalina/Context.java

2015-07-01 Thread markt
Author: markt Date: Wed Jul 1 14:52:35 2015 New Revision: 1688662 URL: http://svn.apache.org/r1688662 Log: Trivial commit to test CI system Modified: tomcat/trunk/java/org/apache/catalina/Context.java Modified: tomcat/trunk/java/org/apache/catalina/Context.java URL:

svn commit: r1688727 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_24: ./ build.properties.default webapps/docs/changelog.xml

2015-07-01 Thread markt
Author: markt Date: Wed Jul 1 20:18:25 2015 New Revision: 1688727 URL: http://svn.apache.org/r1688727 Log: Tag 8.0.24 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_24/ (props changed) - copied from r1688726, tomcat/tc8.0.x/trunk/ Modified:

svn commit: r1688728 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-07-01 Thread markt
Author: markt Date: Wed Jul 1 20:23:45 2015 New Revision: 1688728 URL: http://svn.apache.org/r1688728 Log: Prep for next release Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default

svn commit: r1688731 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-07-01 Thread markt
Author: markt Date: Wed Jul 1 20:33:42 2015 New Revision: 1688731 URL: http://svn.apache.org/r1688731 Log: Remove reverted fix Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

Re: [VOTE] Release Apache Tomcat 7.0.63

2015-07-01 Thread Felix Schumacher
Am 30.06.2015 um 11:01 schrieb Violeta Georgieva: The proposed Apache Tomcat 7.0.63 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.63/ The Maven staging repo is:

[VOTE] Release Apache Tomcat 8.0.24

2015-07-01 Thread Mark Thomas
The proposed Apache Tomcat 8.0.24 release is now available for voting. The main changes since 8.0.23 are: - Provide path parameters to POJO via per session javax.websocket.server.ServerEndpointConfig as they vary between different requests. - Various fixes to the SlowQueryReport in jdbc-pool

svn commit: r9577 [1/2] - in /dev/tomcat/tomcat-8/v8.0.24: ./ bin/ bin/embed/ bin/extras/ src/

2015-07-01 Thread markt
Author: markt Date: Wed Jul 1 20:46:34 2015 New Revision: 9577 Log: Upload 8.0.24 for voting Added: dev/tomcat/tomcat-8/v8.0.24/ dev/tomcat/tomcat-8/v8.0.24/KEYS (with props) dev/tomcat/tomcat-8/v8.0.24/README.html (with props) dev/tomcat/tomcat-8/v8.0.24/RELEASE-NOTES

svn commit: r9577 [2/2] - in /dev/tomcat/tomcat-8/v8.0.24: ./ bin/ bin/embed/ bin/extras/ src/

2015-07-01 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.24/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.0.24/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.0.24/bin/extras/catalina-ws.jar.asc Wed Jul 1

Re: dev Digest 25 Jun 2015 14:12:09 -0000 Issue 8997

2015-07-01 Thread 马旋(MA Xuan)
Hi everyone, On Fri, Jun 26, 2015 at 12:12 AM, dev-digest-h...@tomcat.apache.org wrote: CodeSource location from ProtectionDomain for classes in WEB-INF/classes 163624 by: 马旋(MA Xuan) Did anyone has ave look at this issue? It has been a week, nobody replied, maybe there are too many

svn commit: r1688563 - /tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java

2015-07-01 Thread violetagg
Author: violetagg Date: Wed Jul 1 06:57:22 2015 New Revision: 1688563 URL: http://svn.apache.org/r1688563 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58086 Fixed wrong if clause that causes FileNotFoundException. Based on a patch provided by Lukasz Jader. Modified:

svn commit: r1688570 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ant/DeployTask.java webapps/docs/changelog.xml

2015-07-01 Thread violetagg
Author: violetagg Date: Wed Jul 1 07:15:20 2015 New Revision: 1688570 URL: http://svn.apache.org/r1688570 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58086 Merged revision 1688563 from tomcat/trunk: Fixed wrong if clause that causes FileNotFoundException. Based on a patch provided

svn commit: r1688572 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/DeployTask.java webapps/docs/changelog.xml

2015-07-01 Thread violetagg
Author: violetagg Date: Wed Jul 1 07:18:13 2015 New Revision: 1688572 URL: http://svn.apache.org/r1688572 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58086 Merged revision 1688563 from tomcat/trunk: Fixed wrong if clause that causes FileNotFoundException. Based on a patch provided

[Bug 58086] Deploy WAR file using http:// throws FileNotFoundException

2015-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58086 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r1688483 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2015-07-01 Thread Christopher Schultz
Rémy, On 6/30/15 12:50 PM, r...@apache.org wrote: Author: remm Date: Tue Jun 30 16:50:26 2015 New Revision: 1688483 URL: http://svn.apache.org/r1688483 Log: Fix protocol when using APR but the NIO connector (to be able to use OpenSSL), which fixes storeconfig attribute handling.

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-07-01 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150701-native-src.tar.gz -Dexamples.sources.skip=true

[Bug 57943] NioEndpoint, one poller thread died

2015-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57943 sunqi sunqi...@163.com changed: What|Removed |Added Resolution|FIXED |---