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 36082cf10ea8fded751eb23baf030aa7ade03771
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Dec 10 05:37:09 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@1549762
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../internal/SlingWebConsoleSecurityProvider2.java                  | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/extensions/webconsolesecurityprovider/internal/SlingWebConsoleSecurityProvider2.java
 
b/src/main/java/org/apache/sling/extensions/webconsolesecurityprovider/internal/SlingWebConsoleSecurityProvider2.java
index 8762a58..4d55d2d 100644
--- 
a/src/main/java/org/apache/sling/extensions/webconsolesecurityprovider/internal/SlingWebConsoleSecurityProvider2.java
+++ 
b/src/main/java/org/apache/sling/extensions/webconsolesecurityprovider/internal/SlingWebConsoleSecurityProvider2.java
@@ -51,12 +51,6 @@ public class SlingWebConsoleSecurityProvider2
     extends AbstractWebConsoleSecurityProvider
     implements WebConsoleSecurityProvider2 {
 
-    private static final String HEADER_WWW_AUTHENTICATE = "WWW-Authenticate";
-
-    private static final String AUTHENTICATION_SCHEME_BASIC = "Basic";
-
-    private static final String DEFAULT_REALM = "OSGi Management Console"; 
//$NON-NLS-1$
-
     private final AuthenticationSupport authentiationSupport;
 
     private final Authenticator authenticator;

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

Reply via email to