You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/06/03 19:37:26 UTC

[sling-org-apache-sling-servlet-helpers] branch master updated (fed7c42 -> c560996)

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlet-helpers.git.


    from fed7c42  Fixed typo on getStatusMessage()
     add 84f8fce  Added support for simulating HTML forms (including file uploads) to the requestParameter handling.
     add 50dcd58  Fixed code smells detected by SonarCloud.
     add 3975b76  Actioned a couple of the requested changes: 1) Reformatted to use spaces instead of tabs 2) Consolidated some repeated code into a helper function (which also fixed a bug) 3) Added Javadocs to the new public methods.
     new c560996  Merge branch 'feature/SLING-8424-request-parameter-handling'

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:
 .../sling/servlethelpers/MockRequestParameter.java |  45 +++--
 .../MockSlingHttpServletRequest.java               | 216 ++++++++++++++-------
 .../MockSlingHttpServletRequestTest.java           |  43 ++++
 3 files changed, 219 insertions(+), 85 deletions(-)


[sling-org-apache-sling-servlet-helpers] 01/01: Merge branch 'feature/SLING-8424-request-parameter-handling'

Posted by ss...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlet-helpers.git

commit c560996a22f48c1fc8df89b2f273f749b2f03139
Merge: fed7c42 3975b76
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Jun 3 21:37:01 2019 +0200

    Merge branch 'feature/SLING-8424-request-parameter-handling'

 .../sling/servlethelpers/MockRequestParameter.java |  45 +++--
 .../MockSlingHttpServletRequest.java               | 216 ++++++++++++++-------
 .../MockSlingHttpServletRequestTest.java           |  43 ++++
 3 files changed, 219 insertions(+), 85 deletions(-)