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
Author: mgrigorov
Date: Sun Dec 18 14:26:45 2016
New Revision: 1774891
URL: http://svn.apache.org/viewvc?rev=1774891&view=rev
Log:
Fix typos
Modified:
tomcat/trunk/webapps/docs/security-howto.xml
Modified: tomcat/trunk/webapps/docs/security-howto.xml
URL:
http://svn.apache.org/viewvc/tomca
https://bz.apache.org/bugzilla/show_bug.cgi?id=60493
Damien Tacheron changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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 JDK loggers
So it se
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: norma
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, it should be restri
Author: markt
Date: Sun Dec 18 09:39:18 2016
New Revision: 1774869
URL: http://svn.apache.org/viewvc?rev=1774869&view=rev
Log:
Remove deprecated and (now) unused XML parser.
Removed:
tomcat/trunk/java/org/apache/jasper/xmlparser/
-
Author: markt
Date: Sun Dec 18 09:36:47 2016
New Revision: 1774868
URL: http://svn.apache.org/viewvc?rev=1774868&view=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:
tomcat/tc8.5.x/t
Author: markt
Date: Sun Dec 18 09:35:43 2016
New Revision: 1774867
URL: http://svn.apache.org/viewvc?rev=1774867&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/
Author: markt
Date: Sun Dec 18 09:08:06 2016
New Revision: 1774866
URL: http://svn.apache.org/viewvc?rev=1774866&view=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:
Author: markt
Date: Sun Dec 18 09:07:23 2016
New Revision: 1774865
URL: http://svn.apache.org/viewvc?rev=1774865&view=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
P
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 receiving this mail be
Author: markt
Date: Sun Dec 18 08:49:55 2016
New Revision: 1774858
URL: http://svn.apache.org/viewvc?rev=1774858&view=rev
Log:
Fix checkstyle issues
Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewv
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:
http://tomcat.apache.org/whichversion.html
The issue is using T
14 matches
Mail list logo