Skip to content
  • Andre Malo's avatar
    8f14a069
    drop the guess_domain function. · 8f14a069
    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.
    
    PR: 16937 (related to)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98676 13f79535-47bb-0310-9956-ffa450edef68
    8f14a069
    drop the guess_domain function.
    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.
    
    PR: 16937 (related to)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98676 13f79535-47bb-0310-9956-ffa450edef68
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading