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/17 09:10:08 UTC

[struts] branch fix/double_evaluations updated (b9c4ec0 -> cd95114)

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 b9c4ec0  make it more backward compatible: check isExcluded and isAccepted only when already evaluated
     add cd95114  refactor `!isExcluded && isAccepted` to a designated method

No new revisions were added by this update.

Summary of changes:
 .../opensymphony/xwork2/interceptor/AliasInterceptor.java  | 14 ++++++++++++--
 .../main/java/org/apache/struts2/components/Component.java | 11 ++++++++++-
 .../src/main/java/org/apache/struts2/components/Param.java |  2 +-
 .../main/java/org/apache/struts2/components/UIBean.java    |  2 +-
 .../main/java/org/apache/struts2/result/StreamResult.java  | 12 +++++++++++-
 5 files changed, 35 insertions(+), 6 deletions(-)