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

ieb pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-get.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ba11a1  SLING-7140 Support redirects to URLs provided by the 
underlying resource provider Refactored to take account of Sling API changes.
8ba11a1 is described below

commit 8ba11a174996ca4b7237c54879d1db8f14796f4d
Author: Ian Boston <[email protected]>
AuthorDate: Mon Oct 23 11:49:03 2017 +0100

    SLING-7140 Support redirects to URLs provided by the underlying resource 
provider
    Refactored to take account of Sling API changes.
---
 .../apache/sling/servlets/get/impl/helpers/StreamRendererServlet.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/servlets/get/impl/helpers/StreamRendererServlet.java
 
b/src/main/java/org/apache/sling/servlets/get/impl/helpers/StreamRendererServlet.java
index 1da4444..17a4469 100644
--- 
a/src/main/java/org/apache/sling/servlets/get/impl/helpers/StreamRendererServlet.java
+++ 
b/src/main/java/org/apache/sling/servlets/get/impl/helpers/StreamRendererServlet.java
@@ -42,16 +42,15 @@ import org.apache.sling.api.SlingConstants;
 import org.apache.sling.api.SlingHttpServletRequest;
 import org.apache.sling.api.SlingHttpServletResponse;
 import org.apache.sling.api.request.RequestDispatcherOptions;
-import org.apache.sling.api.resource.ExternalizableInputStream;
 import org.apache.sling.api.resource.Resource;
 import org.apache.sling.api.resource.ResourceMetadata;
 import org.apache.sling.api.resource.ResourceNotFoundException;
 import org.apache.sling.api.resource.ResourceResolver;
 import org.apache.sling.api.resource.ResourceUtil;
 import org.apache.sling.api.resource.ValueMap;
+import org.apache.sling.api.resource.external.ExternalizableInputStream;
 import org.apache.sling.api.servlets.HttpConstants;
 import org.apache.sling.api.servlets.SlingSafeMethodsServlet;
-import org.apache.sling.api.resource.ExternalizableInputStream;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to