https://bz.apache.org/bugzilla/show_bug.cgi?id=63791
Bug ID: 63791
Summary: Incomplete response + Exceptions thrown when using NIO
adapter
Product: Tomcat 9
Version: 9.0.26
Hardware: Macintosh
Status: NEW
Author: schultz
Date: Mon Sep 30 17:40:46 2019
New Revision: 1867788
URL: http://svn.apache.org/viewvc?rev=1867788&view=rev
Log:
Update presentations display HTML.
Modified:
tomcat/site/trunk/docs/presentations.html
Modified: tomcat/site/trunk/docs/presentations.html
URL:
http://svn.apache.
markt-asf commented on a change in pull request #209: BZ 63778: Jre7Compat
cannot find getPseudoColumns with zero parameters
URL: https://github.com/apache/tomcat/pull/209#discussion_r329665560
##
File path: java/org/apache/tomcat/util/compat/Jre7Compat.java
##
@@ -32,6 +3
https://bz.apache.org/bugzilla/show_bug.cgi?id=63251
--- Comment #4 from Mark Thomas ---
It would be worth testing with Java 8 u231 when released - it is reported as
fixed in that version.
Meanwhile, you can see if the Spring Boot team is willing to add the workaround
to Boot.
--
You are recei
https://bz.apache.org/bugzilla/show_bug.cgi?id=63251
--- Comment #3 from harri...@gmail.com ---
(In reply to harristr from comment #2)
> The work-around of pre-loading the default FileSystem does not appear to
> solve the problem for logging, or maybe it only reduced the frequency of the
> occurre
Author: csutherl
Date: Mon Sep 30 12:35:23 2019
New Revision: 1867771
URL: http://svn.apache.org/viewvc?rev=1867771&view=rev
Log:
Add slide links for Coty
Modified:
tomcat/site/trunk/xdocs/presentations.xml
Modified: tomcat/site/trunk/xdocs/presentations.xml
URL:
http://svn.apache.org/viewv
https://bz.apache.org/bugzilla/show_bug.cgi?id=63767
--- Comment #10 from Mark Thomas ---
The compiler didn't report it.
The compiler runs with the default -W3 flag. The relevant warning is not shown
unless you run with -W4.
Switching to -W4 generates quite a few warnings. I'm currently reviewi