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

2014-03-12 Thread Bill Barker
/dist/lib/ant-apache-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.7-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140312.jar:/srv/g

Re: [VOTE] Release Apache Tomcat Connectors 1.2.39

2014-03-12 Thread Tim Whittington
On Fri, Feb 28, 2014 at 10:35 PM, Mladen Turk wrote: > Hi, > > Apache Tomcat Connectors 1.2.39 release candidate is ready > for vote at [1]. The build was done using tag [2]. > This version fixes few bugs found in released > version 1.2.37 and adds some new features like IPV6 support. > > > The V

svn commit: r1576625 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: Nio2ServletInputStream.java Nio2ServletOutputStream.java

2014-03-12 Thread remm
Author: remm Date: Wed Mar 12 07:54:49 2014 New Revision: 1576625 URL: http://svn.apache.org/r1576625 Log: Fix whitespace. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/Nio2ServletInputStream.java tomcat/trunk/java/org/apache/coyote/http11/upgrade/Nio2ServletOutputStream.

svn commit: r1576628 - in /tomcat/trunk/test/org/apache/tomcat/websocket: TestWebSocketFrameClient.java TesterFirehoseServer.java

2014-03-12 Thread remm
Author: remm Date: Wed Mar 12 08:09:37 2014 New Revision: 1576628 URL: http://svn.apache.org/r1576628 Log: Add some progress info to the websockets frame test. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java tomcat/trunk/test/org/apache/tomcat/websock

[Bug 53119] java.nio.BufferOverflowException in AjpAprProcessor.output() when AJP client disconnects

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53119 --- Comment #9 from Claes Mogren --- Update! We're using shibboleth for SAML authentication and they recommend that you increase the package size. We've been running with the default AJP-connector for over a year with packetSize="65536" a

svn commit: r1576687 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2014-03-12 Thread markt
Author: markt Date: Wed Mar 12 10:48:58 2014 New Revision: 1576687 URL: http://svn.apache.org/r1576687 Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.jav

[Bug 56239] NullPointerException when finishing response under the Linux traffic control

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56239 --- Comment #6 from Mark Thomas --- In the original description you stated that you changed Tomcat version to 7.0.52 and still observed the same problem. In comment #5 you stated that you could not reproduce the problem when using 7.0.52.

svn commit: r1576722 - /tomcat/trunk/test/org/apache/tomcat/websocket/TesterFirehoseServer.java

2014-03-12 Thread markt
Author: markt Date: Wed Mar 12 12:57:14 2014 New Revision: 1576722 URL: http://svn.apache.org/r1576722 Log: Fix an Eclipse nag now the received message is used. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TesterFirehoseServer.java Modified: tomcat/trunk/test/org/apache/tomcat/we

[Bug 56239] NullPointerException when finishing response under the Linux traffic control

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56239 --- Comment #7 from Mark Thomas --- It is not immediately obvious that this is the same issue so yes, please create a new bugzilla issue and provide the necessary information to enable this to be reproduced. -- You are receiving this mail

[Bug 53119] java.nio.BufferOverflowException in AjpAprProcessor.output() when AJP client disconnects

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53119 --- Comment #10 from Mark Thomas --- It is not immediately obvious that this is the same issue so yes, please create a new bugzilla issue and provide the necessary information to enable this to be reproduced. -- You are receiving this mai

[Bug 56239] NullPointerException when finishing response under the Linux traffic control

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56239 --- Comment #8 from Mark Thomas --- (In reply to Mark Thomas from comment #7) > It is not immediately obvious that this is the same issue so yes, please > create a new bugzilla issue and provide the necessary information to enable > this to

[Bug 56248] New: Automatic deployment with TCD deletes customized context.xml file

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56248 Bug ID: 56248 Summary: Automatic deployment with TCD deletes customized context.xml file Product: Tomcat 7 Version: 7.0.52 Hardware: PC OS: Linux

[Bug 56248] Automatic deployment with TCD deletes customized context.xml file

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56248 Jesse Barnum changed: What|Removed |Added CC||jsb_apa...@360works.com -- You are

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

2014-03-12 Thread Bill Barker
it/target/junit-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140312-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/g

svn commit: r1576765 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/Nio2ServletOutputStream.java

2014-03-12 Thread remm
Author: remm Date: Wed Mar 12 14:49:12 2014 New Revision: 1576765 URL: http://svn.apache.org/r1576765 Log: Switch to a semaphore here (for the flush, since the previous one would have issues if run after non blocking writes). Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/Nio2

svn commit: r1576768 - in /tomcat/trunk: java/org/apache/catalina/realm/MemoryRealm.java test/org/apache/catalina/realm/TestMemoryRealm.java webapps/docs/changelog.xml

2014-03-12 Thread markt
Author: markt Date: Wed Mar 12 14:52:09 2014 New Revision: 1576768 URL: http://svn.apache.org/r1576768 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56246 Fix NullPointerException in MemoryRealm when authenticating an unknown user. Added: tomcat/trunk/test/org/apache/catalina/re

svn commit: r1576770 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/MemoryRealm.java test/org/apache/catalina/realm/TestMemoryRealm.java webapps/docs/changelog.xml

2014-03-12 Thread markt
Author: markt Date: Wed Mar 12 14:53:29 2014 New Revision: 1576770 URL: http://svn.apache.org/r1576770 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56246 Fix NullPointerException in MemoryRealm when authenticating an unknown user. Added: tomcat/tc7.0.x/trunk/test/org/apache/cat

[Bug 56246] NPE in MemoryRealm when authenticating unknown user

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56246 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1576786 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11Nio2Protocol.java upgrade/Nio2Processor.java upgrade/Nio2ServletInputStream.java upgrade/Nio2ServletOutputStream.java

2014-03-12 Thread remm
Author: remm Date: Wed Mar 12 15:39:13 2014 New Revision: 1576786 URL: http://svn.apache.org/r1576786 Log: Use a regular processSocket to cleanup after an error, so that the connection is removed, etc. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Protocol.java tomcat/tr

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-03-12 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/1799 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

[jira] [Created] (MTOMCAT-262) tomcatConfigurationFilesDirectory not honoured

2014-03-12 Thread jieryn (JIRA)
jieryn created MTOMCAT-262: -- Summary: tomcatConfigurationFilesDirectory not honoured Key: MTOMCAT-262 URL: https://issues.apache.org/jira/browse/MTOMCAT-262 Project: Apache Tomcat Maven Plugin Issue

[jira] [Created] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-03-12 Thread jieryn (JIRA)
jieryn created MTOMCAT-263: -- Summary: tomcat7:exec-war can't create .extract/webapps Key: MTOMCAT-263 URL: https://issues.apache.org/jira/browse/MTOMCAT-263 Project: Apache Tomcat Maven Plugin Issue

[jira] [Updated] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-03-12 Thread jieryn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jieryn updated MTOMCAT-263: --- Description: {noformat} bash$ java -jar target/app-1.0-SNAPSHOT-war-exec.jar Exception in thread "main" java

[jira] [Updated] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-03-12 Thread jieryn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jieryn updated MTOMCAT-263: --- Description: bash$ java -jar target/app-1.0-SNAPSHOT-war-exec.jar Exception in thread "main" java.lang.Excep

[jira] [Commented] (MTOMCAT-263) tomcat7:exec-war can't create .extract/webapps

2014-03-12 Thread jieryn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931922#comment-13931922 ] jieryn commented on MTOMCAT-263: Weirdly, that .extract/webapps directory is in fact crea

[Bug 56239] NullPointerException when finishing response under the Linux traffic control

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56239 --- Comment #9 from Lsk --- (In reply to Mark Thomas from comment #6) > In the original description you stated that you changed Tomcat version to > 7.0.52 and still observed the same problem. > > In comment #5 you stated that you could not

svn commit: r1576810 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2014-03-12 Thread remm
Author: remm Date: Wed Mar 12 16:30:42 2014 New Revision: 1576810 URL: http://svn.apache.org/r1576810 Log: Add non SSL version of the frame test. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/Tes

[Bug 56239] NullPointerException when finishing response under the Linux traffic control

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56239 --- Comment #10 from Christopher Schultz --- You can read the changelog (as you have done) or you can view diffs in Subversion. Nobody is going to hunt-down the exact patch that fixes this particular issue for you. As for the changelog, se

svn commit: r1576908 - /tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java

2014-03-12 Thread markt
Author: markt Date: Wed Mar 12 21:16:22 2014 New Revision: 1576908 URL: http://svn.apache.org/r1576908 Log: Correct comment Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java URL: http://svn

svn commit: r1576923 - /tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java

2014-03-12 Thread markt
Author: markt Date: Wed Mar 12 21:28:17 2014 New Revision: 1576923 URL: http://svn.apache.org/r1576923 Log: Better Javadoc Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java URL: http://svn.

Re: [GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-03-12 Thread Rémy Maucherat
2014-03-12 15:44 GMT+01:00 Bill Barker : > Full details are available at: > > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-nio2/index.html > So, after debugging it, I can confirm there's an issue with the test TestWebSocketFrameClient.testConnectToServerEndpointSSL It does

[Bug 56253] New: StringIndexOutOfBoundsException in AbstractArchiveResourceSet.list() method

2014-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56253 Bug ID: 56253 Summary: StringIndexOutOfBoundsException in AbstractArchiveResourceSet.list() method Product: Tomcat 8 Version: trunk Hardware: All OS:

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

2014-03-12 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-nio has an issue affecting its community integration. Th

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

2014-03-12 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-nio2 has an issue affecting its community integration. T

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

2014-03-12 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 has an issue affecting its community integration. This i