Commit 38109183 authored by dgaudet's avatar dgaudet
Browse files

Using the digest Authentication scheme for proxy authentication, authorization

never succeeds because mod_digest always looks at the Authorization header,
never at the Proxy-Authorization header.

Also, the scheme in the auth header is compared to "Digest" using a case-
sensitive comparison, instead of a case-insensitive comparison.

PR:		1599
Submitted by:	Ronald Tschalaer <Ronald.Tschalaer@psi.ch>
Reviewed by:	Dean Gaudet, Jim Jagielski


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79814 13f79535-47bb-0310-9956-ffa450edef68
parent 7627ba14
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment