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/05/16 17:47:00 UTC

[struts] branch master updated (0e85c6349 -> b5e51bcf8)

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 0e85c6349 Merge pull request #683 from gregh3269/WW-5308-min-max-length
     add 73eafddd7 WW-5280 Cleans up NoParameters interfaces
     new b5e51bcf8 Merge pull request #679 from apache/WW-5280-no-params

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:
 .../xwork2/interceptor/NoParameters.java           |   3 +-
 .../interceptor/ParameterRemoverInterceptor.java   | 152 +++++++++------------
 .../{interceptor => action}/NoParameters.java      |   2 +-
 3 files changed, 70 insertions(+), 87 deletions(-)
 rename core/src/main/java/org/apache/struts2/{interceptor => action}/NoParameters.java (96%)


[struts] 01/01: Merge pull request #679 from apache/WW-5280-no-params

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 b5e51bcf8ce806747c09ed17a914aa2c6dc596aa
Merge: 0e85c6349 73eafddd7
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue May 16 19:46:54 2023 +0200

    Merge pull request #679 from apache/WW-5280-no-params
    
    [WW-5280] Cleans up NoParameters interfaces

 .../xwork2/interceptor/NoParameters.java           |   3 +-
 .../interceptor/ParameterRemoverInterceptor.java   | 152 +++++++++------------
 .../{interceptor => action}/NoParameters.java      |   2 +-
 3 files changed, 70 insertions(+), 87 deletions(-)