Re: [VOTE] Release Apache Tomcat 8.0.3

2014-02-10 Thread Rémy Maucherat
2014-02-07 19:16 GMT+01:00 Mark Thomas ma...@apache.org: The proposed 8.0.3 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.0.3 (alpha) [X] Beta - go ahead and release as 8.0.3 (beta) [ ] Stable - go ahead and release as 8.0.3 (stable) Rémy

[Bug 56124] New: A simple expression like ${active eq 1 and newItem ne 'true'} is throwing an javax.el.ELException: Failed to parse the expression [${activeeq1andnewItemne'true'}] error

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56124 Bug ID: 56124 Summary: A simple expression like ${active eq 1 and newItem ne 'true'} is throwing an javax.el.ELException: Failed to parse the expression

Re: [VOTE] Release Apache Tomcat 8.0.3

2014-02-10 Thread Mark Thomas
On 09/02/2014 23:28, Ognjen Blagojevic wrote: Mark, On 9.2.2014 2:36, Ognjen Blagojevic wrote: I also tried to test my production webapps, which also use DBCP2. However I get a lot of AccessControlExceptions, which I resolved one by one. Now I am stucked with particularly stubborn

[Bug 56124] A simple expression like ${active eq 1 and newItem ne 'true'} is throwing an javax.el.ELException: Failed to parse the expression [${activeeq1andnewItemne'true'}] error

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

[Bug 56029] Ternary operator doesn't work as expected inside attributes in jspx pages

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 Mark Thomas ma...@apache.org changed: What|Removed |Added CC||pans...@ca.com ---

svn commit: r1566536 - /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/DefaultTestCase.java

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 09:17:29 2014 New Revision: 1566536 URL: http://svn.apache.org/r1566536 Log: Cast is no longer necessary with DBCP 2 Modified: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/DefaultTestCase.java Modified:

[Bug 56029] Ternary operator doesn't work as expected inside attributes in jspx pages

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 --- Comment #12 from Santosh pans...@ca.com --- It seems this issue is fixed now. Can anyone advice in which 7.0.x version can I expect the fix to be delivered? -- You are receiving this mail because: You are the assignee for the bug.

Re: Update of PoweredBy

2014-02-10 Thread dahu
Hi You can find the generated screenshot thumbnail of all URL'S here : http://www.fichedepersonnalite.com/bluga/ The check has be done on the original url list (the check wait 30 sec before the screenshot) so there is the 404 in it , but not in the current PowerBy page so let me now the

Re: 7.0.51-dev async test failures (Was: Time for 7.0.51)

2014-02-10 Thread Mark Thomas
On 07/02/2014 13:58, Konstantin Kolinko wrote: 2014-02-07 Konstantin Kolinko knst.koli...@gmail.com: 2014-02-05 Violeta Georgieva violet...@apache.org: Hi, I want to start the release procedure for Tomcat 7.0.51. If you would like to add something to this release please respond to this

[Bug 56029] Ternary operator doesn't work as expected inside attributes in jspx pages

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 --- Comment #13 from Yuvaraju yuvaraju.nata...@ca.com --- (In reply to Santosh from comment #12) It seems this issue is fixed now. Can anyone advice in which 7.0.x version can I expect the fix to be delivered? Santosh, Mark Thomson

Re: [VOTE] Release Apache Tomcat 8.0.3

2014-02-10 Thread Ognjen Blagojevic
Mark, On 10.2.2014 10:07, Mark Thomas wrote: In 8.0.1, I needed to add the following configuration to catalina.policy (sensitive parts removed): permission java.net.SocketPermission (dbserver), resolve; permission java.net.SocketPermission (dbserver):(port), connect,resolve; snip/

[Bug 56125] New: RC10 8.0.1 Regression with Struts2

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56125 Bug ID: 56125 Summary: RC10 8.0.1 Regression with Struts2 Product: Tomcat 8 Version: 8.0.0-RC10 Hardware: PC Status: NEW Severity: regression Priority:

[Bug 56125] RC10 8.0.1 Regression with Struts2

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56125 --- Comment #1 from Joonas Vali joonas.w...@gmail.com --- Created attachment 31298 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31298action=edit Adding src of the attachment -- You are receiving this mail because: You are the

[Bug 56125] RC10 8.0.1 Regression with Struts2

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56125 Joonas Vali joonas.w...@gmail.com changed: What|Removed |Added OS||All ---

Re: [VOTE] Release Apache Tomcat 8.0.3

2014-02-10 Thread Mark Thomas
On 10/02/2014 11:05, Ognjen Blagojevic wrote: Therefore, I guess everything is as you expected in 8.0.3? Better than that, everything is as I had hoped. It looks like my DBCP 2 changes will work for most folks. I expect someone will find an edge case eventually but things are looking good at

Re: [VOTE] Release Apache Tomcat 8.0.3

2014-02-10 Thread Violeta Georgieva
2014-02-07 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.3 release is now available for voting. The main changes since 8.0.2 are: - Fix DBCP build - Update DBCP version to include recent fix for running under a security manager without needed to grant additional permissions

[Bug 56126] New: 8.0.1 Regression with Spring with AspectJ Load-Time Weaving

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56126 Bug ID: 56126 Summary: 8.0.1 Regression with Spring with AspectJ Load-Time Weaving Product: Tomcat 8 Version: 8.0.1 Hardware: PC Status: NEW

svn commit: r1566599 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 12:46:34 2014 New Revision: 1566599 URL: http://svn.apache.org/r1566599 Log: Add missing fix ... / tag Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1566601 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/SocketWrapper.java

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 12:48:06 2014 New Revision: 1566601 URL: http://svn.apache.org/r1566601 Log: Fix regression in previous fix for BZ55996 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/SocketWrapper.java Propchange:

Re: 7.0.51-dev async test failures (Was: Time for 7.0.51)

2014-02-10 Thread Mark Thomas
On 10/02/2014 09:48, Mark Thomas wrote: On 07/02/2014 13:58, Konstantin Kolinko wrote: On reruns this failure reproduces consistently. I can repeat this one on Linux but not Windows. Looking to see which trunk patch I forgot to back-port now. Found and fixed. Mark

svn commit: r1566603 - /tomcat/jk/trunk/xdocs/webserver_howto/apache.xml

2014-02-10 Thread kkolinko
Author: kkolinko Date: Mon Feb 10 12:52:37 2014 New Revision: 1566603 URL: http://svn.apache.org/r1566603 Log: Correct typos Modified: tomcat/jk/trunk/xdocs/webserver_howto/apache.xml Modified: tomcat/jk/trunk/xdocs/webserver_howto/apache.xml URL:

svn commit: r1566622 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 13:42:25 2014 New Revision: 1566622 URL: http://svn.apache.org/r1566622 Log: Restore the ability to use addURL() Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java tomcat/trunk/webapps/docs/changelog.xml Modified:

Re: 7.0.51-dev async test failures (Was: Time for 7.0.51)

2014-02-10 Thread Konstantin Kolinko
2014-02-10 16:50 GMT+04:00 Mark Thomas ma...@apache.org: On 10/02/2014 09:48, Mark Thomas wrote: On 07/02/2014 13:58, Konstantin Kolinko wrote: On reruns this failure reproduces consistently. I can repeat this one on Linux but not Windows. Looking to see which trunk patch I forgot to

Re: 7.0.51-dev async test failures (Was: Time for 7.0.51)

2014-02-10 Thread Mark Thomas
On 10/02/2014 13:43, Konstantin Kolinko wrote: I am still observing the TEST-org.apache.tomcat. websocket.TestWebSocketFrameClient.NIO.txt failure. (3 failures in 3 re-runs) I can't repeat this on Windows, Linix or OSX. Mark

[Bug 56125] RC10 8.0.1 Regression with Struts2

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56125 Mark Thomas ma...@apache.org changed: What|Removed |Added Attachment #31298|text/plain

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

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 14:41:35 2014 New Revision: 1566642 URL: http://svn.apache.org/r1566642 Log: Whitespace police Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1566661 - in /tomcat/trunk: java/org/apache/catalina/webresources/AbstractArchiveResourceSet.java webapps/docs/changelog.xml

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 15:42:05 2014 New Revision: 151 URL: http://svn.apache.org/r151 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56125 Correctly construct the URL for a resource that represents the root of a JAR file. Modified:

[Bug 56125] RC10 8.0.1 Regression with Struts2

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

[Bug 56126] 8.0.1 Regression with Spring with AspectJ Load-Time Weaving

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56126 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All --- Comment #1

Re: [VOTE] Release Apache Tomcat 8.0.3

2014-02-10 Thread Yoav Shapira
On Fri, Feb 7, 2014 at 1:16 PM, Mark Thomas ma...@apache.org wrote: The proposed 8.0.3 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.0.3 (alpha) [ X ] Beta - go ahead and release as 8.0.3 (beta) [ ] Stable - go ahead and release as 8.0.3 (stable) Looking

[Tomcat Wiki] Update of PoweredBy by PierreJean

2014-02-10 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by PierreJean: https://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=473rev2=474 Comment: Step 2 : back some timeout url, clean subpage optimized

Re: [Tomcat Wiki] Update of PoweredBy by PierreJean

2014-02-10 Thread dahu
Le 10/02/2014 16:54, Apache Wiki a écrit : Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by PierreJean: https://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=473rev2=474 Comment: Step 2 :

Re: 7.0.51-dev async test failures (Was: Time for 7.0.51)

2014-02-10 Thread Violeta Georgieva
2014-02-10 Mark Thomas ma...@apache.org: On 10/02/2014 13:43, Konstantin Kolinko wrote: I am still observing the TEST-org.apache.tomcat. websocket.TestWebSocketFrameClient.NIO.txt failure. (3 failures in 3 re-runs) I can't repeat this on Windows, Linix or OSX. I can confirm the

[Bug 56126] 8.0.1 Regression with Spring with AspectJ Load-Time Weaving

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

Re: 7.0.51-dev async test failures (Was: Time for 7.0.51)

2014-02-10 Thread Mark Thomas
On 10/02/2014 17:25, Violeta Georgieva wrote: 2014-02-10 Mark Thomas ma...@apache.org: On 10/02/2014 13:43, Konstantin Kolinko wrote: I am still observing the TEST-org.apache.tomcat. websocket.TestWebSocketFrameClient.NIO.txt failure. (3 failures in 3 re-runs) I can't repeat this on

svn commit: r1566689 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 17:57:55 2014 New Revision: 1566689 URL: http://svn.apache.org/r1566689 Log: Fix failing test by increasing the time to wait for the socket to close. Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified:

Re: 7.0.51-dev async test failures (Was: Time for 7.0.51)

2014-02-10 Thread Mark Thomas
On 10/02/2014 17:43, Mark Thomas wrote: On 10/02/2014 17:25, Violeta Georgieva wrote: 2014-02-10 Mark Thomas ma...@apache.org: On 10/02/2014 13:43, Konstantin Kolinko wrote: I am still observing the TEST-org.apache.tomcat. websocket.TestWebSocketFrameClient.NIO.txt failure. (3 failures

svn commit: r1566692 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 17:58:58 2014 New Revision: 1566692 URL: http://svn.apache.org/r1566692 Log: Correct the comment Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified:

Re: 7.0.51-dev async test failures (Was: Time for 7.0.51)

2014-02-10 Thread Violeta Georgieva
2014-02-10 Mark Thomas ma...@apache.org: On 10/02/2014 17:43, Mark Thomas wrote: On 10/02/2014 17:25, Violeta Georgieva wrote: 2014-02-10 Mark Thomas ma...@apache.org: On 10/02/2014 13:43, Konstantin Kolinko wrote: I am still observing the TEST-org.apache.tomcat.

svn commit: r1566693 - in /tomcat/trunk: build.properties.default build.xml webapps/docs/changelog.xml

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 18:15:49 2014 New Revision: 1566693 URL: http://svn.apache.org/r1566693 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56115 Expose the httpusecaches property of Ant's get task as some users may need to change the default. Based on a suggestion by

svn commit: r1566694 - /tomcat/trunk/build.xml

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 18:16:12 2014 New Revision: 1566694 URL: http://svn.apache.org/r1566694 Log: Working off a Commons Pool release again. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r1566695 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default build.xml webapps/docs/changelog.xml

2014-02-10 Thread markt
Author: markt Date: Mon Feb 10 18:18:12 2014 New Revision: 1566695 URL: http://svn.apache.org/r1566695 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56115 Expose the httpusecaches property of Ant's get task as some users may need to change the default. Based on a suggestion by

[Bug 56115] Need to provide parameters to Ant's get task to reliably download behind firewall and proxy

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

[Bug 56126] 8.0.1 Regression with Spring with AspectJ Load-Time Weaving

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56126 --- Comment #3 from Nick Williams nicho...@nicholaswilliams.net --- Joonas, hopefully this information will help you some: Traditionally, Spring Framework has provided the TomcatInstrumentableClassLoader (which extends Tomcat's standard

svn commit: r1566699 - /tomcat/trunk/build.properties.default

2014-02-10 Thread kkolinko
Author: kkolinko Date: Mon Feb 10 18:46:36 2014 New Revision: 1566699 URL: http://svn.apache.org/r1566699 Log: Followup to r1566695 Correct typo Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

svn commit: r1566700 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default

2014-02-10 Thread kkolinko
Author: kkolinko Date: Mon Feb 10 18:48:36 2014 New Revision: 1566700 URL: http://svn.apache.org/r1566700 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56115 Merged r1566699 from tomcat/trunk: Followup to r1566695 Correct typo Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 56126] 8.0.1 Regression with Spring with AspectJ Load-Time Weaving

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56126 --- Comment #4 from Joonas Vali joonas.w...@gmail.com --- Hi Mark and Nick, Thank you for the detailed explanation, that helps. Our application requires testing different frameworks on many containers. Since the use case with those library

Re: Time for 7.0.51

2014-02-10 Thread Violeta Georgieva
Hi, 2014-02-07 Konstantin Kolinko knst.koli...@gmail.com: 2014-02-05 Violeta Georgieva violet...@apache.org: Hi, I want to start the release procedure for Tomcat 7.0.51. If you would like to add something to this release please respond to this mail. Running testsuite BIO,NIO,APR

Re: [VOTE] Release Apache Tomcat 8.0.3

2014-02-10 Thread Nick Williams
On Feb 7, 2014, at 12:16 PM, Mark Thomas wrote: The proposed Apache Tomcat 8.0.3 release is now available for voting. snip / The proposed 8.0.3 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.0.3 (alpha) [X] Beta - go ahead and release as 8.0.3 (beta)

svn commit: r1566733 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_51: ./ build.properties.default

2014-02-10 Thread violetagg
Author: violetagg Date: Mon Feb 10 20:35:23 2014 New Revision: 1566733 URL: http://svn.apache.org/r1566733 Log: Tag 7.0.51 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_51/ (props changed) - copied from r1566731, tomcat/tc7.0.x/trunk/ Modified:

[Bug 51497] Use canonical IPv6 text representation in logs

2014-02-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497 Ognjen Blagojevic ognjen.d.blagoje...@gmail.com changed: What|Removed |Added Attachment #29924|0 |1