rombert commented on issue #1:  SLING-8266 - Stop embedding ESAPI
URL: 
https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib/pull/1#issuecomment-462272315
 
 
   @kwin - the EL function that @klcodanr was referring to is 
https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib/blob/060ce101e33ddf03feb450c3ccf4f6e3ec423f32/src/main/java/org/apache/sling/scripting/jsp/taglib/SlingFunctions.java#L84-L86
 . In here we only have two string arguments, so nothing extra can be passed. 
We have no implicit objects in EL functions, and adding a new parameter is a 
breaking change.
   
   This is why the implementation still uses the static `XSSSupport` methods 
and why I set up that specific class as an OSGi component.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to