Steps to reproduce
- Perform action via webdav using auth header of user 1
- Perform action via wedbav using auth header of user 2
Expected behaviour
User 2's auth header should take priority of user 1's cookie.
Actual behaviour
The cookie takes priority
Reasoning
Based on the webdav spec the auth header should be the primary authentication method (http://www.webdav.org/specs/rfc4918.html#rfc.section.20.1). In addition, there is no way to 'logout' a user in webdav, so no way to remove their cookie.