You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2009/02/13 23:42:23 UTC

svn commit: r744270 - /httpd/apreq/trunk/library/t/cookie.c

Author: joes
Date: Fri Feb 13 22:42:20 2009
New Revision: 744270

URL: http://svn.apache.org/viewvc?rev=744270&view=rev
Log:
add full wordpress header in question

Modified:
    httpd/apreq/trunk/library/t/cookie.c

Modified: httpd/apreq/trunk/library/t/cookie.c
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/library/t/cookie.c?rev=744270&r1=744269&r2=744270&view=diff
==============================================================================
--- httpd/apreq/trunk/library/t/cookie.c (original)
+++ httpd/apreq/trunk/library/t/cookie.c Fri Feb 13 22:42:20 2009
@@ -30,8 +30,13 @@
 static const char rfccookies[] = "$Version=1; first=a;$domain=quux;second=be,"
                                  "$Version=1;third=cie";
 
-static const char wpcookies[] = "dbx-postmeta=grabit=0-,1-,2-,3-,4-,5-,6-"
-                                "&advancedstuff=0-,1+,2-";
+static const char wpcookies[] = "wordpressuser_c580712eb86cad2660b3601ac"
+                                "04202b2=admin; wordpresspass_c580712eb8"
+                                "6cad2660b3601ac04202b2=7ebeeed42ef50720"
+                                "940f5b8db2f9db49; rs_session=59ae9b8b50"
+                                "3e3af7d17b97e7f77f7ea5; dbx-postmeta=gr"
+                                "abit=0-,1-,2-,3-,4-,5-,6-&advancedstuff"
+                                "=0-,1+,2-";
 
 static apr_table_t *jar, *jar2, *jar3;
 static apr_pool_t *p;