android-volley icon indicating copy to clipboard operation
android-volley copied to clipboard

fix missing headers with multiple values

Open sepbehroozi opened this issue 8 years ago • 4 comments

hey there in some responses headers we have multiple Set-Cookie headers. volley always consider first value of these type of headers :

Header h = new BasicHeader(header.getKey(), header.getValue().get(0));

My solution is that we shouldn't consider only first item of header.getValue(). we should merge all values in array with ;

for more info about this bug and example see this

sepbehroozi avatar Dec 16 '15 13:12 sepbehroozi

knock knock no one's here :|

sepbehroozi avatar Jan 31 '16 10:01 sepbehroozi

Hi, man. Did you fix that?

michaem avatar Mar 24 '16 14:03 michaem

Hey there Yes I've fixed that in a clone of this repository Here is the address :https://github.com/3pehrbehroozi/android-volley

sepbehroozi avatar Mar 28 '16 05:03 sepbehroozi

Thx, man. I saw it)

michaem avatar Mar 28 '16 05:03 michaem