You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2007/11/28 01:32:02 UTC

svn commit: r598830 - /httpd/httpd/branches/2.2.x/STATUS

Author: niq
Date: Tue Nov 27 16:32:02 2007
New Revision: 598830

URL: http://svn.apache.org/viewvc?rev=598830&view=rev
Log:
Comment

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=598830&r1=598829&r2=598830&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Nov 27 16:32:02 2007
@@ -100,6 +100,11 @@
      http://svn.apache.org/viewvc?view=rev&revision=571927
      http://svn.apache.org/viewvc?view=rev&revision=572136
      +1: minfrin, jim
+     -0.9: niq.  I'm happy with the feature, but would prefer a different
+           implementation.  Building it in to the parser is ugly, and
+           prevents the parser generalising.  It should be implemented
+           in the string parser (some variant of ap_ssi_parse_string)
+           instead.
 
     * mod_rewrite: Also set the Vary header if a rewrite condition is true and
       uses a HTTP header, but all remaining rewrite conditions are skipped due