This project is archived and is in readonly mode.
RFC-2045 quoted-printable bug
Reported by squadette | November 20th, 2008 @ 12:56 PM | in 2.x
http://www.faqs.org/rfcs/rfc2045... says:
may be
represented by an "=" followed by a two digit
hexadecimal representation of the octet's value. The
digits of the hexadecimal alphabet, for this purpose,
are "0123456789ABCDEF". Uppercase letters must be
used; lowercase letters are not allowed.
ActionMailer, however, uses "=%02x" specification.
Trivial patch, and test-case fix attached.
Comments and changes to this ticket
-
squadette November 20th, 2008 @ 12:57 PM
- Title changed from RFC-2045 quoted-printable bug to RFC-2045 quoted-printable bug patch
-
squadette November 20th, 2008 @ 12:57 PM
- Title changed from RFC-2045 quoted-printable bug patch to RFC-2045 quoted-printable bug
- Tag changed from 2 years old bug, actionmailer, mime to 2 years old bug, actionmailer, mime, patch
-
Repository November 20th, 2008 @ 10:10 PM
- State changed from new to committed
(from [84583657f40e5554c496fb24dfbc1921f11b0498]) Fixed RFC-2045 quoted-printable bug [#1421 state:committed]
http://www.faqs.org/rfcs/rfc2045... says:
may be represented by an "=" followed by a two digit hexadecimal representation of the octet's value. The digits of the hexadecimal alphabet, for this purpose, are "0123456789ABCDEF". Uppercase letters must be used; lowercase letters are not allowed.
ActionMailer, however, used "=%02x" specification.
Signed-off-by: David Heinemeier Hansson david@loudthinking.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 1421 RFC-2045 quoted-printable bug (from [84583657f40e5554c496fb24dfbc1921f11b0498]) Fixed R...
- 254 Q-encode: should use upper case Fixed in #1421 / 84583657f40e5554c496fb24dfbc1921f11b0498