Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Resepect Raw URL setting for query string, too (Grizzly, 1.7.x)#440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rlubke merged 1 commit intoAsyncHttpClient:ahc-1.7.xfromgerdriesselmann:patch-5
Dec 13, 2013

Conversation

@gerdriesselmann
Copy link
Contributor

Even with my prior pull request#439 applied, the query string was still escaped twice, when using raw URL. This change fixes it.

The function addQueryString() - that I commented out - seems to do nothing that has not already be done when building the URI in the Request. Except it does not care for the isUseRawUrl() setting. If there's a subtle difference I did not notice, isUseRawUrl() should be added inside the body of that function.

All of async-http-client tests still pass. com.ning.http.client.async.QueryParametersTest has no tests for raw URLs, though. But our tests now show the same behavior for both Netty and Grizzly.

Even with my prior pull requestAsyncHttpClient#439 applied, the query string was still escaped twice, when using raw URL. This change fixes it. The function addQueryString() - that I commented out - seems to do nothing that has not already be done when building the URI in the Request. Except it does not care for the isUseRawUrl() setting. If there's a subtle difference I did not notice, isUseRawUrl() should be added inside the body of that function.All of async-http-client tests still pass. com.ning.http.client.async.QueryParametersTest has no tests for raw URLs, though. But our tests now show the same behavior for both Netty and Grizzly.
rlubke added a commit that referenced this pull requestDec 13, 2013
Resepect Raw URL setting for query string, too (Grizzly, 1.7.x)
@rlubkerlubke merged commitfbea534 intoAsyncHttpClient:ahc-1.7.xDec 13, 2013
cs-workco pushed a commit to cs-workco/async-http-client that referenced this pull requestApr 13, 2023
…t#440)One step closer to support HTTP/2 in the new connection pool. `HTTP2Connections` will be used in a new `HTTP2StateMaschine` in a follow up PR.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@gerdriesselmann@rlubke

[8]ページ先頭

©2009-2025 Movatter.jp