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 b836072956de79084efae08dee2faa455c229ba7 Merge: bd783a0e1 a358db585 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Jan 28 09:31:40 2024 +0100 Merge pull request #852 from apache/fix/WW-5360-iterator [WW-5360] Introduces additional countStr & indexStr to allow to ignore conversion .../apache/struts2/views/jsp/IteratorStatus.java | 20 +- .../java/com/opensymphony/xwork2/test/User.java | 6 + .../test/java/org/apache/struts2/TestAction.java | 9 + .../struts2/components/IteratorComponentTest.java | 192 ++++++++++++++++++- .../apache/struts2/views/jsp/IteratorTagTest.java | 205 ++++++++++----------- 5 files changed, 314 insertions(+), 118 deletions(-)