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 7064c53f5 Merge pull request #620 from apache/WW-3529-named-pattern
add c41f05fe6 WW-3737 Allows to define a custom separator used to split
patterns
new 79d6c07a5 Merge pull request #621 from apache/WW-3737-custom-separator
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:
.../com/opensymphony/xwork2/XWorkTestCase.java | 31 ++--
.../opensymphony/xwork2/inject/ContainerImpl.java | 175 +++++++++------------
.../java/org/apache/struts2/StrutsConstants.java | 3 +
.../apache/struts2/dispatcher/InitOperations.java | 37 +++--
.../struts2/dispatcher/InitOperationsTest.java | 86 ++++++++++
5 files changed, 202 insertions(+), 130 deletions(-)
create mode 100644
core/src/test/java/org/apache/struts2/dispatcher/InitOperationsTest.java