You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2021/04/10 08:42:06 UTC

[struts] branch fix/double_evaluations updated (a7884f9 -> 3fed240)

This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a change to branch fix/double_evaluations
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from a7884f9  revert previous logic to use already existed pattern checkers instead of value evaluator
     add 3fed240  test also success when there is no exclusion or rejection pattern

No new revisions were added by this update.

Summary of changes:
 .../org/apache/struts2/components/Component.java   | 29 +++++----
 .../java/org/apache/struts2/components/Param.java  |  8 ++-
 .../java/org/apache/struts2/components/UIBean.java | 10 +++-
 .../DefaultAcceptedPatternsCheckerTest.java        | 28 +++++++++
 .../DefaultExcludedPatternsCheckerTest.java        | 29 +++++++++
 .../test/java/org/apache/struts2/TestAction.java   | 11 ----
 .../org/apache/struts2/components/UIBeanTest.java  | 53 +++++------------
 .../org/apache/struts2/views/jsp/BeanTagTest.java  | 68 +++++-----------------
 8 files changed, 114 insertions(+), 122 deletions(-)