You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2023/06/28 06:55:58 UTC

[struts] branch master updated (3891a6bc5 -> 7a92cdcbe)

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 3891a6bc5 Merge pull request #693 from atlassian/WW-5314-log-jakarta
     add 97137bd0f WW-5310 Supports fragment in URL
     add 4a85b6c4f WW-5310 Deprecates the old API in favour of new one
     new 7a92cdcbe Merge pull request #692 from apache/WW-5310-fragment

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:
 .../struts2/components/ServletUrlRenderer.java     |  16 +--
 .../struts2/result/ServletDispatcherResult.java    |   7 +-
 .../org/apache/struts2/url/QueryStringParser.java  |  38 ++++++-
 .../struts2/url/StrutsQueryStringParser.java       | 111 +++++++++++++++++----
 .../struts2/url/StrutsQueryStringParserTest.java   |  25 +++--
 5 files changed, 158 insertions(+), 39 deletions(-)


[struts] 01/01: Merge pull request #692 from apache/WW-5310-fragment

Posted by lu...@apache.org.
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 7a92cdcbec642d55670fb732a24fd271587ad32e
Merge: 3891a6bc5 4a85b6c4f
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Wed Jun 28 08:55:46 2023 +0200

    Merge pull request #692 from apache/WW-5310-fragment
    
    [WW-5310] Supports fragment in URL

 .../struts2/components/ServletUrlRenderer.java     |  16 +--
 .../struts2/result/ServletDispatcherResult.java    |   7 +-
 .../org/apache/struts2/url/QueryStringParser.java  |  38 ++++++-
 .../struts2/url/StrutsQueryStringParser.java       | 111 +++++++++++++++++----
 .../struts2/url/StrutsQueryStringParserTest.java   |  25 +++--
 5 files changed, 158 insertions(+), 39 deletions(-)