Skip to content

WebDav should prioritise auth header over cookie #13245

@dareid

Description

@dareid

Steps to reproduce

  1. Perform action via webdav using auth header of user 1
  2. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions