Merge "Fix webob.exc.HTTPForbidden parameter miss"
This commit is contained in:
commit
6cb8026db9
@ -906,7 +906,7 @@ class Application(object):
|
||||
res = 'message\n'
|
||||
|
||||
# Option 2: a nicely formatted HTTP exception page
|
||||
res = exc.HTTPForbidden(detail='Nice try')
|
||||
res = exc.HTTPForbidden(explanation='Nice try')
|
||||
|
||||
# Option 3: a webob Response object (in case you need to play with
|
||||
# headers, or you want to be treated like an iterable, or or or)
|
||||
|
Loading…
Reference in New Issue
Block a user