Bug report for Tomcat 8 [2017/03/26]

2017-03-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2017/03/26]

2017-03-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2017/03/26]

2017-03-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2017/03/26]

2017-03-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2017/03/26]

2017-03-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1788732 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 14:53:44 2017 New Revision: 1788732 URL: http://svn.apache.org/viewvc?rev=1788732=rev Log: Fix typos Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

[Bug 60911] NullpointerException in CoyoteAdapter.parseSessionSslId when using secure="true" on ajp-Connector

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

svn commit: r1788745 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 16:29:08 2017 New Revision: 1788745 URL: http://svn.apache.org/viewvc?rev=1788745=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60911 Ensure NPE will not be thrown when looking for SSL session ID. Based on a patch by Didier Gutacker. Modified:

svn commit: r1788747 - /tomcat/trunk/webapps/docs/changelog.xml

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 16:39:32 2017 New Revision: 1788747 URL: http://svn.apache.org/viewvc?rev=1788747=rev Log: Fix typos Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

Re: svn commit: r1788741 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2017-03-26 Thread Violeta Georgieva
Hi, 2017-03-26 21:27 GMT+03:00 Martin Grigorov : > > Hi Violeta, > > On Sun, Mar 26, 2017 at 6:21 PM, wrote: > > > Author: violetagg > > Date: Sun Mar 26 16:21:03 2017 > > New Revision: 1788741 > > > > URL: http://svn.apache.org/viewvc?rev=1788741=rev

svn commit: r1788767 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 19:07:21 2017 New Revision: 1788767 URL: http://svn.apache.org/viewvc?rev=1788767=rev Log: Call to #toString() is not needed. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

svn commit: r1788749 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 16:45:33 2017 New Revision: 1788749 URL: http://svn.apache.org/viewvc?rev=1788749=rev Log: Fix typos Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.0.x/trunk/

Re: svn commit: r1788741 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2017-03-26 Thread Martin Grigorov
Hi Violeta, On Sun, Mar 26, 2017 at 6:21 PM, wrote: > Author: violetagg > Date: Sun Mar 26 16:21:03 2017 > New Revision: 1788741 > > URL: http://svn.apache.org/viewvc?rev=1788741=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60911 > Ensure NPE will not be

svn commit: r1788765 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 19:05:43 2017 New Revision: 1788765 URL: http://svn.apache.org/viewvc?rev=1788765=rev Log: Call to #toString() is not needed. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

svn commit: r1788764 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 19:04:40 2017 New Revision: 1788764 URL: http://svn.apache.org/viewvc?rev=1788764=rev Log: Call to #toString() is not needed. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified:

svn commit: r1788742 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 16:24:30 2017 New Revision: 1788742 URL: http://svn.apache.org/viewvc?rev=1788742=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60911 Ensure NPE will not be thrown when looking for SSL session ID. Based on a pacth by Didier Gutacker. Modified:

svn commit: r1788746 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 16:36:14 2017 New Revision: 1788746 URL: http://svn.apache.org/viewvc?rev=1788746=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60911 Ensure NPE will not be thrown when looking for SSL session ID. Based on a patch by Didier Gutacker. Modified:

svn commit: r1788754 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java

2017-03-26 Thread markt
Author: markt Date: Sun Mar 26 17:07:24 2017 New Revision: 1788754 URL: http://svn.apache.org/viewvc?rev=1788754=rev Log: Should be tracking max *active* stream ID Found with the h2spec tool written by Moto Ishizawa. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1788753 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2017-03-26 Thread markt
Author: markt Date: Sun Mar 26 17:06:19 2017 New Revision: 1788753 URL: http://svn.apache.org/viewvc?rev=1788753=rev Log: Should be tracking max *active* stream ID Found with the h2spec tool written by Moto Ishizawa. Modified:

svn commit: r1788751 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 16:48:00 2017 New Revision: 1788751 URL: http://svn.apache.org/viewvc?rev=1788751=rev Log: Fix typos Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1788766 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 19:06:32 2017 New Revision: 1788766 URL: http://svn.apache.org/viewvc?rev=1788766=rev Log: Call to #toString() is not needed. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

svn commit: r1788772 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/LocalStrings.properties java/org/apache/coyote/http2/Stream.java

2017-03-26 Thread markt
Author: markt Date: Sun Mar 26 19:31:56 2017 New Revision: 1788772 URL: http://svn.apache.org/viewvc?rev=1788772=rev Log: Additional header validation Found with the h2spec tool written by Moto Ishizawa. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1788771 - in /tomcat/trunk/java/org/apache/coyote/http2: LocalStrings.properties Stream.java

2017-03-26 Thread markt
Author: markt Date: Sun Mar 26 19:31:25 2017 New Revision: 1788771 URL: http://svn.apache.org/viewvc?rev=1788771=rev Log: Additional header validation Found with the h2spec tool written by Moto Ishizawa. Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties

svn commit: r1788741 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 16:21:03 2017 New Revision: 1788741 URL: http://svn.apache.org/viewvc?rev=1788741=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60911 Ensure NPE will not be thrown when looking for SSL session ID. Based on a pacth by Didier Gutacker. Modified:

svn commit: r1788748 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 16:42:47 2017 New Revision: 1788748 URL: http://svn.apache.org/viewvc?rev=1788748=rev Log: Fix typos Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.5.x/trunk/

Re: svn commit: r1788771 - in /tomcat/trunk/java/org/apache/coyote/http2: LocalStrings.properties Stream.java

2017-03-26 Thread Martin Grigorov
Hi Mark, On Sun, Mar 26, 2017 at 9:31 PM, wrote: > Author: markt > Date: Sun Mar 26 19:31:25 2017 > New Revision: 1788771 > > URL: http://svn.apache.org/viewvc?rev=1788771=rev > Log: > Additional header validation > Found with the h2spec tool written by Moto Ishizawa. > >

Bug report for Tomcat Native [2017/03/26]

2017-03-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2017/03/26]

2017-03-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2017/03/26]

2017-03-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1788734 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 15:04:56 2017 New Revision: 1788734 URL: http://svn.apache.org/viewvc?rev=1788734=rev Log: Fix typos Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified:

svn commit: r1788733 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java

2017-03-26 Thread violetagg
Author: violetagg Date: Sun Mar 26 14:56:36 2017 New Revision: 1788733 URL: http://svn.apache.org/viewvc?rev=1788733=rev Log: Fix typos Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Propchange: