Author: markt
Date: Sat Sep  1 10:25:51 2012
New Revision: 1379737

URL: http://svn.apache.org/viewvc?rev=1379737&view=rev
Log:
Add a missing reset of the property resolved flag

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/org/apache/el/parser/AstValue.java

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1379735

Modified: tomcat/tc7.0.x/trunk/java/org/apache/el/parser/AstValue.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/el/parser/AstValue.java?rev=1379737&r1=1379736&r2=1379737&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/el/parser/AstValue.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/el/parser/AstValue.java Sat Sep  1 
10:25:51 2012
@@ -129,6 +129,7 @@ public final class AstValue extends Simp
             } else if (i + 1 < propCount) {
                 // Object with property not at end of expression
                 property = this.children[i].getValue(ctx);
+                ctx.setPropertyResolved(false);
                 base = resolver.getValue(ctx, base, property);
                 i++;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to