https://issues.apache.org/bugzilla/show_bug.cgi?id=56141
--- Comment #14 from Dan <[email protected]> --- After looking at the differences between setLaxMode and STRICT, I see that the former uses the HttpBrowserCompatibleMultipart class to build the entity, and I wonder if the problem exists when it inserts Content-Transfer-Encoding: 8bit\r\n\r\n The 3 bytes it says it has in the problem sample, include 0x0d0a so it is including the cr and nl in the data. -- You are receiving this mail because: You are the assignee for the bug.
