svn commit: r1499673 - /tomcat/trunk/java/org/apache/el/MethodExpressionImpl.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 07:57:09 2013 New Revision: 1499673 URL: http://svn.apache.org/r1499673 Log: EL 3.0 Impl Implement new method Modified: tomcat/trunk/java/org/apache/el/MethodExpressionImpl.java Modified: tomcat/trunk/java/org/apache/el/MethodExpressionImpl.java URL: http://sv

svn commit: r1499674 - /tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 07:57:42 2013 New Revision: 1499674 URL: http://svn.apache.org/r1499674 Log: Resolve deprecation warnings now implementation has new method Modified: tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java Modified: tomcat/trunk/test/org/apache/el/TestMet

[Bug 55171] [jsr 356] All server threads become blocked after some websocket testing

2013-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55171 --- Comment #5 from Niki Dokovski --- Looking into stacktrace it seems that http* threads are blocked on a Future.get() call after an attempt to send close message to the peeras a result of an exception. Should we try to have the "future" g

svn commit: r1499691 - /tomcat/trunk/java/javax/el/LambdaExpression.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 09:00:43 2013 New Revision: 1499691 URL: http://svn.apache.org/r1499691 Log: EL 3.0 Add new class Implementation not yet complete - need to do some more research Added: tomcat/trunk/java/javax/el/LambdaExpression.java (with props) Added: tomcat/trunk/java/jav

svn commit: r1499694 - /tomcat/trunk/java/javax/el/LambdaExpression.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 09:05:20 2013 New Revision: 1499694 URL: http://svn.apache.org/r1499694 Log: Match inconsistency in the spec API Modified: tomcat/trunk/java/javax/el/LambdaExpression.java Modified: tomcat/trunk/java/javax/el/LambdaExpression.java URL: http://svn.apache.org/vi

svn commit: r1499697 - /tomcat/trunk/java/javax/el/ExpressionFactory.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 09:11:11 2013 New Revision: 1499697 URL: http://svn.apache.org/r1499697 Log: EL 3.0 More cosmetic changes to make API diff smaller Modified: tomcat/trunk/java/javax/el/ExpressionFactory.java Modified: tomcat/trunk/java/javax/el/ExpressionFactory.java URL: http

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-04 Thread Olivier Lamy
2013/7/2 Mark Thomas : > The proposed Apache Tomcat 7.0.42 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.42/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-098/ > The

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-04 Thread Mark Thomas
The ASF Jira instance is now running on the 7.0.42 release candidate with no issues so far. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-04 Thread Tony Chemit
On Tue, 02 Jul 2013 10:18:40 +0100 Mark Thomas wrote: [X] Stable - go ahead and release as 7.0.42 Stable Used for our application with no pb, thanks, tony. -- Tony Chemit tél: +33 (0) 2 40 50 29 28 email: che...@codelutin.com http://www.codelutin.com ---

svn commit: r1499726 - in /tomcat/trunk/java/javax/el: ELProcessor.java LocalStrings.properties

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 11:40:22 2013 New Revision: 1499726 URL: http://svn.apache.org/r1499726 Log: EL 3.0 Add new class Added: tomcat/trunk/java/javax/el/ELProcessor.java (with props) Modified: tomcat/trunk/java/javax/el/LocalStrings.properties Added: tomcat/trunk/java/javax/e

EL 3.0 status

2013-07-04 Thread Mark Thomas
You have probably noticed the recent EL 3.0 related commits. The current status of EL 3.0 is: - API (javax.el) signatures changes complete - API implementation complete apart from LambdaExpression - API implementation totally untested - EL (org.apache.el) essentially not started My planned next

svn commit: r1499773 - in /tomcat/trunk/test/javax/el: TestBeanNameELResolver.java TesterBean.java TesterBeanNameResolver.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 14:45:37 2013 New Revision: 1499773 URL: http://svn.apache.org/r1499773 Log: EL 3.0 API Start unit tests for BeanNameELResolver Added: tomcat/trunk/test/javax/el/TestBeanNameELResolver.java (with props) tomcat/trunk/test/javax/el/TesterBean.java (with pr

svn commit: r1499778 - in /tomcat/trunk: java/javax/el/BeanNameELResolver.java test/javax/el/TestBeanNameELResolver.java test/javax/el/TesterBeanNameResolver.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 15:06:21 2013 New Revision: 1499778 URL: http://svn.apache.org/r1499778 Log: More unit tests for BeanNameELResolver and fix an exception handling problem identified by the new tests. Modified: tomcat/trunk/java/javax/el/BeanNameELResolver.java tomcat/trunk/

svn commit: r1499794 - in /tomcat/trunk/test/javax/el: TestBeanNameELResolver.java TesterBeanNameResolver.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 15:47:18 2013 New Revision: 1499794 URL: http://svn.apache.org/r1499794 Log: Add the first of the setValue tests and some plumbing that will be required by future tests. Modified: tomcat/trunk/test/javax/el/TestBeanNameELResolver.java tomcat/trunk/test/java

buildbot failure in ASF Buildbot on tomcat-trunk

2013-07-04 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/4593 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1499832 - /tomcat/trunk/test/javax/el/TestBeanNameELResolver.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 18:03:48 2013 New Revision: 1499832 URL: http://svn.apache.org/r1499832 Log: Fix broken test Modified: tomcat/trunk/test/javax/el/TestBeanNameELResolver.java Modified: tomcat/trunk/test/javax/el/TestBeanNameELResolver.java URL: http://svn.apache.org/viewvc/tom

[Bug 53737] Use ServletContext.getJspConfigDescriptor() in Jasper instead of XML-parsing of merged web.xml

2013-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53737 Jeremy Boynes changed: What|Removed |Added Attachment #30504|0 |1 is obsolete|

buildbot success in ASF Buildbot on tomcat-trunk

2013-07-04 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/4594 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1499845 - in /tomcat/trunk/test/javax/el: TestBeanNameELResolver.java TesterBean.java TesterBeanNameResolver.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 19:26:52 2013 New Revision: 1499845 URL: http://svn.apache.org/r1499845 Log: More unit tests for BeanNameELResolver Modified: tomcat/trunk/test/javax/el/TestBeanNameELResolver.java tomcat/trunk/test/javax/el/TesterBean.java tomcat/trunk/test/javax/el/Tes

svn commit: r1499846 - /tomcat/trunk/test/javax/el/TesterBeanNameResolver.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 19:32:05 2013 New Revision: 1499846 URL: http://svn.apache.org/r1499846 Log: Fix copy/paste error Modified: tomcat/trunk/test/javax/el/TesterBeanNameResolver.java Modified: tomcat/trunk/test/javax/el/TesterBeanNameResolver.java URL: http://svn.apache.org/viewv

svn commit: r1499848 - in /tomcat/trunk: java/javax/el/BeanNameELResolver.java java/javax/el/LocalStrings.properties test/javax/el/TestBeanNameELResolver.java test/javax/el/TesterBeanNameResolver.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 19:43:22 2013 New Revision: 1499848 URL: http://svn.apache.org/r1499848 Log: More unit tests for BeanNameELResolver and fix a missing exception when trying to write to a read-only bean Modified: tomcat/trunk/java/javax/el/BeanNameELResolver.java tomcat/trun

svn commit: r1499849 - in /tomcat/trunk: java/javax/el/BeanNameELResolver.java test/javax/el/TestBeanNameELResolver.java test/javax/el/TesterBeanNameResolver.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 19:55:19 2013 New Revision: 1499849 URL: http://svn.apache.org/r1499849 Log: More unit tests for BeanNameELResolver and fix another exception handling problem identified by the new tests. Also fix a problem found with setValue where the context's isResolved propert

svn commit: r1499854 - in /tomcat/trunk: java/javax/el/BeanNameELResolver.java test/javax/el/TestBeanNameELResolver.java

2013-07-04 Thread markt
Author: markt Date: Thu Jul 4 20:15:35 2013 New Revision: 1499854 URL: http://svn.apache.org/r1499854 Log: More unit tests for BeanNameELResolver and fix another exception handling problem identified by the new tests. Also fix a problem found with setType where it always returned null. Modifie

[Bug 55198] New: Quote entity in html element attribute evaluated in tagx if attribute contains EL expression

2013-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55198 Bug ID: 55198 Summary: Quote entity in html element attribute evaluated in tagx if attribute contains EL expression Product: Tomcat 7 Version: 7.0.41 Hardware: PC