-
Notifications
You must be signed in to change notification settings - Fork 69
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpClient NPE bug when add queryparam #462
Labels
[type] bug
Something isn't working
Milestone
Comments
thibauult
added a commit
to thibauult/symphony-bdk-java
that referenced
this issue
Mar 2, 2021
5 tasks
5 tasks
@symphony-hong PR created #463 |
thibauult
added a commit
to thibauult/symphony-bdk-java
that referenced
this issue
Mar 2, 2021
thibauult
added a commit
to thibauult/symphony-bdk-java
that referenced
this issue
Mar 2, 2021
thibauult
added a commit
that referenced
this issue
Mar 2, 2021
Release 2.1.1 should be available soon in Maven Central. |
thibauult
added a commit
that referenced
this issue
Mar 2, 2021
thibauult
added a commit
that referenced
this issue
Mar 2, 2021
Do we need to merge into master too? |
Already backported onto |
thibauult
added
[status] waiting-for-feedback
We need additional information before we can continue
and removed
[status] waiting-for-feedback
We need additional information before we can continue
labels
Mar 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
When we try to add a query param to a HttpClient instance, a NPE will be thrown because the
queryParams
inRequestConfig
was initialised withnull
and same forheaders
,cookies
andformParams
.Ref
Steps to Reproduce:
Reproduce with the unittest:
Expected Result:
The query param is added successfully.
Same for
headers
,cookies
,formParams
Actual Result:
Environment:
symphony-bdk-2.1.0
The text was updated successfully, but these errors were encountered: