Author: cziegeler
Date: Thu Dec 6 06:07:32 2007
New Revision: 601739
URL: http://svn.apache.org/viewvc?rev=601739&view=rev
Log:
Fix javadocs.
Modified:
incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/auth/AuthenticationHandler.java
Modified:
incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/auth/AuthenticationHandler.java
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/auth/AuthenticationHandler.java?rev=601739&r1=601738&r2=601739&view=diff
==============================================================================
---
incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/auth/AuthenticationHandler.java
(original)
+++
incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/auth/AuthenticationHandler.java
Thu Dec 6 06:07:32 2007
@@ -43,7 +43,7 @@
* <td>no user details were contained in the request or the handler is not
* capable or willing to extract credentials from the request</tr>
* <tr>
- * <td>[EMAIL PROTECTED] #DOING_AUTH}
+ * <td>[EMAIL PROTECTED] AuthenticationInfo#DOING_AUTH}
* <td>the handler is in an ongoing authentication transaction with the
* client. Request processing should be aborted at this stage.
* <tr>
@@ -61,10 +61,10 @@
* @param response The response object which may be used to send the
* information on the request failure to the user.
* @return A valid <code>AuthenticationInfo</code> instance identifying
- * the request user, [EMAIL PROTECTED] #DOING_AUTH} if the handler
is in an
+ * the request user, [EMAIL PROTECTED]
AuthenticationInfo#DOING_AUTH} if the handler is in an
* authentication transaction with the client or null if the
request
* does not contain authentication information. In case of
- * [EMAIL PROTECTED] #DOING_AUTH}, the method must have sent a
response
+ * [EMAIL PROTECTED] AuthenticationInfo#DOING_AUTH}, the method
must have sent a response
* indicating that fact to the client.
*/
AuthenticationInfo authenticate(HttpServletRequest request,