Author: fmeschbe
Date: Fri Jul 30 12:23:19 2010
New Revision: 980750
URL: http://svn.apache.org/viewvc?rev=980750&view=rev
Log:
SLING-1618 Remove unneeded private constant. Functionality using this constant
is now part of the JcrResourceResolverFactoryImpl class.
Modified:
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java
Modified:
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java?rev=980750&r1=980749&r2=980750&view=diff
==============================================================================
---
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java
(original)
+++
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java
Fri Jul 30 12:23:19 2010
@@ -134,15 +134,6 @@ public class SlingAuthenticator implemen
private static final String DEFAULT_REALM = "Sling (Development)";
/**
- * The name of the session attribute which is set if the session created by
- * the {...@link #handleSecurity(HttpServletRequest, HttpServletResponse)}
- * method is an impersonated session. The value of this attribute is the
- * name of the primary user authenticated with the credentials extracted
- * from the request using the authenitcation handler.
- */
- private static final String ATTR_IMPERSONATOR = "impersonator";
-
- /**
* The name of the request attribute providing the authenticated JCR
* Session. This is only provided for backwards compatibility and will be
* removed in a future release.