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 ea124a475 Merge pull request #732 from apache/WW-5334-fix-cyclic add 298eefe8c WW-5331 Uses proper signature of get() add 5aa1d076b Increases wait time to avoid failing test add e1a80789f WW-5331 Covers new logic with tests add e8287ddee WW-5331 Adds missing header with licence add 710ec2edb WW-5331 Adds tests covering ApplicationMap add 4a678f6bb WW-5331 Adds missing @Override annotations new f31ba637c Merge pull request #727 from apache/fix/WW-5331-proper-get 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: .../apache/struts2/dispatcher/ApplicationMap.java | 13 +-- .../org/apache/struts2/dispatcher/RequestMap.java | 8 +- .../org/apache/struts2/views/jsp/TagUtils.java | 4 +- .../struts2/dispatcher/ApplicationMapTest.java | 93 ++++++++++++++++++++++ .../apache/struts2/dispatcher/RequestMapTest.java | 93 ++++++++++++++++++++++ .../exec/StrutsBackgroundProcessTest.java | 2 +- .../struts2/portlet/PortletApplicationMap.java | 16 ++-- .../apache/struts2/portlet/PortletRequestMap.java | 3 + .../apache/struts2/portlet/PortletSessionMap.java | 2 +- 9 files changed, 217 insertions(+), 17 deletions(-) create mode 100644 core/src/test/java/org/apache/struts2/dispatcher/ApplicationMapTest.java create mode 100644 core/src/test/java/org/apache/struts2/dispatcher/RequestMapTest.java