|
[
Permlink
| « Hide
]
tm_jee added a comment - 14/Jul/07 10:07 PM
there's an upgrade guide written by Jesse at http://cwiki.apache.org/confluence/display/WW/OGNL+Expression+Compilation
Rainer Hermanns made changes - 18/Jul/07 03:35 AM
tm_jee made changes - 23/Nov/07 09:53 AM
Fixed. Changes are at :-
Adding java/com/opensymphony/xwork/XWorkConstants.java Sending java/com/opensymphony/xwork/util/CompoundRootAccessor.java Sending java/com/opensymphony/xwork/util/ObjectProxyPropertyAccessor.java Sending java/com/opensymphony/xwork/util/OgnlUtil.java Sending test/com/opensymphony/xwork/util/CompoundRootPropertyAccessorTest.java Sending test/com/opensymphony/xwork/util/MyPrimitiveArrayObject.java Transmitting file data ...... Committed revision 1684. Kindly review. Cheers. The ognl expression compilation mode is off by default. By default it will use expression parsing. To turn it on we need to use
<xwork> <parameters> <parameter name="useOgnlEnhancement" value="true" /> </parameters> </xwork> if expression compilation mode failed (throws expression) it will fallback to expression parsing.
tm_jee made changes - 25/Nov/07 09:49 AM
code does not work when feature is enabled...
Lots of failing unit tests... See my additional mail for more information.
Rainer Hermanns made changes - 13/Jun/08 06:06 AM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||