You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Cliff Skolnick <cl...@organic.com> on 1996/06/21 23:06:17 UTC

WWW Form Bug Report: "date field in logs/cookies_log is corrupted" on Solaris 2.x (fwd)

another bug for this list...

--
Cliff Skolnick, CIO      http://www.organic.com/     cliff@organic.com
Organic Online, Inc.                                    (415) 278-5650
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759

---------- Forwarded message ----------
Date: Fri Jun 21 14:00:25 1996
From: hegedus@iworld.com
To: cliff@organic.com
Subject: WWW Form Bug Report: "date field in logs/cookies_log is corrupted" on Solaris 2.x

Submitter: hegedus@iworld.com
Operating system: Solaris 2.x, version: 2.5
Version of Apache Used: 1.1b4
Extra Modules used: cookies_module
URL exhibiting problem: 

Symptoms:
--
An "else" is missing, see the patch file:

*** mod_cookies.c~  Fri May 24 09:10:14 1996
--- mod_cookies.c   Fri Jun 21 16:55:57 1996
***************
*** 269,274 ****
--- 269,275 ----
      if (r->status != -1)
    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:
--

--