You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2004/09/08 14:34:42 UTC

cvs commit: apache-1.3 STATUS

jim         2004/09/08 05:34:42

  Modified:    .        STATUS
  Log:
  Some proposed 2.0 backports. Need the actual 1.3 patches
  for the actual vote though
  
  Revision  Changes    Path
  1.1092    +18 -1     apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.1091
  retrieving revision 1.1092
  diff -u -r1.1091 -r1.1092
  --- STATUS	27 Aug 2004 23:54:55 -0000	1.1091
  +++ STATUS	8 Sep 2004 12:34:42 -0000	1.1092
  @@ -48,6 +48,23 @@
   
   RELEASE SHOWSTOPPERS:
   
  +PROPOSED PATCHES FOR THIS RELEASE:
  +
  +   *) mod_rewrite:Fix query string handling for proxied URLs. PR 14518.
  +       modules/mappers/mod_rewrite.c: r1.259 (2.x patch - need 1.3 version)
  +        +1:
  +
  +   *) mod_log_config: Cleanup log_header_out function to allow multiple headers
  +      like Set-Cookie to be logged properly. PR 27787 
  +       modules/loggers/mod_log_config.c: r1.116 (2.x patch - need 1.3 version)
  +        jerenkrantz asks: Isn't this what apr_table_merge is for?
  +        nd replies: yep. But cookies won't be merged, because browsers don't
  +                   support it.
  +        jerenkrantz: Couldn't we copy the table and merge the values somehow?
  +                    This just seems like a lot of code to duplicate what we
  +                    have already.  *shrug*
  +        +1:
  +
   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
   
      *  PR: 27023 Cookie could not delivered if the cookie made before