svn commit: r1579170 - in /tomcat/trunk: java/org/apache/jasper/compiler/JDTCompiler.java webapps/docs/changelog.xml

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 08:45:02 2014 New Revision: 1579170 URL: http://svn.apache.org/r1579170 Log: (empty) Modified: tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java tomcat/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1579171 - in /tomcat/tc7.0.x/trunk: java/org/apache/jasper/compiler/JDTCompiler.java webapps/docs/changelog.xml

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 08:46:32 2014 New Revision: 1579171 URL: http://svn.apache.org/r1579171 Log: Make default Java version for JSPs Java 6 Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/JDTCompiler.java tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1579174 - in /tomcat/trunk: ./ java/org/apache/jasper/compiler/ res/ide-support/eclipse/ res/ide-support/netbeans/ res/maven/ webapps/docs/

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 08:53:49 2014 New Revision: 1579174 URL: http://svn.apache.org/r1579174 Log: Update JDT to P20140317-1600 to add Java 8 support and enable 1.8 as a valid option for source and target JVM versions for JSPs. Modified: tomcat/trunk/build.properties.default

svn commit: r1579176 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/ res/ide-support/eclipse/ res/maven/ webapps/docs/

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 08:56:45 2014 New Revision: 1579176 URL: http://svn.apache.org/r1579176 Log: Update JDT to P20140317-1600 to add Java 8 support and enable 1.8 as a valid option for source and target JVM versions for JSPs. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1579177 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 09:06:34 2014 New Revision: 1579177 URL: http://svn.apache.org/r1579177 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

JDK 8 Update 20 build 05 JDK 7 Update 60 build 10 are available on java.net

2014-03-19 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen, Mark Reinhold announced yesterday JDK 8: General Availability here http://mreinhold.org/blog/jdk8-ga http://mreinhold.org/blog/jdk8-gaJDK 8 u20 Build 05 Early Access Build is now available for download http://jdk8.java.net/download.html test. JDK 7 u60 Build 10 Early Access Build

[Bug 56265] Unexpected escaping in the values of dynamic tag attributes containing EL expressions

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 --- Comment #9 from Mark Thomas ma...@apache.org --- I've spent the morning reviewing this issue and the various related issues. I'm now convinced that Konstantin's v2 patch was correct and that the test changes in the v4 are also correct.

[Bug 56283] New: Add support for Java 8 to Jasper

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Bug ID: 56283 Summary: Add support for Java 8 to Jasper Product: Tomcat 8 Version: 8.0.3 Hardware: PC Status: NEW Severity: enhancement Priority: P2

[Bug 56283] Add support for Java 8 to Jasper

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r1579214 - in /tomcat/trunk: java/org/apache/jasper/compiler/ test/org/apache/jasper/compiler/ test/webapp/WEB-INF/tags/ test/webapp/bug5nnnn/ webapps/docs/

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 12:41:34 2014 New Revision: 1579214 URL: http://svn.apache.org/r1579214 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 Do not escape values of dynamic tag attributes containing EL expressions Patch by kkolinko Added:

[Bug 56265] Unexpected escaping in the values of dynamic tag attributes containing EL expressions

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 --- Comment #10 from Mark Thomas ma...@apache.org --- Fixed in 8.0.x for 8.0.4 onwards. -- You are receiving this mail because: You are the assignee for the bug. - To

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

2014-03-19 Thread kkolinko
Author: kkolinko Date: Wed Mar 19 12:43:37 2014 New Revision: 1579215 URL: http://svn.apache.org/r1579215 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Add issue number for r1579174 Modified: tomcat/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1579218 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/ test/org/apache/jasper/compiler/ test/webapp-3.0/WEB-INF/tags/ test/webapp-3.0/bug5nnnn/ webapps/docs/

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 12:53:03 2014 New Revision: 1579218 URL: http://svn.apache.org/r1579218 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 Do not escape values of dynamic tag attributes containing EL expressions Patch by kkolinko Added:

Re: svn commit: r1579170 - in /tomcat/trunk: java/org/apache/jasper/compiler/JDTCompiler.java webapps/docs/changelog.xml

2014-03-19 Thread Konstantin Kolinko
2014-03-19 12:45 GMT+04:00 ma...@apache.org: Author: markt Date: Wed Mar 19 08:45:02 2014 New Revision: 1579170 URL: http://svn.apache.org/r1579170 Log: (empty) 1. An empty svn log message 2. The fix is OK, but I wonder how to better describe it in the changelog. According to

svn propchange: r1579170 - svn:log

2014-03-19 Thread markt
Author: markt Revision: 1579170 Modified property: svn:log Modified: svn:log at Wed Mar 19 13:38:48 2014 -- --- svn:log (original) +++ svn:log Wed Mar 19 13:38:48 2014 @@ -0,0 +1 @@ +Make default Java version for JSPs

Re: svn commit: r1579170 - in /tomcat/trunk: java/org/apache/jasper/compiler/JDTCompiler.java webapps/docs/changelog.xml

2014-03-19 Thread Mark Thomas
On 19/03/2014 13:03, Konstantin Kolinko wrote: 2014-03-19 12:45 GMT+04:00 ma...@apache.org: Author: markt Date: Wed Mar 19 08:45:02 2014 New Revision: 1579170 URL: http://svn.apache.org/r1579170 Log: (empty) 1. An empty svn log message Fixed. 2. The fix is OK, but I wonder how to

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

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 13:51:27 2014 New Revision: 1579230 URL: http://svn.apache.org/r1579230 Log: whitespace police Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1579232 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 13:57:29 2014 New Revision: 1579232 URL: http://svn.apache.org/r1579232 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Time for 8.0.4

2014-03-19 Thread Mark Thomas
On 17/03/2014 15:08, Mark Thomas wrote: On 17/03/2014 14:42, Konstantin Kolinko wrote: 2014-03-17 16:19 GMT+04:00 Mark Thomas ma...@apache.org: Hi, It has been a while since 8.0.3 and the change log is looking rather long. I've a few things left I want to look at but I expect to be in a

Re: Time for 8.0.4

2014-03-19 Thread Christopher Schultz
Konstantin, On 3/18/14, 4:11 PM, Konstantin Kolinko wrote: 2014-03-18 23:46 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: Mark, On 3/17/14, 8:19 AM, Mark Thomas wrote: It has been a while since 8.0.3 and the change log is looking rather long. I've a few things left I want to

[Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56027 --- Comment #10 from Christopher Schultz ch...@christopherschultz.net --- We need a tcnative release before Tomcat itself can be patched. If you grab the current tcnative 1.1.x branch, it will have what you need. If you then apply this

[Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56027 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Attachment #31226|0

[Bug 56281] Parallel deployment with Ant deploy task

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 --- Comment #8 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Joqus from comment #3) The code I am using target name=tomcat.deploy deploy url=http://localhost:8080/manager/text; username=${deploy.user}

svn commit: r1579251 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/jasper/ java/org/apache/jasper/compiler/ webapps/docs/

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 15:04:07 2014 New Revision: 1579251 URL: http://svn.apache.org/r1579251 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56208 Restore validateXml option in Jasper. Motivation: It is mentioned in documentation and some users complained on removal of this

[Bug 56208] validateXml attribute is missing in jasper Ant Task (JspC) in 6.0.39, 7.0.52

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56208 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56265] Unexpected escaping in the values of dynamic tag attributes containing EL expressions

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1579254 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/valves/LocalStrings.properties java/org/apache/catalina/valves/SSLValve.java webapps/docs/changelog.xml

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 15:15:54 2014 New Revision: 1579254 URL: http://svn.apache.org/r1579254 Log: Don't log to standard out in SSLValve. Simplify: s/new String(xxx)/xxx/ Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r1579262 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 15:27:11 2014 New Revision: 1579262 URL: http://svn.apache.org/r1579262 Log: Improve processing of chuck size from chunked headers. Avoid overflow and use a bit shift instead of a multiplication as it is marginally faster. Modified:

svn commit: r1579258 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/javax/servlet/jsp/JspFactory.java java/org/apache/jasper/runtime/PageContextImpl.java webapps/docs/changelog.xml

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 15:20:56 2014 New Revision: 1579258 URL: http://svn.apache.org/r1579258 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56010 Allow to use JspWriter.DEFAULT_BUFFER constant with JspFactory.getPageContext API. Modified: tomcat/tc6.0.x/trunk/

[Bug 56010] JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56010 --- Comment #4 from Mark Thomas ma...@apache.org --- Fixed in 6.0.x for 6.0.40 onwards. -- You are receiving this mail because: You are the assignee for the bug. - To

RE: svn commit: r1579262 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml

2014-03-19 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: svn commit: r1579262 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml Bit-shifting is more than marginally faster than multiplication.

Re: svn commit: r1579262 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml

2014-03-19 Thread Christopher Schultz
Mark, On 3/19/14, 11:27 AM, ma...@apache.org wrote: Author: markt Date: Wed Mar 19 15:27:11 2014 New Revision: 1579262 URL: http://svn.apache.org/r1579262 Log: Improve processing of chuck size from chunked headers. Avoid overflow and use a bit shift instead of a multiplication as it is

[jira] [Commented] (MTOMCAT-174) tomcatConfigurationFilesDirectory is not implemented

2014-03-19 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940688#comment-13940688 ] Romain Manni-Bucau commented on MTOMCAT-174: Side note: in cli

[GUMP@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2014-03-19 Thread Bill Barker
/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140319-native-src.tar.gz -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140319-native-src.tar.gz -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps -Djdt.jar=/srv

[GUMP@vmgump]: Project tomcat-tc7.0.x (in module tomcat-7.0.x) failed

2014-03-19 Thread Bill Barker
-daemon-20140319-native-src.tar.gz -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140319-native-src.tar.gz -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Djdt.jar=/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2

svn commit: r1579364 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_4: ./ build.properties.default

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 19:30:00 2014 New Revision: 1579364 URL: http://svn.apache.org/r1579364 Log: Tag 8.0.4 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_4/ - copied from r1579360, tomcat/trunk/ Modified: tomcat/tc8.0.x/tags/TOMCAT_8_0_4/build.properties.default Modified:

svn commit: r1579368 - in /tomcat/site/trunk: docs/download-connectors.html docs/whichversion.html xdocs/whichversion.xml

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 19:47:53 2014 New Revision: 1579368 URL: http://svn.apache.org/r1579368 Log: Use official Java versions. Be more explicit about what 'and later' means. Add some notes about early access versions. Modified: tomcat/site/trunk/docs/download-connectors.html

svn commit: r4751 [2/2] - in /dev/tomcat/tomcat-8/v8.0.4: ./ bin/ bin/embed/ bin/extras/ src/

2014-03-19 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.4/src/apache-tomcat-8.0.4-src.tar.gz.md5 == --- dev/tomcat/tomcat-8/v8.0.4/src/apache-tomcat-8.0.4-src.tar.gz.md5 (added) +++

[Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56027 --- Comment #12 from Ben Mason ben.ma...@viasat.com --- (In reply to Christopher Schultz from comment #10) We need a tcnative release before Tomcat itself can be patched. If you grab the current tcnative 1.1.x branch, it will have what

[VOTE] Release Apache Tomcat 8.0.4

2014-03-19 Thread Mark Thomas
The proposed Apache Tomcat 8.0.4 release is now available for voting. The main changes since 8.0.3 are: - Update Eclipse JDT compiler to enable full Java 8 support for JSPs in the default configuration - Add new, experimental HTTP and AJP connectors based on NIO2 - Update the default connection

[Bug 56275] Classloader leak in DirContextURLStreamHandler

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56275 --- Comment #1 from Mark Thomas ma...@apache.org --- Hmm. For this to happen an exception would have to be thrown during web application stop that prevented the code that de-registers the associated class loader from being called. 8.0.x is

svn commit: r1579418 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 21:50:13 2014 New Revision: 1579418 URL: http://svn.apache.org/r1579418 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 56275] Classloader leak in DirContextURLStreamHandler

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56275 --- Comment #2 from Mark Thomas ma...@apache.org --- Confirmed. A filter that throws an unchecked exception on destroy can trigger this. This issue has been fixed in 7.0.x. I'll look at putting together a proposal to back-port the changes

svn commit: r1579428 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-03-19 Thread markt
Author: markt Date: Wed Mar 19 22:35:46 2014 New Revision: 1579428 URL: http://svn.apache.org/r1579428 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 56275] Classloader leak in DirContextURLStreamHandler

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56275 --- Comment #3 from Mark Thomas ma...@apache.org --- I've back-ported the fix and tested that it works. The fix has been proposed for 6.0.x. -- You are receiving this mail because: You are the assignee for the bug.

[jira] [Created] (MTOMCAT-265) tomcatConfigurationFilesDirectory is not implemented

2014-03-19 Thread *$^¨%`£
Olivier Lamy (*$^¨%`£) created MTOMCAT-265: -- Summary: tomcatConfigurationFilesDirectory is not implemented Key: MTOMCAT-265 URL: https://issues.apache.org/jira/browse/MTOMCAT-265 Project:

[jira] [Updated] (MTOMCAT-265) tomcatConfigurationFilesDirectory is not implemented

2014-03-19 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-265: --- Fix Version/s: (was: 2.0) 3.0

[GUMP@vmgump]: Project tomcat-tc7.0.x (in module tomcat-7.0.x) failed

2014-03-19 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x has an issue affecting its community integration. This

[GUMP@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2014-03-19 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk has an issue affecting its community integration. This issue