eclipse-vertx / vertx-openapi

OpenAPI repository
Other
10 stars 7 forks source link

application/json Content-Type is too strictly checked #61

Closed CheesyBoy123 closed 6 months ago

CheesyBoy123 commented 6 months ago

Version

Which version(s) did you encounter this bug ? 4.5.6

Context

In our openapi specification some applications are specifying the produces/consumes "application/json;charset=UTF-8". Currently a space is strictly checked here. It would be nice to remove this restriction.