[art] [Technical Errata Reported] RFC7578 (5616)

RFC Errata System <rfc-editor@rfc-editor.org> Wed, 30 January 2019 03:40 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: art@ietfa.amsl.com
Delivered-To: art@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 849F2130ED8 for <art@ietfa.amsl.com>; Tue, 29 Jan 2019 19:40:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AiofXfsAhgfH for <art@ietfa.amsl.com>; Tue, 29 Jan 2019 19:40:49 -0800 (PST)
Received: from rfc-editor.org (rfc-editor.org [4.31.198.49]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99E27131136 for <art@ietf.org>; Tue, 29 Jan 2019 19:40:48 -0800 (PST)
Received: by rfc-editor.org (Postfix, from userid 30) id 5323CB822A1; Tue, 29 Jan 2019 19:40:48 -0800 (PST)
To: masinter@adobe.com, ben@nostrum.com, aamelnikov@fastmail.fm, adam@nostrum.com, superuser@gmail.com
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: philip@philipmcgrath.com, art@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20190130034048.5323CB822A1@rfc-editor.org>
Date: Tue, 29 Jan 2019 19:40:48 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/art/Cn56tzmTxT0v_e-i0gEc2wj2D_8>
Subject: [art] [Technical Errata Reported] RFC7578 (5616)
X-BeenThere: art@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Applications and Real-Time Area Discussion <art.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/art>, <mailto:art-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/art/>
List-Post: <mailto:art@ietf.org>
List-Help: <mailto:art-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/art>, <mailto:art-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 30 Jan 2019 03:40:52 -0000

The following errata report has been submitted for RFC7578,
"Returning Values from Forms: multipart/form-data".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata/eid5616

--------------------------------------
Type: Technical
Reported by: Philip McGrath <philip@philipmcgrath.com>

Section: 4.5

Original Text
-------------
For example, a form with a text field in
which a user typed "Joe owes <eu>100", where <eu> is the Euro symbol,
might have form data returned as:
    --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

Corrected Text
--------------
For example, a form with a text field in
which a user typed "Joe owes <eu>100", where <eu> is the Euro symbol,
might have form data returned as:
    --AaB03x
    content-disposition: form-data; name="field1"
    content-type: text/plain;charset=UTF-8
    content-transfer-encoding: quoted-printable

    Joe owes <eu>100.
    --AaB03x

Notes
-----
Section 4.7 says that "Senders SHOULD NOT generate any parts with a Content-Transfer-Encoding header field."

Instructions:
-------------
This erratum is currently posted as "Reported". If necessary, please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party  
can log in to change the status and edit the report, if necessary. 

--------------------------------------
RFC7578 (draft-ietf-appsawg-multipart-form-data-11)
--------------------------------------
Title               : Returning Values from Forms: multipart/form-data
Publication Date    : July 2015
Author(s)           : L. Masinter
Category            : PROPOSED STANDARD
Source              : ART Area General Application Working Group
Area                : Applications and Real-Time
Stream              : IETF
Verifying Party     : IESG