https://issues.apache.org/bugzilla/show_bug.cgi?id=51861

--- Comment #15 from Sebb <[email protected]> 2011-09-22 18:53:29 UTC ---
There's another issue with the code at present.

HTTP generally uses CRLF line terminators; however Java uses LF (\n) only in
the text area.

This means converting \n to \r\n on save, and reverting on restore, otherwwise
the CRs start multiplying!

Not sure if this will have any side effects.

Should this conversion be optional?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to