This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
commit 79d6c07a57bab44c90900a0a5f06a1c0e211ce8c Merge: 7064c53f5 c41f05fe6 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Oct 21 09:23:52 2022 +0200 Merge pull request #621 from apache/WW-3737-custom-separator [WW-3737] Allows to define a custom separator used to split patterns .../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(-)