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

Resolves gh-25140 #25155

Closed
wants to merge 1 commit into from
Closed

Conversation

midumitrescu
Copy link
Contributor

@midumitrescu midumitrescu commented May 28, 2020

Simple fix for GH-25140

Just to be sure, the call

multiValueMap.addAll("some-key", null);

will fail with NullPointer.

multiValueMap.addAll("some-other-key", Collections.emptyList());

produces

multiValueMap.getFirst("some-other-key") == null

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 28, 2020
@midumitrescu
Copy link
Contributor Author

already resolved by @jhoeller with another commit

@bclozel bclozel removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants