1. 17 Jan, 2019 1 commit
  2. 16 Jan, 2019 6 commits
  3. 15 Jan, 2019 10 commits
  4. 14 Jan, 2019 3 commits
  5. 12 Jan, 2019 4 commits
  6. 11 Jan, 2019 2 commits
  7. 10 Jan, 2019 2 commits
  8. 08 Jan, 2019 1 commit
  9. 07 Jan, 2019 1 commit
  10. 06 Jan, 2019 3 commits
  11. 01 Jan, 2019 2 commits
  12. 19 Dec, 2018 2 commits
  13. 18 Dec, 2018 1 commit
  14. 15 Dec, 2018 1 commit
  15. 11 Dec, 2018 1 commit
    • Jim Jagielski's avatar
      Merge r1848236 from trunk: · 71cb5055
      Jim Jagielski authored
      core: Fix incorrect substitution of env vars in directives containing multiple env vars.
      
      In ap_resolve_env(), the string returned from getenv() should be copied since
      the returned string may be statically allocated.
      
      This fixes an issue where the value for the last env var is substituted for all
      env vars in a directive containing multiple env vars.
      
      Submitted by: hwibell
      Reviewed by: hwibell, covener, jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1848686 13f79535-47bb-0310-9956-ffa450edef68
      71cb5055