flymzero / webdav_client

A dart WebDAV client library
https://pub.dev/packages/webdav_client
BSD 3-Clause "New" or "Revised" License
54 stars 34 forks source link

Fix: www-authenticate can be a list of elements #50

Open arabine opened 1 month ago

arabine commented 1 month ago

Here is a fix that allow me to connect to a webdav server with a www-authenticate header containing two entries.

Not tested with a single entry (as the old code).