This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch feature/SLING-8266
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-taglib.git.
from 3c164a7 SLING-8266 - Stop embedding ESAPI
new c6815ba SLING-8266 - Stop embedding ESAPI
new 98220d8 SLING-8266 - Stop embedding ESAPI
The 159 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:
pom.xml | 21 ++-
.../sling/scripting/jsp/taglib/GetParentTag.java | 11 +-
.../scripting/jsp/taglib/helpers/XSSSupport.java | 50 +++----
.../scripting/jsp/taglib/TestAdaptObjectTag.java | 15 ++-
.../sling/scripting/jsp/taglib/TestEncodeTag.java | 4 +-
.../scripting/jsp/taglib/TestFindResourceTag.java | 150 +++------------------
.../scripting/jsp/taglib/TestGetParentTag.java | 24 ++--
.../scripting/jsp/taglib/TestGetParentsTag.java | 27 ++--
.../scripting/jsp/taglib/TestGetResourceTag.java | 136 +++----------------
.../scripting/jsp/taglib/TestListChildrenTag.java | 25 ++--
.../scripting/jsp/taglib/TestSlingFunctions.java | 60 ++++-----
.../sling/scripting/jsp/taglib/XSSSupportRule.java | 47 +++++++
12 files changed, 197 insertions(+), 373 deletions(-)
create mode 100644
src/test/java/org/apache/sling/scripting/jsp/taglib/XSSSupportRule.java