Author: kkolinko
Date: Mon Jul 15 21:52:07 2013
New Revision: 1503493
URL: http://svn.apache.org/r1503493
Log:
Followup to r1503469
Correct whitespaces. An integer comparison should be a bit cheaper that
hasNext() call.
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
Modified:
Author: markt
Date: Mon Jul 15 20:51:27 2013
New Revision: 1503469
URL: http://svn.apache.org/r1503469
Log:
EL 3.0 collections operations.
Implement substream and toArray.
Refactor limit to reuse code from substream.
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
tomcat/trun
Author: markt
Date: Mon Jul 15 20:38:21 2013
New Revision: 1503465
URL: http://svn.apache.org/r1503465
Log:
EL 3.0 collections operations.
Implement limit.
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
tomcat/trunk/test/org/apache/el/stream/TestCollectionOperations.java
Mo
Author: kkolinko
Date: Mon Jul 15 20:27:59 2013
New Revision: 1503457
URL: http://svn.apache.org/r1503457
Log:
Minor corrections reviewing r1503386
Modified:
tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.java
Modified: tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.j
Author: markt
Date: Mon Jul 15 20:22:30 2013
New Revision: 1503451
URL: http://svn.apache.org/r1503451
Log:
EL 3.0 collections operations.
Implement peek.
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
tomcat/trunk/test/org/apache/el/stream/TestCollectionOperations.java
Mod
Author: markt
Date: Mon Jul 15 20:11:31 2013
New Revision: 1503448
URL: http://svn.apache.org/r1503448
Log:
EL 3.0 collections operations.
Implement forEach.
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
tomcat/trunk/test/org/apache/el/stream/TestCollectionOperations.java
Author: markt
Date: Mon Jul 15 19:26:07 2013
New Revision: 1503433
URL: http://svn.apache.org/r1503433
Log:
EL 3.0 collections operations.
Implement sorted.
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
tomcat/trunk/java/org/apache/el/stream/StreamELResolverImpl.java
to
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/4692
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Mon Jul 15 18:04:49 2013
New Revision: 1503386
URL: http://svn.apache.org/r1503386
Log:
Fix infinite loop
Modified:
tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.java
Modified: tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.java
URL:
http://svn.a
On 15/07/2013 17:06, Konstantin Kolinko wrote:
> 2013/7/15 :
>> 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/4685
>>
>> Buildbot URL: http://ci.apache.org/
>>
2013/7/15 :
> 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/4685
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubuntu
>
> Build Rea
Author: markt
Date: Mon Jul 15 15:50:23 2013
New Revision: 1503310
URL: http://svn.apache.org/r1503310
Log:
EL 3.0 collections operations.
Implement distinct.
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
tomcat/trunk/test/org/apache/el/stream/TestCollectionOperations.java
Author: markt
Date: Mon Jul 15 15:43:11 2013
New Revision: 1503305
URL: http://svn.apache.org/r1503305
Log:
EL 3.0 collections operations.
Implement flatMap and iterator
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
tomcat/trunk/test/org/apache/el/stream/TestCollectionOpera
https://issues.apache.org/bugzilla/show_bug.cgi?id=55268
Bug ID: 55268
Summary: daemon.sh only waits for 10 seconds
Product: Tomcat 7
Version: 7.0.42
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Author: markt
Date: Mon Jul 15 15:05:03 2013
New Revision: 1503285
URL: http://svn.apache.org/r1503285
Log:
Additional test based on spec example
Modified:
tomcat/trunk/test/org/apache/el/stream/TestCollectionOperations.java
Modified: tomcat/trunk/test/org/apache/el/stream/TestCollectionOper
Author: markt
Date: Mon Jul 15 14:50:45 2013
New Revision: 1503281
URL: http://svn.apache.org/r1503281
Log:
Refactor to reduce duplication
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
Modified: tomcat/trunk/java/org/apache/el/stream/Stream.java
URL:
http://svn.apache.org/vie
Author: markt
Date: Mon Jul 15 14:43:48 2013
New Revision: 1503274
URL: http://svn.apache.org/r1503274
Log:
EL 3.0 collections operations.
Implement map
Modified:
tomcat/trunk/java/org/apache/el/stream/Stream.java
tomcat/trunk/test/org/apache/el/stream/TestCollectionOperations.java
Modif
On 14/07/2013 15:18, Konstantin Kolinko wrote:
> 2013/7/14 Mark Thomas :
>> The parser has now been updated for EL 3.0. The remaining tasks are:
>> 1. Add the implementation to the various new Ast* nodes to implement the
>>new syntax.
>> 2. Implement collections operations
>> 3. Wire up java.el
Author: markt
Date: Mon Jul 15 13:59:51 2013
New Revision: 1503253
URL: http://svn.apache.org/r1503253
Log:
EL 3.0 collections operations.
Implement filter
Modified:
tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.java
tomcat/trunk/java/org/apache/el/stream/Stream.java
tomc
Author: markt
Date: Mon Jul 15 13:16:03 2013
New Revision: 1503230
URL: http://svn.apache.org/r1503230
Log:
Support arrays as well as collections as the source for a Stream
Modified:
tomcat/trunk/java/org/apache/el/stream/StreamELResolverImpl.java
tomcat/trunk/test/org/apache/el/stream/Te
Author: markt
Date: Mon Jul 15 12:58:44 2013
New Revision: 1503217
URL: http://svn.apache.org/r1503217
Log:
Implement first collection operation for EL 3.0.
Added:
tomcat/trunk/java/org/apache/el/stream/
tomcat/trunk/java/org/apache/el/stream/Optional.java (with props)
tomcat/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=55267
--- Comment #2 from Pavel ---
Created attachment 30595
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30595&action=edit
dump
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=55267
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=55144
--- Comment #12 from Mark Thomas ---
Something is setting the timeout to 30 minutes and that something isn't Tomcat.
If Tomcat was using the wrong / old timeout then that would be a Tomcat bug but
I don't see any evidence of that here.
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=55267
Bug ID: 55267
Summary: NIO thread locked
Product: Tomcat 7
Version: 7.0.41
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Conn
Author: markt
Date: Mon Jul 15 11:38:20 2013
New Revision: 1503185
URL: http://svn.apache.org/r1503185
Log:
Use the correct method
Modified:
tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.java
Modified: tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.java
URL:
http://
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/4685
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
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/4684
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Mon Jul 15 10:42:06 2013
New Revision: 1503169
URL: http://svn.apache.org/r1503169
Log:
Create placeholder for next part of EL work.
Modified:
tomcat/trunk/java/org/apache/el/ExpressionFactoryImpl.java
Modified: tomcat/trunk/java/org/apache/el/ExpressionFactoryImpl.java
U
Author: markt
Date: Mon Jul 15 10:41:27 2013
New Revision: 1503168
URL: http://svn.apache.org/r1503168
Log:
Stream resolver not required here - there will be one in the provided context.
Modified:
tomcat/trunk/java/javax/el/StandardELContext.java
Modified: tomcat/trunk/java/javax/el/Standard
Author: markt
Date: Mon Jul 15 10:23:17 2013
New Revision: 1503166
URL: http://svn.apache.org/r1503166
Log:
Recursive test
Modified:
tomcat/trunk/test/org/apache/el/parser/TestAstLambdaExpression.java
Modified: tomcat/trunk/test/org/apache/el/parser/TestAstLambdaExpression.java
URL:
http://
Author: markt
Date: Mon Jul 15 10:10:54 2013
New Revision: 1503162
URL: http://svn.apache.org/r1503162
Log:
Remove duplication
Modified:
tomcat/trunk/java/org/apache/el/Messages.properties
tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.java
Modified: tomcat/trunk/java/org/apa
Author: markt
Date: Mon Jul 15 10:00:59 2013
New Revision: 1503158
URL: http://svn.apache.org/r1503158
Log:
More lambda expression implementation. Handle the case of an expression
assigned to a variable.
Modified:
tomcat/trunk/java/javax/el/LambdaExpression.java
tomcat/trunk/java/javax/e
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/4682
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Mon Jul 15 08:56:35 2013
New Revision: 1503142
URL: http://svn.apache.org/r1503142
Log:
First of what I suspect will be many typos
Modified:
tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.java
Modified: tomcat/trunk/java/org/apache/el/parser/AstLambdaExpressio
On 15/07/2013 09:35, Mark Thomas wrote:
> On 15/07/2013 00:16, Konstantin Kolinko wrote:
>> 3. It would be safer if instead of a generic "is set empty" check we
>> could check that this set was indeed created by our EL. E.g. use some
>> sentinel object.
>
> Yes. I think that is possible. I'll t
On 15/07/2013 00:16, Konstantin Kolinko wrote:
> 2013/7/14 :
>> Author: markt
>> Date: Sun Jul 14 17:57:06 2013
>> New Revision: 1503006
>>
>> URL: http://svn.apache.org/r1503006
>> Log:
>> Special handling to handle the ambiguity of {} which could be an empty Set
>> or an empty Map
> 1. It is o
On 14/07/2013 23:01, Konstantin Kolinko wrote:
> 2013/7/15 :
>> Author: markt
>> Date: Sun Jul 14 21:07:26 2013
>> New Revision: 1503056
>>
>> URL: http://svn.apache.org/r1503056
>> +# AstLambdaExpression
>> +error.args.tooFew=Only [{0}] arguments were provided for a lambda
>> expression that re
Author: markt
Date: Mon Jul 15 08:19:09 2013
New Revision: 1503132
URL: http://svn.apache.org/r1503132
Log:
kkolinko review of r1503056
Modified:
tomcat/trunk/java/org/apache/el/Messages.properties
tomcat/trunk/java/org/apache/el/parser/AstLambdaExpression.java
tomcat/trunk/test/org/a
https://issues.apache.org/bugzilla/show_bug.cgi?id=55144
--- Comment #11 from Pavel ---
I've discovered a strange behavior - even though I set a timeout of 20 sec on
the connector (in server.xml), sometimes it gets here:
att.awaitWriteLatch(writeTimeout,TimeUnit.MILLISECONDS);
With the timeout
https://issues.apache.org/bugzilla/show_bug.cgi?id=55266
Bug ID: 55266
Summary: Trailing slash redirect loses jsessionid attribute
Product: Tomcat 6
Version: 6.0.33
Hardware: Macintosh
Status: NEW
Severity: normal
41 matches
Mail list logo