Skip to content
  1. Apr 25, 2017
    • 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. Apr 23, 2017
  3. Apr 22, 2017
  4. Apr 21, 2017
  5. Apr 20, 2017
  6. Apr 19, 2017
  7. Apr 18, 2017
  8. Apr 17, 2017
  9. Apr 14, 2017
  10. Apr 13, 2017
  11. Apr 12, 2017
  12. Apr 11, 2017
  13. Apr 10, 2017