php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7004 Sega Dreamcast-PlanetWeb browser POST parse bug
Submitted: 2000-10-04 01:24 UTC Modified: 2001-01-30 03:56 UTC
From: makhzi at tate dot pl Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.2 OS: Linux (slackware 7.0.0) 2.2.13
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: makhzi at tate dot pl
New email:
PHP Version: OS:

 

 [2000-10-04 01:24 UTC] makhzi at tate dot pl
Dreamcast platform there are at least two web browsers: DreamPassport and PlanetWeb.

When using PlanetWEB and sending filled FORM (POST method)
there is a bug (i thing so, but I'm not fluent in C programming...)
According to RFC1341 boundary can be in quoted marks (look there at value syntax).
Of course PW sends boundary with quotation marks.

(PHP4.0.2)
file: rfc1867.c
function: SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)

(PHP3.0.16)
file: post.c
function: static char *php3_getpost(pval *http_post_vars)

when i've deleted quotas from boundary everithing went OK.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-04 01:29 UTC] makhzi at tate dot pl
Dreamcast platform there are at least two web browsers: DreamPassport and PlanetWeb.

When using PlanetWEB and sending filled FORM (POST method)
there is a bug (i thing so, but I'm not fluent in C programming...)
According to RFC1341 boundary can be in quoted marks (look there at value syntax).
Of course PW sends boundary with quotation marks.

(PHP4.0.2)
file: rfc1867.c
function: SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)

(PHP3.0.16)
file: post.c
function: static char *php3_getpost(pval *http_post_vars)

when i've deleted quotas from boundary everithing went OK.
 [2000-12-18 11:52 UTC] sniper@php.net
Does this happen with latest snapshot from http://snaps.php.net/ ??

--Jani
 [2001-01-30 03:56 UTC] sniper@php.net
This should be fixed now.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC