1. 25 Apr, 2017 1 commit
    • Luca Toscano's avatar
      Evaluate nested If/ElseIf/Else config sections · cca82e73
      Luca Toscano authored
      It has been reported multiple times that nested
      If/ElseIf/Else sections are not evaluated but
      silently ignored.
      
      This patch adds a simple recursion to the ap_if_walk
      logic in order to allow arbitrary nested configs.
      The overhead seems negligible compared to the actual
      version of the ap_if_walk, but more expert feedback
      is surely needed since this code gets called for every
      HTTP request.
      
      Tests are going to be added to t/apache/if_sections.t
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792589 13f79535-47bb-0310-9956-ffa450edef68
      cca82e73
  2. 23 Apr, 2017 4 commits
  3. 22 Apr, 2017 2 commits
  4. 21 Apr, 2017 6 commits
  5. 20 Apr, 2017 1 commit
  6. 19 Apr, 2017 5 commits
  7. 18 Apr, 2017 7 commits
  8. 17 Apr, 2017 1 commit
  9. 14 Apr, 2017 4 commits
  10. 13 Apr, 2017 2 commits
  11. 12 Apr, 2017 1 commit
  12. 11 Apr, 2017 4 commits
  13. 10 Apr, 2017 2 commits