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
 [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: Thu Apr 25 10:01:29 2024 UTC