Merge "Fix symlink docstring"
This commit is contained in:
commit
f70520239c
@ -237,8 +237,8 @@ def _validate_and_prep_request_headers(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…
Reference in New Issue
Block a user