This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
from 4c8cc361d Merge pull request #609 from apache/WW-3691-executor
add 26effbf05 WW-5241 Improves Exec&Wait example in Showcase app
add 415e0fbd4 WW-5241 Ignores calls to append !method when DMI is disabled
add 9dd256017 WW-5241 Adds test cases to cover checking namespace, action
and method names
add 864f51336 WW-5241 Adds test cases to cover DMI when mapping action
new 511ec6210 Merge pull request #611 from apache/WW-5241-exec-and-wait
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:
apps/showcase/src/main/resources/struts-wait.xml | 4 +
.../src/main/webapp/WEB-INF/decorators/main.jsp | 2 +-
.../src/main/webapp/WEB-INF/wait/complete.jsp | 29 ++---
.../dispatch-result.jsp => wait/index.jsp} | 25 ++--
.../showcase/src/main/webapp/WEB-INF/wait/wait.jsp | 68 ++++------
apps/showcase/src/main/webapp/wait/index.html | 53 --------
.../dispatcher/mapper/DefaultActionMapper.java | 37 ++++--
.../dispatcher/mapper/DefaultActionMapperTest.java | 137 ++++++++++++++++++++-
.../apache/struts2/result/PostbackResultTest.java | 5 +-
.../result/ServletActionRedirectResultTest.java | 7 +-
.../struts2/views/jsp/AbstractUITagTest.java | 6 +-
11 files changed, 233 insertions(+), 140 deletions(-)
copy apps/showcase/src/main/webapp/WEB-INF/{dispatcher/dispatch-result.jsp =>
wait/index.jsp} (54%)
delete mode 100644 apps/showcase/src/main/webapp/wait/index.html