pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
867 stars 289 forks source link

Fix broken WebDAV digest auth #1363

Closed yiip87 closed 7 years ago

yiip87 commented 7 years ago

Authenticating via digest auth was not possible if the following conditions were met:

In this case getDigestHash() always returns false. Because of this, authentication always fails.

This issue can be reproduced on a fresh installation of Pydio 7.0.4 and 8.0.0.

cdujeu commented 7 years ago

Hi @yiip87 thanks for contributing! We'll have a look at that shortly Best charles