[Bug 62058] New: When file size exceeded in @MultipartConfig, Tomcat returns 500.

2018-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62058 Bug ID: 62058 Summary: When file size exceeded in @MultipartConfig, Tomcat returns 500. Product: Tomcat 8 Version: 8.5.27 Hardware: PC Status: NEW S

[Bug 62054] exception on OpenSSLEngine lead to websocket session closure

2018-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62054 Leandro Gaspar Scanavini changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 62054] exception on OpenSSLEngine lead to websocket session closure

2018-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62054 Leandro Gaspar Scanavini changed: What|Removed |Added OS||All Component|Util

svn commit: r1822582 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpProcessor.java java/org/apache/coyote/http11/Http11Processor.java webapps/docs/changelog.xml

2018-01-29 Thread markt
Author: markt Date: Mon Jan 29 20:25:28 2018 New Revision: 1822582 URL: http://svn.apache.org/viewvc?rev=1822582&view=rev Log: Align AJP and HTTP behaviour when no host information is present - no functional change for AJP - for HTTP use the actual server port rather than the configured value whic

[Bug 62054] New: exception on OpenSSLEngine lead to websocket session closure

2018-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62054 Bug ID: 62054 Summary: exception on OpenSSLEngine lead to websocket session closure Product: Tomcat 9 Version: unspecified Hardware: PC Status: NEW

[Bug 62049] use of unimplemented RequestUtil method in Manager page

2018-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62049 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62049] use of unimplemented RequestUtil method in Manager page

2018-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62049 --- Comment #1 from Remy Maucherat --- The fix will be in Tomcat 9.0.5 and 8.5.28. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

svn commit: r1822526 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/manager/WEB-INF/jsp/404.jsp

2018-01-29 Thread remm
Author: remm Date: Mon Jan 29 15:54:40 2018 New Revision: 1822526 URL: http://svn.apache.org/viewvc?rev=1822526&view=rev Log: 62049: Fix missing escape util class from custom 404 error page. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

svn commit: r1822524 - in /tomcat/trunk/webapps: docs/changelog.xml manager/WEB-INF/jsp/404.jsp

2018-01-29 Thread remm
Author: remm Date: Mon Jan 29 15:49:14 2018 New Revision: 1822524 URL: http://svn.apache.org/viewvc?rev=1822524&view=rev Log: 62049: Fix missing escape util class from custom 404 error page. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/manager/WEB-INF/jsp/404.jsp

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

2018-01-29 Thread markt
Author: markt Date: Mon Jan 29 13:13:49 2018 New Revision: 1822504 URL: http://svn.apache.org/viewvc?rev=1822504&view=rev Log: Refactor the handling of invalid URIs so the ErrorReportValve can be used. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/tru

[Bug 62053] NullPointerException in Http2AsyncUpgradeHandler with Server Push

2018-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62053 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #1 from Remy Mauchera

[Bug 62053] New: NullPointerException in Http2AsyncUpgradeHandler with Server Push

2018-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62053 Bug ID: 62053 Summary: NullPointerException in Http2AsyncUpgradeHandler with Server Push Product: Tomcat 9 Version: 9.0.4 Hardware: PC Status: NEW S

svn commit: r1822499 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/MessageBytes.java test/org/apache/tomcat/util/buf/TestMessageBytes.java webapps/docs/changelog.xml

2018-01-29 Thread markt
Author: markt Date: Mon Jan 29 11:26:33 2018 New Revision: 1822499 URL: http://svn.apache.org/viewvc?rev=1822499&view=rev Log: Ensure that the toString(), toBytes() and toChars() methods of MessageBytes behave consistently and do not throw a NullPointerException both on newly created objects and i

[Bug 62052] upgrade HTTP/2 can't use gzip compress

2018-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62052 Mark Thomas changed: What|Removed |Added OS||All Resolution|---