• Andre Malo's avatar
    drop the guess_domain function. · 532b5895
    Andre Malo authored
    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
    532b5895
To find the state of this project's repository at the time of any of these versions, check out the tags.