[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    cvs commit: httpd-2.0/modules/metadata mod_usertrack.c
From:       nd () apache ! org
Date:       2004-01-29 21:30:49
Message-ID: 20040129213049.83985.qmail () minotaur ! apache ! org
[Download RAW message or body]

nd          2004/01/29 13:30:49

  Modified:    .        Tag: APACHE_2_0_BRANCH CHANGES STATUS
               modules/metadata Tag: APACHE_2_0_BRANCH mod_usertrack.c
  Log:
   don't let mod_usertrack overwrite other cookies
  
  PR: 26002
  Submitted by: Scott Moore <apache nopdesign.com>
  Reviewed by: Brad Nicholes, Jeff Trawick
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.988.2.223 +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.988.2.222
  retrieving revision 1.988.2.223
  diff -u -u -r1.988.2.222 -r1.988.2.223
  --- CHANGES	29 Jan 2004 13:46:36 -0000	1.988.2.222
  +++ CHANGES	29 Jan 2004 21:30:48 -0000	1.988.2.223
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0.49
   
  +  *) mod_usertrack no longer overwrites other cookies.
  +     PR 26002.  [Scott Moore <apache nopdesign.com>]
  +
     *) worker MPM: fix stack overlay bug that could cause the parent
        process to crash.  [Jeff Trawick]
   
  
  
  
  1.751.2.660 +1 -6      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.751.2.659
  retrieving revision 1.751.2.660
  diff -u -u -r1.751.2.659 -r1.751.2.660
  --- STATUS	29 Jan 2004 21:15:39 -0000	1.751.2.659
  +++ STATUS	29 Jan 2004 21:30:48 -0000	1.751.2.660
  @@ -305,11 +305,6 @@
           modules/experimental/cache_cache.c r1.5
         +1: jwoolley, bnicholes, rederpj
   
  -    * Don't let mod_usertrack overwrite other cookies. (2.0 + 1.3)
  -      PR 26002.
  -        modules/metadata/mod_usertrack.c: r1.44
  -      +1: nd, bnicholes, trawick
  -
       * mod_usertrack: Use always the Cookie header to determine
         the cookie name (2.0 + 1.3). PR 11475.
           modules/metadata/mod_usertrack.c: r1.45
  
  
  
  No                   revision
  No                   revision
  1.39.2.5  +1 -1      httpd-2.0/modules/metadata/mod_usertrack.c
  
  Index: mod_usertrack.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_usertrack.c,v
  retrieving revision 1.39.2.4
  retrieving revision 1.39.2.5
  diff -u -u -r1.39.2.4 -r1.39.2.5
  --- mod_usertrack.c	1 Jan 2004 13:30:41 -0000	1.39.2.4
  +++ mod_usertrack.c	29 Jan 2004 21:30:49 -0000	1.39.2.5
  @@ -188,7 +188,7 @@
                                    NULL);
       }
   
  -    apr_table_setn(r->headers_out,
  +    apr_table_addn(r->headers_out,
                      (dcfg->style == CT_COOKIE2 ? "Set-Cookie2" : "Set-Cookie"),
                      new_cookie);
       apr_table_setn(r->notes, "cookie", apr_pstrdup(r->pool, cookiebuf));   /* log first time */
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic