1. 06 Jul, 2017 4 commits
  2. 05 Jul, 2017 9 commits
  3. 04 Jul, 2017 8 commits
  4. 03 Jul, 2017 3 commits
  5. 02 Jul, 2017 1 commit
  6. 01 Jul, 2017 1 commit
  7. 30 Jun, 2017 1 commit
  8. 29 Jun, 2017 4 commits
  9. 28 Jun, 2017 7 commits
  10. 26 Jun, 2017 2 commits
    • Jim Jagielski's avatar
      Merge r1799784, r1799786 from trunk: · e7c35344
      Jim Jagielski authored
      Since r1753257, "HEAD" method is registered into the registry hash with the M_GET ID.
      (r1757672 in 2.4.x)
      
      We iterate over all the values of the registery, so there is no need anymore to have a special case for "HEAD" in  'make_allow()'. It has its own entry now.
      
      With the current code, we have "HEAD" 3 times in the Allow Header field.
      This is because we find M_GET 2 times in the registry hash. The first one gives "GET" and "HEAD" (as the special handling), and the second "HEAD" and "HEAD" (as the special handling).
      
      
      BTW, use APR_ARRAY_PUSH instead of hand coding it, in oder to have the code more readable.
      
      PR 61207
      
      Add  CHANGE entry
      Submitted by: jailletc36
      Reviewed by: jailletc36, rpluem, jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1799890 13f79535-47bb-0310-9956-ffa450edef68
      e7c35344
    • Jim Jagielski's avatar
      promote proposal · c302dc58
      Jim Jagielski authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1799889 13f79535-47bb-0310-9956-ffa450edef68
      c302dc58