kwin commented on issue #1: SLING-8266 - Stop embedding ESAPI URL: https://github.com/apache/sling-org-apache-sling-scripting-jsp-taglib/pull/1#issuecomment-461791991 @rombert I don't think this will work if the component is not "immediate". If noone is requesting a reference to `XssSupport` that component will never be started! I would recommend rather getting the service lazily in the tag and unget it in `release()` (https://docs.oracle.com/javaee/6/api/javax/servlet/jsp/tagext/Tag.html#release()).
---------------------------------------------------------------- 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
