Skip to content

Commit 7340f85

Browse files
author
afelisatti
committed
[1.9.x] Fix AsyncHttpClient#852: query paramters should not be removed from the redirect URI.
1 parent 220ac1b commit 7340f85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/ning/http/client/providers/grizzly/AhcEventFilter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ private static Request newRequest(final Uri uri,
827827
builder.setMethod("GET");
828828
}
829829
builder.setUrl(uri.toString());
830-
builder.resetQuery();
831830
for (String cookieStr : response.getHeaders().values(Header.Cookie)) {
832831
builder.addOrReplaceCookie(CookieDecoder.decode(cookieStr));
833832
}

0 commit comments

Comments
 (0)