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).