Re: [VOTE] Release Apache Tomcat Native 1.1.30

2014-04-12 Thread Rainer Jung
On 10.04.2014 13:50, Mladen Turk wrote: Version 1.1.30 is bug fixing release with added ECDH if supported by OpenSSL library. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat

[Bug 56397] Establish parallel Maven-based build process

2014-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 --- Comment #1 from Remy Maucherat r...@apache.org --- I don't see how this is doable or useful since the point of maven is to accept its source code structure and componentization. IMO it is either Tomcat switches cleanly to Maven (or

svn commit: r1586857 - in /tomcat/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java webapps/docs/changelog.xml

2014-04-12 Thread remm
Author: remm Date: Sat Apr 12 12:35:04 2014 New Revision: 1586857 URL: http://svn.apache.org/r1586857 Log: Since nobody apparently objects, and with the testsuite passing 100% very reliably, upgrade NIO2 to beta. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

[Bug 56397] Establish parallel Maven-based build process

2014-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 --- Comment #2 from Mark Thomas ma...@apache.org --- This is one of the things discussed at the Tomcat Summit this week. My proposal was to start a multi-module maven project in the sandbox using svn externals to pull in the relevant bits

Re: svn commit: r1586857 - in /tomcat/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java webapps/docs/changelog.xml

2014-04-12 Thread Mark Thomas
On 12/04/2014 06:35, r...@apache.org wrote: Author: remm Date: Sat Apr 12 12:35:04 2014 New Revision: 1586857 URL: http://svn.apache.org/r1586857 Log: Since nobody apparently objects, and with the testsuite passing 100% very reliably, upgrade NIO2 to beta. Great news. Mark

Re: VOTE] Release Apache Tomcat Connectors 1.2.40

2014-04-12 Thread Rainer Jung
On 11.04.2014 15:17, Mladen Turk wrote: Hi, Apache Tomcat Connectors 1.2.40 release candidate is ready for vote at [1]. The build was done using tag [2]. This version is bugfix release, fixing some issues found in version 1.2.39. The VOTE will remain open for at least 48 hours. The

[Bug 56405] New: Directory listings are broken in 8.0.x

2014-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56405 Bug ID: 56405 Summary: Directory listings are broken in 8.0.x Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2

svn commit: r1586890 - in /tomcat/trunk: java/org/apache/jasper/compiler/ELParser.java test/org/apache/jasper/compiler/TestELParser.java test/org/apache/jasper/compiler/TestParser.java test/webapp/bug

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 20:07:54 2014 New Revision: 1586890 URL: http://svn.apache.org/r1586890 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 Correct double backslash escaping in attributes Added: tomcat/trunk/test/webapp/bug5/bug56334.jspx Modified:

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

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 20:15:17 2014 New Revision: 1586891 URL: http://svn.apache.org/r1586891 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 Correct double backslash escaping in attributes Added: tomcat/tc7.0.x/trunk/test/webapp-3.0/bug5/bug56334.jspx -

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

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 20:23:18 2014 New Revision: 1586892 URL: http://svn.apache.org/r1586892 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 56334] Double Backslash Escaping in Attributes

2014-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 --- Comment #4 from Mark Thomas ma...@apache.org --- This has been fixed in 8.0.x for 8.0.6 onwards. This has been fixed in 7.0.x for 7.0.54 onwards. The fix has been proposed for 6.0.x. -- You are receiving this mail because: You are

[Bug 56334] Double Backslash Escaping in Attributes

2014-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|Jasper |Jasper

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

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 20:25:10 2014 New Revision: 1586893 URL: http://svn.apache.org/r1586893 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 56051] FarmWarDeployer sporadically fails with application being serviced

2014-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56051 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

svn commit: r1586894 - in /tomcat/trunk: java/org/apache/tomcat/util/modeler/BaseModelMBean.java webapps/docs/changelog.xml

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 20:43:34 2014 New Revision: 1586894 URL: http://svn.apache.org/r1586894 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56369 Ensure that removing an MBean notification listener reverts all the operations performed when adding an MBean notification

svn commit: r1586895 - /tomcat/trunk/test/webapp/bug5nnnn/bug56334.jspx

2014-04-12 Thread kkolinko
Author: kkolinko Date: Sat Apr 12 20:45:42 2014 New Revision: 1586895 URL: http://svn.apache.org/r1586895 Log: svn:eol-style = native Modified: tomcat/trunk/test/webapp/bug5/bug56334.jspx (props changed) Propchange: tomcat/trunk/test/webapp/bug5/bug56334.jspx

svn commit: r1586896 - /tomcat/tc7.0.x/trunk/test/webapp-3.0/bug5nnnn/bug56334.jspx

2014-04-12 Thread kkolinko
Author: kkolinko Date: Sat Apr 12 20:48:04 2014 New Revision: 1586896 URL: http://svn.apache.org/r1586896 Log: svn:eol-style = native Modified: tomcat/tc7.0.x/trunk/test/webapp-3.0/bug5/bug56334.jspx (props changed) Propchange:

[Bug 56369] BaseModelMBean does not clean-up attributeBroadcaster in removeNotificationListener()

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

svn commit: r1586897 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/modeler/BaseModelMBean.java webapps/docs/changelog.xml

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 20:49:37 2014 New Revision: 1586897 URL: http://svn.apache.org/r1586897 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56369 Ensure that removing an MBean notification listener reverts all the operations performed when adding an MBean notification

svn commit: r1586899 - /tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 20:57:45 2014 New Revision: 1586899 URL: http://svn.apache.org/r1586899 Log: (empty) Modified: tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java Modified: tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java URL:

svn commit: r1586900 - /tomcat/tc7.0.x/trunk/java/org/apache/el/util/ReflectionUtil.java

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 20:58:35 2014 New Revision: 1586900 URL: http://svn.apache.org/r1586900 Log: Return exact match as soon as it is found. Note without the change the same method is returned it just takes a little longer Modified:

[Bug 55483] ELException when object has overloaded methods

2014-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55483 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn propchange: r1586899 - svn:log

2014-04-12 Thread kkolinko
Author: kkolinko Revision: 1586899 Modified property: svn:log Modified: svn:log at Sat Apr 12 21:09:12 2014 -- --- svn:log (original) +++ svn:log Sat Apr 12 21:09:12 2014 @@ -0,0 +1,2 @@ +Fix

svn propchange: r1586900 - svn:log

2014-04-12 Thread kkolinko
Author: kkolinko Revision: 1586900 Modified property: svn:log Modified: svn:log at Sat Apr 12 21:09:57 2014 -- --- svn:log (original) +++ svn:log Sat Apr 12 21:09:57 2014 @@ -1 +1,2 @@ +Fix

svn commit: r1586901 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 21:13:38 2014 New Revision: 1586901 URL: http://svn.apache.org/r1586901 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56405 Restore directory listings Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified:

[Bug 56405] Directory listings are broken in 8.0.x

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

[Bug 56366] Use case-insensitive matching in StandardJarScanner

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

svn commit: r1586906 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 22:57:17 2014 New Revision: 1586906 URL: http://svn.apache.org/r1586906 Log: Align with 8.0.x to aid future backports Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2014-04-12 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5674 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1586911 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 23:38:54 2014 New Revision: 1586911 URL: http://svn.apache.org/r1586911 Log: Align with 7.0.x Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified:

svn commit: r1586912 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/context/ReplicatedContext.java

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 23:39:35 2014 New Revision: 1586912 URL: http://svn.apache.org/r1586912 Log: Align with 8.0.x and remove unnecessary @SupressWarnings Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/context/ReplicatedContext.java Modified:

Re: Java 8 compatibility for Tomcat 7

2014-04-12 Thread Mark Thomas
On 11/04/2014 06:49, Mark Thomas wrote: On 11/04/2014 00:07, Emmanuel Bourg wrote: Le 11/04/2014 01:19, Mark Thomas a écrit : I spoke with Filip at ApacheCon. This is meant to be an internal API so the refactoring should be safe. I've done the back-port and fixed a handful of IDE warnings

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

2014-04-12 Thread markt
Author: markt Date: Sat Apr 12 23:45:03 2014 New Revision: 1586913 URL: http://svn.apache.org/r1586913 Log: Add proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-04-12 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1855 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1586915 - in /tomcat/tc7.0.x/trunk/test: org/apache/jasper/compiler/TestParser.java webapp-3.0/bug5nnnn/bug56334.jspx

2014-04-12 Thread markt
Author: markt Date: Sun Apr 13 01:24:15 2014 New Revision: 1586915 URL: http://svn.apache.org/r1586915 Log: Fix some issues back-porting the bug 56334 test case Modified: tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestParser.java

svn commit: r1586916 - /tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java

2014-04-12 Thread markt
Author: markt Date: Sun Apr 13 01:25:03 2014 New Revision: 1586916 URL: http://svn.apache.org/r1586916 Log: Remove debug code Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java URL:

[Bug 56390] Tomcat keeps jar files in app/WEB-INF/lib opened and app cannot be fully undeployed

2014-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56390 --- Comment #7 from Mark Thomas ma...@apache.org --- Looking at this with YourKit the proposed patch (modified as suggested by Konstantin) addresses 2 out of the 4 open file issues I am seeing with lsof. I want to see if I can find the

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-04-12 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1856 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

buildbot failure in ASF Buildbot on tomcat-trunk

2014-04-12 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5676 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56406] New: VirtualDirContext.setExtraResourcePaths incorrect separator in example semicolon instead comma

2014-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56406 Bug ID: 56406 Summary: VirtualDirContext.setExtraResourcePaths incorrect separator in example semicolon instead comma Product: Tomcat 7 Version: 7.0.52 Hardware: All

buildbot success in ASF Buildbot on tomcat-trunk

2014-04-12 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5677 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build