[Bug 60497] New: JSP custom tags returned to the tag pools to be reused without executing the doEndTag method

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60497 Bug ID: 60497 Summary: JSP custom tags returned to the tag pools to be reused without executing the doEndTag method Product: Tomcat 8 Version: 8.5.5 Hardware: PC

svn commit: r1774891 - /tomcat/trunk/webapps/docs/security-howto.xml

2016-12-18 Thread mgrigorov
Author: mgrigorov Date: Sun Dec 18 14:26:45 2016 New Revision: 1774891 URL: http://svn.apache.org/viewvc?rev=1774891=rev Log: Fix typos Modified: tomcat/trunk/webapps/docs/security-howto.xml Modified: tomcat/trunk/webapps/docs/security-howto.xml URL:

[Bug 60493] Logger without handler don't use root handler

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60493 Damien Tacheron changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 60493] Logger without handler don't use root handler

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60493 --- Comment #1 from Damien Tacheron --- JDK 1.7.0_79 I'm not sure of my diagnostic as i found this : private volatile boolean useParentHandlers = true; in java.util.logging.Logger and JULI DirectJDKLog simply delegates to

[Bug 60493] New: Logger without handler don't use root handler

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60493 Bug ID: 60493 Summary: Logger without handler don't use root handler Product: Tomcat 7 Version: 7.0.67 Hardware: All OS: All Status: NEW Severity:

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #7 from Emmanuel Bourg --- A simple workaround would be to use the default JRE in Ubuntu 16.04 (OpenJDK 8) to run Tomcat. The issue is that the tomcat package in Ubuntu (and Debian too) allows the use of Java 7,

svn commit: r1774869 - /tomcat/trunk/java/org/apache/jasper/xmlparser/

2016-12-18 Thread markt
Author: markt Date: Sun Dec 18 09:39:18 2016 New Revision: 1774869 URL: http://svn.apache.org/viewvc?rev=1774869=rev Log: Remove deprecated and (now) unused XML parser. Removed: tomcat/trunk/java/org/apache/jasper/xmlparser/

svn commit: r1774868 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/compiler/ java/org/apache/jasper/security/ java/org/apache/jasper/xmlparser/ test/org/apache/jasper/compiler/ test/webapp/jsp

2016-12-18 Thread markt
Author: markt Date: Sun Dec 18 09:36:47 2016 New Revision: 1774868 URL: http://svn.apache.org/viewvc?rev=1774868=rev Log: Implement a simpler JSP file encoding detector that delegates XML prolog encoding detection to the JRE rather than using a custom XML parser. Added:

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

2016-12-18 Thread markt
Author: markt Date: Sun Dec 18 09:35:43 2016 New Revision: 1774867 URL: http://svn.apache.org/viewvc?rev=1774867=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1774866 - in /tomcat/tc8.5.x/trunk: java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java webapps/docs/changelog.xml

2016-12-18 Thread markt
Author: markt Date: Sun Dec 18 09:08:06 2016 New Revision: 1774866 URL: http://svn.apache.org/viewvc?rev=1774866=rev Log: Fix edge case spotted investigating CI test failures. Correctly handle blocking WebSocket writes when the write times out just before the write is attempted. Modified:

svn commit: r1774865 - in /tomcat/tc8.5.x/trunk: ./ build.properties.default

2016-12-18 Thread markt
Author: markt Date: Sun Dec 18 09:07:23 2016 New Revision: 1774865 URL: http://svn.apache.org/viewvc?rev=1774865=rev Log: Run the unit tests will default setting for the shared selector Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.properties.default

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #6 from Mark Thomas --- Tomcat 7 should be built with Java 6 with only the WebSocket module built with Java 7. You are best going though the Ubuntu community for issues with the Ubuntu packaging. -- You are

svn commit: r1774858 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2016-12-18 Thread markt
Author: markt Date: Sun Dec 18 08:49:55 2016 New Revision: 1774858 URL: http://svn.apache.org/viewvc?rev=1774858=rev Log: Fix checkstyle issues Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.xml URL:

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #5 from Pablo Pazos --- It was reported on many places that for Ubuntu 16.04 Tomcat7 was build with Java8 while the docs said that it should be compatible with Java7: