Author: ksprotte Date: Mon Feb 18 08:05:47 2008 New Revision: 2549
Modified: trunk/bknr/web/src/web/authorizer.lisp Log: (defgeneric find-user-from-request-parameters (authorizer) ...) small syntax fix
Modified: trunk/bknr/web/src/web/authorizer.lisp ============================================================================== --- trunk/bknr/web/src/web/authorizer.lisp (original) +++ trunk/bknr/web/src/web/authorizer.lisp Mon Feb 18 08:05:47 2008 @@ -27,7 +27,7 @@ (declare (ignore c)) (format s "Login failed"))))
-(defgeneric find-user-from-request-parameters ((authorizer authorizer)) +(defgeneric find-user-from-request-parameters (authorizer) (:documentation "Return the user that is associated with the current request or NIL.") (:method ((authorizer bknr-authorizer))