SLING-6761 - HTL: uri manipulator breaks query parameter encoding

* switched to java.net.URI#getRawQuery from java.net.URI#getQuery
* made sure parameters supplied through the parameter manipulation options
are translated into application/x-www-form-urlencoded format

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789700 13f79535-47bb-0310-9956-ffa450edef68
2 files changed
tree: 9178007d71c035b7f2c3f774e33dab010ef85e19
  1. src/
  2. pom.xml
  3. README.md
README.md

Apache Sling Scripting HTL Engine

This package contains a Java implementation of the [HTML Template Language specification](https://github .com/Adobe-Marketing-Cloud/htl-spec).