ISSUE: header length limit with encoded words

Hi,

  RFC 2616 defines RFC 2047 MIME word encoding for use with certain
header values, e.g. if they are defined to contain quoted strings.
RFC 2047 states:

  While there is no limit to the length of a multiple-line header
  field, each line of a header field that contains one or more
  'encoded-word's is limited to 76 characters.

  The length restrictions are included both to ease interoperability
  through internetwork mail gateways, and to impose a limit on the
  amount of lookahead a header parser must employ (while looking for
  a final ?= delimiter) before it can decide whether a token is an
  "encoded-word" or something else.

It seems to me this provision is not meant to apply to HTTP, and if
MIME word encoding is to stay with us in the next HTTP specification,
it should state that this line length limit does not apply to HTTP.

regards,
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 14 May 2007 11:33:15 UTC