mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Added decorator to optionally call the Content-Type processors
The custom Content-Type processors did not respect CherryPy's flag to optionally not process the request body.
This commit is contained in:
parent
69a720b31b
commit
70fe8b3a70
@ -805,10 +805,9 @@ class Login(LowDataAdapter):
|
||||
|
||||
|
||||
class Logout(LowDataAdapter):
|
||||
def POST(self, **kwargs):
|
||||
def POST(self):
|
||||
'''
|
||||
Destroy the currently active session and expire the session
|
||||
cookie
|
||||
Destroy the currently active session and expire the session cookie
|
||||
|
||||
.. versionadded:: 0.8.0
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user