wv1124 / httpclientandroidlib

Automatically exported from code.google.com/p/httpclientandroidlib
Other
0 stars 0 forks source link

BASIC Auth broken #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
basic auth not working in released jar

it adds extra newlines between headers

the root of the problem seems to be Base64.encode from android (it adds a 
newline when used with default flags, try Base64.NO_WRAP)

Original issue reported on code.google.com by markus.w...@gmail.com on 30 Sep 2011 at 12:14

GoogleCodeExporter commented 8 years ago
Thank you for reporting this issue. I could confirm it and fixed all files.

Original comment by dirkb...@gmail.com on 3 Oct 2011 at 7:07