[Bug 57990] While starting Tomcat8 getting error "ExecutionException: org.apache.catalina.LifecycleException: Failed to start component"

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57990 divya changed: What|Removed |Added CC||divyasrin...@gmail.com -- You are receiving t

[Bug 59001] Unable to load jar files when they have exclamation in the path

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59001 --- Comment #9 from Mark Thomas --- (In reply to Christopher Schultz from comment #8) > (In reply to Mark Thomas from comment #6) > > I'm not concerned about startup. That is a one-off cost. What concerns me is > > the performance impact of ad

[Bug 59065] catalina.sh should check for colon _after_ cygwin path sanitization

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59065 --- Comment #2 from Ed Randall --- I think you are perhaps unfamiliar with cygwin and have misunderstood. "cygpath --unix ${VARIABLE}" transforms all drive letters, slashes, colons and semicolons into a unix-style which cygwin and bash will wo

buildbot success in on tomcat-8-trunk

2016-02-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/471 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

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

2016-02-24 Thread Bill Barker
/dist/commons-daemon-20160224.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dco

[Bug 59001] Unable to load jar files when they have exclamation in the path

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59001 --- Comment #8 from Christopher Schultz --- (In reply to Mark Thomas from comment #6) > I really wanted to fix this but I'm not sure that supporting this use case > is worth the cost. > > There are two places I have found (so far) where change

[Bug 59017] Support precompressed brotli files in addition to gzip files if matching accept-encoding header

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59017 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You are receiving this m

[GitHub] tomcat pull request: Generalize the precompressed content serving ...

2016-02-24 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/28#issuecomment-188460191 Generally I like this patch. I do have a couple of comments: - I think it makes sense to make the change to a generic approach immediately. One way of doing this wou

[Bug 59065] catalina.sh should check for colon _after_ cygwin path sanitization

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59065 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Christop

svn commit: r1732227 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 20:45:26 2016 New Revision: 1732227 URL: http://svn.apache.org/viewvc?rev=1732227&view=rev Log: REconfigure the tests so that they pass with NIO2 as well. NIO2 relies on the write timeout to signal an error condition and the test wasn't waiting long enough for the

svn commit: r1732212 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 20:01:13 2016 New Revision: 1732212 URL: http://svn.apache.org/viewvc?rev=1732212&view=rev Log: Remove unused code Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java Modified: tomcat/tc8.0.x/trunk/java/org/a

[Bug 59065] New: catalina.sh should check for colon _after_ cygwin path sanitization

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59065 Bug ID: 59065 Summary: catalina.sh should check for colon _after_ cygwin path sanitization Product: Tomcat 8 Version: 8.0.32 Hardware: PC Status: NEW

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

2016-02-24 Thread Bill Barker
space/apache-commons/daemon/dist/bin/commons-daemon-20160224-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspac

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

2016-02-24 Thread Bill Barker
lic/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160224-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/pub

svn commit: r1732164 - /tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 14:52:13 2016 New Revision: 1732164 URL: http://svn.apache.org/viewvc?rev=1732164&view=rev Log: Deduplication Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

buildbot success in on tomcat-trunk

2016-02-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1109 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1732157 - /tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/SecurityConstraint.java

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 13:34:32 2016 New Revision: 1732157 URL: http://svn.apache.org/viewvc?rev=1732157&view=rev Log: Fix line length Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/SecurityConstraint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/descri

svn commit: r1732156 - /tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 13:34:03 2016 New Revision: 1732156 URL: http://svn.apache.org/viewvc?rev=1732156&view=rev Log: Deduplicate Modified: tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java Modified: tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java URL: h

svn commit: r1732149 - /tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/SecurityConstraint.java

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 13:20:17 2016 New Revision: 1732149 URL: http://svn.apache.org/viewvc?rev=1732149&view=rev Log: De-duplication Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/SecurityConstraint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/descrip

Re: svn commit: r1732141 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2016-02-24 Thread Mark Thomas
On 24/02/2016 13:07, r...@apache.org wrote: > Author: remm > Date: Wed Feb 24 13:07:23 2016 > New Revision: 1732141 > > URL: http://svn.apache.org/viewvc?rev=1732141&view=rev > Log: > Fix deduplication. Tx. Mark > > Modified: > tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java >

svn commit: r1732141 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2016-02-24 Thread remm
Author: remm Date: Wed Feb 24 13:07:23 2016 New Revision: 1732141 URL: http://svn.apache.org/viewvc?rev=1732141&view=rev Log: Fix deduplication. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java URL: h

svn commit: r1732134 - in /tomcat/trunk/java/org/apache/catalina: manager/host/HTMLHostManagerServlet.java startup/ContextConfig.java

2016-02-24 Thread remm
Author: remm Date: Wed Feb 24 12:55:49 2016 New Revision: 1732134 URL: http://svn.apache.org/viewvc?rev=1732134&view=rev Log: Javadoc. Modified: tomcat/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

buildbot failure in on tomcat-trunk

2016-02-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1106 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1732118 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpProcessor.java http11/Http11Processor.java http2/StreamProcessor.java

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 12:17:52 2016 New Revision: 1732118 URL: http://svn.apache.org/viewvc?rev=1732118&view=rev Log: Re-order actions so order is consistent across implementations Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java tomcat/trunk/java/org/apache/co

svn commit: r1732093 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 11:59:37 2016 New Revision: 1732093 URL: http://svn.apache.org/viewvc?rev=1732093&view=rev Log: De-duplication Reported by Simian. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteC

[Bug 59062] New: Failed to close the ServletOutputStream connection cleanly

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59062 Bug ID: 59062 Summary: Failed to close the ServletOutputStream connection cleanly Product: Tomcat 7 Version: 7.0.68 Hardware: All OS: Linux St

[Bug 59010] Disabling socketBuffer with "-1" doesn't cause exception on linux

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59010 Remy Maucherat changed: What|Removed |Added Resolution|FIXED |WORKSFORME --- Comment #10 from Remy

[Bug 59010] Disabling socketBuffer with "-1" doesn't cause exception on linux

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59010 Rashmi changed: What|Removed |Added Resolution|WORKSFORME |FIXED --- Comment #9 from Rashmi --- Can you

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

2016-02-24 Thread Bill Barker
jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160224.jar -

svn commit: r1732051 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/storeconfig/ java/org/apache/tomcat/util/ java/org/apache/tomcat/util/net/ webapps/docs/

2016-02-24 Thread remm
Author: remm Date: Wed Feb 24 09:57:14 2016 New Revision: 1732051 URL: http://svn.apache.org/viewvc?rev=1732051&view=rev Log: Port storeconfig fixes from trunk (cookie processor, socket properties, more compact XML output). Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig

svn commit: r1732049 - in /tomcat/trunk/java/org/apache/catalina/manager/host: Constants.java HTMLHostManagerServlet.java

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 09:52:23 2016 New Revision: 1732049 URL: http://svn.apache.org/viewvc?rev=1732049&view=rev Log: De-duplication. Reported by Simian. Modified: tomcat/trunk/java/org/apache/catalina/manager/host/Constants.java tomcat/trunk/java/org/apache/catalina/manager/hos

[Bug 58351] Provide JMX access to server.built and server.number

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58351 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

svn commit: r1732046 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardServer.java java/org/apache/catalina/core/mbeans-descriptors.xml webapps/docs/changelog.xml

2016-02-24 Thread markt
Author: markt Date: Wed Feb 24 09:38:05 2016 New Revision: 1732046 URL: http://svn.apache.org/viewvc?rev=1732046&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58351 Make the server build date and server version number accessible via JMX. Patch provided by Huxing Zhang. Modifie

[Bug 59010] Disabling socketBuffer with "-1" doesn't cause exception on linux

2016-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59010 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REOPENED