You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Christoph Leser <le...@sup-logistik.de> on 1999/08/05 23:56:30 UTC

general/4824: no cookie is passed to the Client

>Number:         4824
>Category:       general
>Synopsis:       no cookie is passed to the Client
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Aug  5 16:10:01 PDT 1999
>Last-Modified:
>Originator:     leser@sup-logistik.de
>Organization:
apache
>Release:        1.3.6
>Environment:
AIX 4.3.2.0
# uname -a
AIX rs6000 3 4 004041824C00
IBM C Compiler for AIX 3.6.4.2
Browser is Netscape 4.5 on winnt Service Pack 3
# perl -v
This is perl, version 5.005_02 built for aix-thread
CGI.pm-2.53

# ./httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_setenvif.c
>Description:
Using the cookie.cgi example which comes with CGI.pm-2.53, no cookie is sent to the browser (which is set up to display a message when a cookie is offered)
Running the script in offline mode generates the following output

# ./cookie.cgi
(offline mode: enter name=value pairs on standard input)
Set-Cookie: animals=; domain=localhost; path=/./cookie.cgi; expires=Thu, 05-Aug-1999 22:51:32 GMT

Date: Thu, 05 Aug 1999 21:51:32 GMT

Content-Type: text/html



<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML><HEAD><TITLE>Animal crackers</TITLE>
</HEAD><BODY><h1>Animal Crackers</h1>


Btw. The script works fine with Perl 5.002 on RetHat Linux 5.2 with apache 1.3.6

The apache logfile gives no hint ( maxbe not configured correctly ? )


>How-To-Repeat:
Running the script mentioned above in an AIX environment.
>Fix:
No, sorry
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]