]> granicus.if.org Git - apache/commit
drop the guess_domain function.
authorAndre Malo <nd@apache.org>
Thu, 13 Feb 2003 02:28:57 +0000 (02:28 +0000)
committerAndre Malo <nd@apache.org>
Thu, 13 Feb 2003 02:28:57 +0000 (02:28 +0000)
commit532b589534bd80f453f5b9aac04996bb9bd3fbff
treee7858849679ca92f78510532e988166640e13a20
parent71448a14f376005c0bd8ccd19944fc7113cdea8c
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