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

VertxHttpHeaders add(CharSequence, Iterable<CharSequence>) casts to String instead of CharSequence #3479

Closed
vietj opened this issue Jul 5, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@vietj
Copy link
Member

vietj commented Jul 5, 2020

The implementation of Vertx#add(CharSequence, Iterable<CharSequence>) casts the iterable elements to String instead of CharSequence leading to class cast exceptions when adding CharSequence which are not String

@vietj vietj added the bug label Jul 5, 2020
@vietj vietj self-assigned this Jul 5, 2020
@vietj vietj added this to the 3.9.2 milestone Jul 5, 2020
vietj added a commit that referenced this issue Jul 5, 2020
@vietj vietj closed this as completed in 871d651 Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant