RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

RFC 7578, "Returning Values from Forms: multipart/form-data", July 2015

Source of RFC: appsawg (art)

Errata ID: 7385
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Eugene Adell
Date Reported: 2023-03-13

Section 4.5 says:

       --AaB03x
       content-disposition: form-data; name="field1"
       content-type: text/plain;charset=UTF-8
       content-transfer-encoding: quoted-printable

       Joe owes =E2=82=AC100.
       --AaB03x

It should say:

       --AaB03x
       content-disposition: form-data; name="field1"
       content-type: text/plain;charset=UTF-8

       Joe owes %E2%82%AC100
       --AaB03x

Notes:

Errata ID: 5616 is in status Reported but is failing to correct adequately.
The Content-Transfer-Encoding is Deprecated so the corresponding line should not appear (section 4.7)
UTF-8 characters are supposed to be percent-encoded (section 2)
The endoint point is removed as it's not in the quoted phrase
We can keep the ending boundary as we are not sure if more parameters would follow (Errata ID: 4676).

Report New Errata



Advanced Search