We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I ran test cases locally, I met the Relative302Test failure(both Netty and Grizzly provider).
Relative302Test#redirected302Test would redirect "http://www.google.com/". The uri would be redirected into "http://www.google.co.kr" in South Korea.
The text was updated successfully, but these errors were encountered:
I proposed the following patch.
In api/src/test/java/com/ning/http/client/async/Relative302Test.java ... //String anyGoogleSubdomain = "http://www.google.[a-z]{1,}:80"; String anyGoogleSubdomain = "http://www\.google\.[a-z]+(\.[a-z]+)*:80"; ...
Sorry, something went wrong.
Do a pull request!!! Thanks!
Issue #246 "Relative302Test could be failed in some countries"
7204f93
+ fixed the regular expression
Thanks a lot, Jeanfrancois.
Surely I will do a pull request next time!! (I am sorry that I don't have much experience in using pull requests) :(
Backport #246
c541ad0
add callin tests (AsyncHttpClient#246)
5e3b77b
rlubke
No branches or pull requests
When I ran test cases locally, I met the Relative302Test failure(both Netty and Grizzly provider).
Relative302Test#redirected302Test would redirect "http://www.google.com/".
The uri would be redirected into "http://www.google.co.kr" in South Korea.
The text was updated successfully, but these errors were encountered: