[Bug 60045] proxy blocks the startup web page

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60045 Chuck Caldarale changed: What|Removed |Added Resolution|FIXED |INVALID -- You are receiving this m

[Bug 60045] proxy blocks the startup web page

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60045 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60045] New: proxy blocks the startup web page

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60045 Bug ID: 60045 Summary: proxy blocks the startup web page Product: Tomcat 7 Version: 7.0.68 Hardware: PC Status: NEW Severity: normal Priority: P2 Com

[Bug 60041] NPE in WebappClassLoaderBase

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60041 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1757754 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2016-08-25 Thread markt
Author: markt Date: Thu Aug 25 20:59:58 2016 New Revision: 1757754 URL: http://svn.apache.org/viewvc?rev=1757754&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60041 Better error message if a JAR is deleted while a web application is running. Note: Deleting a JAR while the appli

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #7 from Mark Thomas

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Christopher Schultz changed: What|Removed |Added Resolution|WORKSFORME |--- Status|RESOLVED

[Bug 60035] java.io.IOException: Too many open files

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60035 --- Comment #3 from Mark Thomas --- Thanks for tracking down which version this appeared in. I'll take a look at the diff between the two tags. I agree that the change you highlight is a good place to start. -- You are receiving this mail bec

buildbot failure in on tomcat-8-trunk

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

svn commit: r1757732 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java webapps/docs/changelog.xml

2016-08-25 Thread markt
Author: markt Date: Thu Aug 25 16:49:57 2016 New Revision: 1757732 URL: http://svn.apache.org/viewvc?rev=1757732&view=rev Log: OpenSSl now disables 3DES by default so reflect this when using OpenSSL syntax to select ciphers Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse

svn commit: r1757730 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java webapps/docs/changelog.xml

2016-08-25 Thread markt
Author: markt Date: Thu Aug 25 16:45:56 2016 New Revision: 1757730 URL: http://svn.apache.org/viewvc?rev=1757730&view=rev Log: OpenSSl now disables 3DES by default so reflect this when using OpenSSL syntax to select ciphers Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.

svn commit: r1757727 - in /tomcat/trunk: java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java webapps/docs/changelog.xml

2016-08-25 Thread markt
Author: markt Date: Thu Aug 25 16:44:38 2016 New Revision: 1757727 URL: http://svn.apache.org/viewvc?rev=1757727&view=rev Log: (empty) Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java tomcat/trunk/webapps/docs/changelog.xml Mod

svn commit: r1757722 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java

2016-08-25 Thread markt
Author: markt Date: Thu Aug 25 16:10:17 2016 New Revision: 1757722 URL: http://svn.apache.org/viewvc?rev=1757722&view=rev Log: OpenSSL has moved 3DES to disabled by default Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java Modified:

svn commit: r1757688 - in /tomcat/tc8.0.x/trunk: test/webapp/WEB-INF/test.tld webapps/docs/changelog.xml

2016-08-25 Thread markt
Author: markt Date: Thu Aug 25 13:45:12 2016 New Revision: 1757688 URL: http://svn.apache.org/viewvc?rev=1757688&view=rev Log: ws police Modified: tomcat/tc8.0.x/trunk/test/webapp/WEB-INF/test.tld tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/test/webapp/

svn commit: r1757685 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java webapps/docs/changelog.xml

2016-08-25 Thread markt
Author: markt Date: Thu Aug 25 13:40:46 2016 New Revision: 1757685 URL: http://svn.apache.org/viewvc?rev=1757685&view=rev Log: Small logging optimization Patch provided by Svetlin Zarev Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/htt

svn commit: r1757684 - in /tomcat/trunk: java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java webapps/docs/changelog.xml

2016-08-25 Thread markt
Author: markt Date: Thu Aug 25 13:38:28 2016 New Revision: 1757684 URL: http://svn.apache.org/viewvc?rev=1757684&view=rev Log: Small logging optimization Patch provided by Svetlin Zarev Modified: tomcat/trunk/java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java tomcat/trunk/webapp

svn commit: r1757683 - in /tomcat/tc8.5.x/trunk: test/webapp/WEB-INF/test.tld webapps/docs/changelog.xml

2016-08-25 Thread markt
Author: markt Date: Thu Aug 25 13:36:27 2016 New Revision: 1757683 URL: http://svn.apache.org/viewvc?rev=1757683&view=rev Log: ws police Modified: tomcat/tc8.5.x/trunk/test/webapp/WEB-INF/test.tld tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/test/webapp/

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

2016-08-25 Thread Bill Barker
mons/daemon/dist/bin/commons-daemon-20160825-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-tru

[Bug 60043] suspectTimeout does not work as expected without removeAbandoned="true" which does not match its documentation

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Torsten Krah changed: What|Removed |Added URL||http://tomcat.10.x6.nabble.

[Bug 60043] New: suspectTimeout does not work as expected without removeAbandoned="true" which does not match its documentation

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Bug ID: 60043 Summary: suspectTimeout does not work as expected without removeAbandoned="true" which does not match its documentation Product: Tomcat Modules Ve

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

2016-08-25 Thread Bill Barker
pache-commons/daemon/dist/bin/commons-daemon-20160825-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.

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

2016-08-25 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20160825-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.relaxTiming=true -Dcommons-daemon.jar=/srv/g

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

2016-08-25 Thread Bill Barker
mons/daemon/dist/bin/commons-daemon-20160825-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/pub

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

2016-08-25 Thread Bill Barker
bjenesis/main/target/objenesis-2.5-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160825.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-1.0.2/dest-20160825/bin/openssl -Dexecute.test.nio=false

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

2016-08-25 Thread Bill Barker
lic/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160825-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.relaxTiming=true -Dcommons-

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

2016-08-25 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20160825-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.relaxTiming=true -Dcommons-daemon.jar=/srv/g

[Bug 60041] NPE in WebappClassLoaderBase

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60041 --- Comment #1 from gehui --- Created attachment 34171 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34171&action=edit patch -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 60041] New: NPE in WebappClassLoaderBase

2016-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60041 Bug ID: 60041 Summary: NPE in WebappClassLoaderBase Product: Tomcat 7 Version: trunk Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal

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

2016-08-25 Thread Bill Barker
lic/workspace/apache-commons/beanutils/dist/commons-beanutils-20160825.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-1.4-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.5-