-
Notifications
You must be signed in to change notification settings - Fork 1
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
RFC-6838: parameter should not be specified more than once #3
Labels
Milestone
Comments
Hi, I'd like to work on this. Is an IllegalStateException okay for this purpose? |
Hi @Viciouss! Thanks for contributing. I'll look at your PR soon. About exception: it would be better to use checked one here, you can take |
Oops! Job |
@Viciouss thanks! |
@rultor release, tag= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to Parameter Requirements:
So lets change
params()
signature ofMimeType
fromMap<String, List<String>>
toMap<String, String>
. If parameter specified more than onceparams()
should throw an exception.The text was updated successfully, but these errors were encountered: