nonanalou commented on code in PR #28:
URL: 
https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r944620818


##########
src/main/java/org/apache/sling/xss/impl/HtmlToHtmlContentContext.java:
##########
@@ -90,15 +81,15 @@ public boolean supportsPolicy() {
         return true;
     }
 
-    private CleanResults getCleanResults(PolicyHandler handler, String input) 
throws ScanException, PolicyException {
-        CleanResults results;
+    private String getCleanResults(PolicyHandler handler, String input) {
+        String results;
         ClassLoader tccl = Thread.currentThread().getContextClassLoader();

Review Comment:
   Resolved: 44d294dcd72e54f2c387e0685ad2597b07965ace



##########
src/main/java/org/apache/sling/xss/impl/HtmlToHtmlContentContext.java:
##########
@@ -48,7 +44,7 @@ public boolean check(final PolicyHandler policyHandler, final 
String str) {
             ClassLoader tccl = Thread.currentThread().getContextClassLoader();

Review Comment:
   Resolved: 44d294dcd72e54f2c387e0685ad2597b07965ace



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to