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

SPR-17645: Fix ClassCastException in FormHttpMessageConverter #2078

Merged
merged 1 commit into from Jan 8, 2019
Merged

Conversation

wsy
Copy link
Contributor

@wsy wsy commented Jan 8, 2019

We should not cast MultiValueMap<String, ?> to MultiValueMap<String, String>

We should not cast MultiValueMap<String, ?> to MultiValueMap<String, String>
@wsy
Copy link
Contributor Author

wsy commented Jan 8, 2019

I've created a JIRA ticket to describe this bug and this fix.
Here's the link: JIRA SPR-17645

@wsy wsy changed the title Fix ClassCastException in FormHttpMessageConverter SPR-17645: Fix ClassCastException in FormHttpMessageConverter Jan 8, 2019
@jhoeller jhoeller merged commit b94e8c4 into spring-projects:master Jan 8, 2019
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

2 participants