You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <gg...@seagullsw.com> on 2004/03/17 23:14:58 UTC

[codec] Base64 and RFC 2045 lines

Hello,

RFC 2045 [1] always uses CRLF as a line-delimiter. Our base64 encoding
always uses LF, no CR, to created chunked output.

Is this on purpose or a bug in our implementation?

Gary

[1] http://www.ietf.org/rfc/rfc2045.txt



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: [codec] Base64 and RFC 2045 lines

Posted by "Noel J. Bergman" <no...@devtech.com>.
> RFC 2045 always uses CRLF as a line-delimiter. Our base64 encoding
> always uses LF, no CR, to created chunked output.

> Is this on purpose or a bug in our implementation?

See RFC 2045 sections 2.7 and 2.8.

	--- Noel

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org