Commit a55b3467 authored by Eric Covener's avatar Eric Covener
Browse files

add two proposals


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@732445 13f79535-47bb-0310-9956-ffa450edef68
parent f6dcc655
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -124,6 +124,27 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://people.apache.org/~niq/patches/45959
    +1: niq, rpluem

  * mod_cache: Introduce 'no-cache' per-request environment variable
    to prevent the saving of an otherwise cacheable response.
      trunk:
        http://svn.apache.org/viewvc?rev=729316&view=rev
        http://svn.apache.org/viewvc?rev=729317&view=rev
      2.2.x:
        trunk works
    +1 covener
 
  * mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
    way that per-directory rewrites append the previous notion of PATH_INFO
    to each substitution before evaluating subsequent rules.
    PR38642
      trunk:
        http://svn.apache.org/viewvc?rev=728015&view=rev
        http://svn.apache.org/viewvc?rev=728220&view=rev
        http://svn.apache.org/viewvc?rev=728020&view=rev (doc typo)
      2.2.x:
        trunk works
    +1 covener

PATCHES/ISSUES THAT ARE STALLED

   * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).