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
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
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
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
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
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
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
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
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
---
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
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
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
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/
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53737
Jeremy Boynes changed:
What|Removed |Added
Attachment #30504|0 |1
is obsolete|
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
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
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
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
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
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
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
24 matches
Mail list logo