Author: justin
Date: Thu Jul 8 19:07:40 2010
New Revision: 961882
URL: http://svn.apache.org/viewvc?rev=961882&view=rev
Log:
removing old comment
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=961882&r1=961881&r2=961882&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
Thu Jul 8 19:07:40 2010
@@ -825,7 +825,6 @@ public class SlingAuthenticator implemen
resolver);
// HttpService API required attributes
- // TODO - figure out if this can be change to use authInfo instead of
the session
request.setAttribute(HttpContext.REMOTE_USER, resolver.getUserID());
request.setAttribute(HttpContext.AUTHENTICATION_TYPE, authType);