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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC