]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
drop the guess_domain function.
authorAndré Malo <nd@apache.org>
Sun, 16 Feb 2003 04:42:24 +0000 (04:42 +0000)
committerAndré Malo <nd@apache.org>
Sun, 16 Feb 2003 04:42:24 +0000 (04:42 +0000)
commit04a11edacf275d45a4fb65b5500643ffc7d2d904
tree8d1c75d3743091af5422d02d000edd20b8b5a3a1
parentde00550b615d5f0381cb2ecc6f6aacca061a581b
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.

PR: 16937 (related to)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98677 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/modules/experimental/mod_auth_digest.c