You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1996/05/28 16:45:12 UTC

WWW Form Bug Report: "CookieLog format is wrong, isn't it?" on SunOS 4.x (fwd)

Not acked. I didn't know if this had already been caught. If not
someone please thank the submitter if it is a good patch.



Message-Id: <19...@taz.hyperreal.com>
From: miura@slab.ntt.jp
To: apache-bugs%apache.org@organic.com
Date: Mon May 27 23:42:54 1996
Subject: WWW Form Bug Report: "CookieLog format is wrong, isn't it?" on SunOS 4.x

Submitter: miura@slab.ntt.jp
Operating system: SunOS 4.x, version: 
Version of Apache Used: 1.0.5
Extra Modules used: cookies_module
URL exhibiting problem: 

Symptoms:
--
Format of CookieLog is perhaps wrong.
Generated Log file is as following,
  gungun16142833245783664 "GET / HTTP/1.0" [28/May/1996:10:09:47 +0900] 304
  +0900] -
The second line is needless.

I think we need next patch.

*** mod_cookies.c-      Sat Feb 17 17:35:28 1996
--- mod_cookies.c       Tue May 28 14:47:51 1996
***************
*** 197,200 ****
--- 197,201 ----
        sprintf(&tstr[strlen(tstr)], "%c%02ld%02ld] %d\n", sign, timz/3600,
                timz%3600, r->status);
+     else
        sprintf(&tstr[strlen(tstr)], "%c%02ld%02ld] -\n", sign, timz/3600,
                timz%3600);

--

Backtrace:
--

--

----- End of forwarded message from miura@slab.ntt.jp -----

-- 
Rob Hartill (robh@imdb.com)
The Internet Movie Database (IMDb)  http://www.imdb.com/
           ...more movie info than you can poke a stick at.