You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:34:33 UTC

[sling-org-apache-sling-extensions-webconsolesecurityprovider] 05/08: SLING-3273 : Switch to login page if user is not allowed to access the web console

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

rombert pushed a commit to annotated tag org.apache.sling.extensions.webconsolesecurityprovider-1.1.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-extensions-webconsolesecurityprovider.git

commit e839ffd456493cec1aa253cf7e7535ebbc3ad42b
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Dec 10 05:24:52 2013 +0000

    SLING-3273 : Switch to login page if user is not allowed to access the web console
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolesecurityprovider@1549760 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 68b98d5..5a093ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,10 +63,12 @@
                         </Bundle-Activator>
                         <Import-Package>
                             !org.apache.sling.auth.core,
+                            !org.apache.sling.api.auth,
                             !org.apache.sling.api.resource,
                             *
                         </Import-Package>
                         <DynamicImport-Package>
+                            org.apache.sling.api.auth;version="[1.0,2)",
                             org.apache.sling.api.resource;version="[2.3,3)",
                             org.apache.sling.auth.core;version="[1.0,2)"
                         </DynamicImport-Package>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.