]> granicus.if.org Git - apache/commit
drop the guess_domain function.
authorAndré Malo <nd@apache.org>
Thu, 13 Feb 2003 02:28:57 +0000 (02:28 +0000)
committerAndré Malo <nd@apache.org>
Thu, 13 Feb 2003 02:28:57 +0000 (02:28 +0000)
commita3a4b01dc164cc8cf7f690619af59af0f86f896f
treee7858849679ca92f78510532e988166640e13a20
parentcade8abb91b35b684b6d43764f582f2cb539e4c4
drop the guess_domain function.

Our docs say about AuthDigestDomain:
This directive should always be specified and contain at least the (set of)
root URI(s) for this space. Omitting to do so will cause the client to send
the Authorization header for every request sent to this server.

guessing the parameter is somewhat bogus. guess_domain() also resulted sometimes
in relative URIs, non-URI strings or empty strings, which caused a lot of
problems.
According to the docs, the domain parameter will be omitted now,
if not specified. This is exactly, what one would expect.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98636 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/aaa/mod_auth_digest.c