buildbot failure in on tomcat-8-trunk

2018-01-10 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/1219 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sc

[Bug 61312] NullPointerException in StatementCache.isCached

2018-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61312 Keiichi Fujino changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1820819 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2018-01-10 Thread kfujino
Author: kfujino Date: Thu Jan 11 01:43:11 2018 New Revision: 1820819 URL: http://svn.apache.org/viewvc?rev=1820819&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61312 Prevent NullPointerException when using the statement cache of connection that has been closed. Modified:

svn commit: r1820818 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2018-01-10 Thread kfujino
Author: kfujino Date: Thu Jan 11 01:42:04 2018 New Revision: 1820818 URL: http://svn.apache.org/viewvc?rev=1820818&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61312 Prevent NullPointerException when using the statement cache of connection that has been closed. Modified:

svn commit: r1820817 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2018-01-10 Thread kfujino
Author: kfujino Date: Thu Jan 11 01:40:06 2018 New Revision: 1820817 URL: http://svn.apache.org/viewvc?rev=1820817&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61312 Prevent NullPointerException when using the statement cache of connection that has been closed. Modified:

svn commit: r1820816 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java webapps/docs/changelog.xml

2018-01-10 Thread kfujino
Author: kfujino Date: Thu Jan 11 01:38:13 2018 New Revision: 1820816 URL: http://svn.apache.org/viewvc?rev=1820816&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61312 Prevent NullPointerException when using the statement cache of connection that has been closed. Modified:

svn commit: r1820792 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-01-10 Thread markt
Author: markt Date: Wed Jan 10 21:13:02 2018 New Revision: 1820792 URL: http://svn.apache.org/viewvc?rev=1820792&view=rev Log: More false positives Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http://svn.a

svn commit: r1820786 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-01-10 Thread markt
Author: markt Date: Wed Jan 10 20:36:05 2018 New Revision: 1820786 URL: http://svn.apache.org/viewvc?rev=1820786&view=rev Log: SpotBugs False positive Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http://sv

svn commit: r1820785 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-01-10 Thread markt
Author: markt Date: Wed Jan 10 20:29:49 2018 New Revision: 1820785 URL: http://svn.apache.org/viewvc?rev=1820785&view=rev Log: Update for past refactoring Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http:

svn commit: r1820781 - in /tomcat/trunk/java/org/apache: catalina/mapper/Mapper.java jasper/compiler/ELParser.java jasper/compiler/JspUtil.java

2018-01-10 Thread markt
Author: markt Date: Wed Jan 10 20:17:12 2018 New Revision: 1820781 URL: http://svn.apache.org/viewvc?rev=1820781&view=rev Log: SpotBugs Potential overflow in averaging (v. unlikely but an easy fix...) Modified: tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java tomcat/trunk/java/org

[Bug 61977] JNDIRealm with SPNEGO, GSSAPI and SRV record fails to find LDAP SPN due to training sname period

2018-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61977 --- Comment #4 from Mark Thomas --- Created attachment 35672 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35672&action=edit Outline patch After some further investigation I have identified a point where we could fix this. I have atta

[Bug 61977] JNDIRealm with SPNEGO, GSSAPI and SRV record fails to find LDAP SPN due to training sname period

2018-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61977 Mark Thomas changed: What|Removed |Added Severity|blocker |enhancement --- Comment #3 from Mark Tho

[Bug 61982] HTTP responses are not compliant with RFC 7230

2018-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61982 --- Comment #2 from Michael Osipov <1983-01...@gmx.net> --- Here is the code snippet for: https://github.com/apache/tomcat85/blob/65209b1a853e642b6db3e2694c56196474677e37/java/org/apache/coyote/http11/Http11OutputBuffer.java#L361-L380 -- You