Bug 52121

Summary: CGI::Cookie too old (buggie version)
Product: [Retired] Red Hat Linux Reporter: Need Real Name <herald>
Component: perlAssignee: Chip Turner <cturner>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-12-06 21:25:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-08-20 19:10:55 UTC
Description of Problem:
Version 1.12 of CGI::Cookie comes with the perl-package. This is way too
old. In certain circumstances it can eat posted variables when used in
Apache with mod_perl, so that all pages that use "method=post" don't work. 

Version-Release number of selected component (if applicable):
perl-5.6.0-12

How Reproducible:
Make a perl-handler for Apache (linked with mod_perl) and do 
parse CGI::Cookie($r->header_in('Cookie')). For all pages that are handled
by this handler, the parameters sended with method=post are gone!

Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Chip Turner 2001-12-19 08:18:45 UTC
Rawhide perl 5.6.1 includes a more recent CGI bundle