nickva commented on pull request #3541: URL: https://github.com/apache/couchdb/pull/3541#issuecomment-832186985
@iilyak We don't unquote usernames during authz because they are in a base64-encoded blob in the `"Authorization" : "Basic ..."` headers so there is no reason to quote them. When they are specified as the userinfo part of the URL some characters cannot be represented in that section of the URL, so they users would percent-encode (quote) them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org