svn commit: r1803618 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/coyote/http11/TestAbstractHttp11Processor.java webapps/docs/changelog.xml

2017-08-01 Thread violetagg
Author: violetagg Date: Tue Aug 1 07:40:26 2017 New Revision: 1803618 URL: http://svn.apache.org/viewvc?rev=1803618=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61086 Merged revision(s) 1803616 from tomcat/trunk: Ensure to explicitly signal an empty request body for HTTP 205

svn commit: r1803621 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/coyote/http11/TestAbstractHttp11Processor.java webapps/docs/changelog.xml

2017-08-01 Thread violetagg
Author: violetagg Date: Tue Aug 1 07:53:11 2017 New Revision: 1803621 URL: http://svn.apache.org/viewvc?rev=1803621=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61086 Merged revision(s) 1803618 from tomcat/tc8.0.x/trunk: Merged revision(s) 1803616 from tomcat/trunk: Ensure to

[Bug 61367] New: NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61367 Bug ID: 61367 Summary: NPE exception in org.apache.catalina.connector.CoyoteAdapter.service Product: Tomcat 7 Version: 7.0.68 Hardware: PC OS: Linux

svn commit: r1803616 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11Processor.java test/org/apache/coyote/http11/TestHttp11Processor.java webapps/docs/changelog.xml

2017-08-01 Thread violetagg
Author: violetagg Date: Tue Aug 1 07:08:36 2017 New Revision: 1803616 URL: http://svn.apache.org/viewvc?rev=1803616=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61086 Ensure to explicitly signal an empty request body for HTTP 205 responses. Additional fix to r1795278. Based on a

buildbot success in on tomcat-trunk

2017-08-01 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/2593 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1803617 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/Http11Processor.java test/org/apache/coyote/http11/TestHttp11Processor.java webapps/docs/changelog.xml

2017-08-01 Thread violetagg
Author: violetagg Date: Tue Aug 1 07:21:49 2017 New Revision: 1803617 URL: http://svn.apache.org/viewvc?rev=1803617=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61086 Merged revision(s) 1803616 from tomcat/trunk: Ensure to explicitly signal an empty request body for HTTP 205

svn commit: r1803619 - /tomcat/trunk/build.xml

2017-08-01 Thread markt
Author: markt Date: Tue Aug 1 07:43:02 2017 New Revision: 1803619 URL: http://svn.apache.org/viewvc?rev=1803619=rev Log: Exclude bug 49464 test files from Checkstyle because they have no header Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

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

2017-08-01 Thread Bill Barker
/commons-beanutils-20170801.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g ump/public/workspace/apache-commons

svn commit: r1803622 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2017-08-01 Thread markt
Author: markt Date: Tue Aug 1 07:59:40 2017 New Revision: 1803622 URL: http://svn.apache.org/viewvc?rev=1803622=rev Log: Avoid NPE Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java URL:

[Bug 61086] Some clients hang when HTTP responses give status 205 Reset Content

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61086 Violeta Georgieva changed: What|Removed |Added Resolution|--- |FIXED

[Bug 61369] Tomcat 8.5.16 vulnerable to CVE-2016-0793

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61369 Brett Schoppert changed: What|Removed |Added OS||Windows Server

Re: Opportunities for cohesion improvement and refatoring

2017-08-01 Thread João Paulo Lemes Machado
Hi Mark. Did you take a look at my suggestion? 2017-07-25 15:33 GMT-03:00 João Paulo Lemes Machado : > Hi Mark, tanks for the comment. > > Let me take the DataSourceProxy as example. > > This class has 142 methods of which 112 are get () and set () methods. > We could

[Bug 61369] New: Tomcat 8.5.16 vulnerable to CVE-2016-0793

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61369 Bug ID: 61369 Summary: Tomcat 8.5.16 vulnerable to CVE-2016-0793 Product: Tomcat 8 Version: 8.5.16 Hardware: PC Status: NEW Severity: critical Priority: P2

svn commit: r1803654 - in /tomcat/site/trunk: docs/migration-85.html xdocs/migration-85.xml

2017-08-01 Thread schultz
Author: schultz Date: Tue Aug 1 15:34:35 2017 New Revision: 1803654 URL: http://svn.apache.org/viewvc?rev=1803654=rev Log: Add note about HTTP reason phrase in Migration Guide. Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/xdocs/migration-85.xml Modified:

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

2017-08-01 Thread Bill Barker
-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20170801-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

[Bug 61364] Stream not closed when detecting encoding of a JSP

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61364 Mark Thomas changed: What|Removed |Added OS||All

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

2017-08-01 Thread Bill Barker
-Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20170801.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20170801/bin/openssl -Dexecute.test.nio=false -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest

svn commit: r1803636 - in /tomcat/trunk: java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2017-08-01 Thread markt
Author: markt Date: Tue Aug 1 12:08:08 2017 New Revision: 1803636 URL: http://svn.apache.org/viewvc?rev=1803636=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61364 Close InputStream to prevent locked files. Modified:

[Bug 61366] "Unable to find [comp]" when attempting to use JNDI datasource for JDBCStore session store

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61366 --- Comment #3 from Mark Thomas --- The patch forces a switch from a global DataSource to a local one. That is going to break configurations for anyone currently using this Store. I think what is required is something

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

2017-08-01 Thread Bill Barker
=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20170801-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

[GitHub] tomcat issue #71: Fix #61366 - Set the TCCL to that of the webapp context in...

2017-08-01 Thread jhorowitz-firedrum
Github user jhorowitz-firedrum commented on the issue: https://github.com/apache/tomcat/pull/71 Modified to include the recommendation from Mark Thomas: https://bz.apache.org/bugzilla/show_bug.cgi?id=61366#c3 --- If your project is set up for it, you can reply to this email and have

[Bug 61366] "Unable to find [comp]" when attempting to use JNDI datasource for JDBCStore session store

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61366 Jonathan Horowitz changed: What|Removed |Added Attachment #35192|0 |1

[Bug 61366] "Unable to find [comp]" when attempting to use JNDI datasource for JDBCStore session store

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61366 --- Comment #5 from Jonathan Horowitz --- Thanks Mark, the patch and PR have been modified to reflect your recommendation. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61367] NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61367 --- Comment #2 from Mark Thomas --- Also, please test with the latest stable 7.0.x release. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61367] NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2017-08-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61367 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment

svn commit: r1803638 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2017-08-01 Thread markt
Author: markt Date: Tue Aug 1 12:10:47 2017 New Revision: 1803638 URL: http://svn.apache.org/viewvc?rev=1803638=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61364 Close InputStream to prevent locked files. Modified: tomcat/tc8.5.x/trunk/ (props changed)