From b1d10d854dab366a782e2cc51a7f9bd463161cd8 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Thu, 14 Oct 2010 13:38:38 -0500 Subject: [PATCH] Deleted pesky extra space. --- doc/source/development_auth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development_auth.rst b/doc/source/development_auth.rst index fac6ad8489..2ac1bdf261 100644 --- a/doc/source/development_auth.rst +++ b/doc/source/development_auth.rst @@ -67,7 +67,7 @@ Example Authentication with DevAuth: Authorization is performed through callbacks by the Swift Proxy server to the WSGI environment's swift.authorize value, if one is set. The swift.authorize -value should simply be a function that takes a webob. Request as an argument and +value should simply be a function that takes a webob.Request as an argument and returns None if access is granted or returns a callable(environ, start_response) if access is denied. This callable is a standard WSGI callable. Generally, you should return 403 Forbidden for requests by an authenticated