Fix symlink docstring
Related-Change-Id: I179ea6180d31146bb947061c69b1807c59529ac8 Change-Id: I41cbf445057be09a102ef5515a9ce6a4f14e7458
This commit is contained in:
parent
1abc9c4f9d
commit
82e427a8b1
@ -237,8 +237,8 @@ def _check_symlink_header(req):
|
||||
x-symlink-target header is present in req.headers.
|
||||
|
||||
:param req: HTTP request object
|
||||
:returns: a tuple, the full versioned WSGI quoted path to the object and
|
||||
the value of the X-Symlink-Target-Etag header which may be None
|
||||
:returns: a tuple, the full versioned path to the object (as a WSGI string)
|
||||
and the X-Symlink-Target-Etag header value which may be None
|
||||
:raise: HTTPPreconditionFailed if x-symlink-target value
|
||||
is not well formatted.
|
||||
:raise: HTTPBadRequest if the x-symlink-target value points to the request
|
||||
|
Loading…
x
Reference in New Issue
Block a user