This is an automated email from the ASF dual-hosted git repository.
kusal pushed a change to branch release/struts-6-7-x
in repository https://gitbox.apache.org/repos/asf/struts.git
from 9153228b6 Merge pull request #1192 from apache/fix/nightlies-67x
add 32071c71a WW-5516 Fix TemplateDir and Theme fallback to
Request/Session/Application attributes
new 6a6270f62 Merge pull request #1190 from
apache/WW-5516-fix-temp-theme-fallback
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/struts2/components/UIBean.java | 36 +++++++--
.../org/apache/struts2/views/jsp/TagUtils.java | 6 +-
.../apache/struts2/components/UIBeanTagTest.java | 88 ++++++++++++++++++++++
3 files changed, 121 insertions(+), 9 deletions(-)
create mode 100644
core/src/test/java/org/apache/struts2/components/UIBeanTagTest.java