This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a change to branch fix/double_evaluation_master in repository https://gitbox.apache.org/repos/asf/struts.git.
discard ff04bc8 make results variable translation and stack search like components discard caaed50 decouple translateVariable from findValue discard ec0c752 keep previous test discard 1b2c8ef fix double evaluations This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history. * -- * -- N refs/heads/fix/double_evaluation_master (2ba1a3e) \ O -- O -- O (ff04bc8) Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../opensymphony/xwork2/util/OgnlTextParser.java | 115 ++++++--------------- .../org/apache/struts2/components/Component.java | 55 +++++++--- .../apache/struts2/components/DateTextField.java | 2 +- .../struts2/components/DoubleListUIBean.java | 16 +-- .../struts2/components/InputTransferSelect.java | 14 +-- .../struts2/components/OptionTransferSelect.java | 36 +++---- .../java/org/apache/struts2/components/UIBean.java | 12 +-- .../org/apache/struts2/result/StreamResult.java | 7 +- .../apache/struts2/result/StrutsResultSupport.java | 39 ------- .../org/apache/struts2/util/ComponentUtils.java | 33 +----- .../struts2/views/jsp/StrutsBodyTagSupport.java | 14 ++- .../xwork2/util/TextParseUtilTest.java | 77 ++------------ .../xwork2/validator/URLValidatorTest.java | 4 +- .../org/apache/struts2/components/UIBeanTest.java | 62 +---------- .../apache/struts2/result/StreamResultTest.java | 32 ------ .../org/apache/struts2/util/StrutsUtilTest.java | 4 +- .../apache/struts2/views/jsp/ui/TextfieldTest.java | 4 +- .../apache/struts2/views/jsp/ui/Textfield-5.txt | 2 +- 18 files changed, 128 insertions(+), 400 deletions(-)