This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git


The following commit(s) were added to refs/heads/master by this push:
     new bd5d5f6  SLING-8933 - The IncludeRuntimeExtension doesn't correctly 
normalise paths when using the path manipulation options
bd5d5f6 is described below

commit bd5d5f613ee633d083cd9614b1b1c061836f50a9
Author: Radu Cotescu <[email protected]>
AuthorDate: Fri Dec 20 00:43:13 2019 +0100

    SLING-8933 - The IncludeRuntimeExtension doesn't correctly normalise paths 
when using the path manipulation options
    
    * removed unused import
---
 .../scripting/sightly/impl/engine/extension/IncludeRuntimeExtension.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/scripting/sightly/impl/engine/extension/IncludeRuntimeExtension.java
 
b/src/main/java/org/apache/sling/scripting/sightly/impl/engine/extension/IncludeRuntimeExtension.java
index 6bdc644..d98bff4 100644
--- 
a/src/main/java/org/apache/sling/scripting/sightly/impl/engine/extension/IncludeRuntimeExtension.java
+++ 
b/src/main/java/org/apache/sling/scripting/sightly/impl/engine/extension/IncludeRuntimeExtension.java
@@ -28,7 +28,6 @@ import javax.servlet.Servlet;
 import org.apache.commons.lang3.StringUtils;
 import org.apache.sling.api.SlingHttpServletRequest;
 import org.apache.sling.api.SlingHttpServletResponse;
-import org.apache.sling.api.resource.ResourceUtil;
 import org.apache.sling.api.scripting.SlingScriptHelper;
 import org.apache.sling.api.servlets.ServletResolver;
 import org.apache.sling.scripting.sightly.SightlyException;

Reply via email to