Skip to content
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

make method updateParamsForAuth protected for java webclient #10351

Merged
merged 1 commit into from
Sep 9, 2021
Merged

make method updateParamsForAuth protected for java webclient #10351

merged 1 commit into from
Sep 9, 2021

Conversation

bhuism
Copy link
Contributor

@bhuism bhuism commented Sep 8, 2021

Make method updateParamsForAuth protected (not private) for java webclient

rationale: so that it can be overridden

the equivalent method in RestTemplate is currently also protected

protected void updateParamsForAuth(String[] authNames, MultiValueMap<String, String> queryParams, HttpHeaders headerParams, MultiValueMap<String, String> cookieParams)

@wing328
Copy link
Member

wing328 commented Sep 9, 2021

Looks good to me. Next time please follow the PR checklist to update the samples and copy the Java technical committee for review.

cc @bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @nmuesch (2021/01)

@wing328 wing328 merged commit 54e98c8 into OpenAPITools:master Sep 9, 2021
@wing328 wing328 added this to the 5.3.0 milestone Sep 9, 2021
@bhuism
Copy link
Contributor Author

bhuism commented Nov 26, 2021

Forgot to thank you @wing328 (next time I will follow the PR checklist)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants