vert.x icon indicating copy to clipboard operation
vert.x copied to clipboard

MimeMapping.getMimeType should be case insensitive

Open pigbayspy opened this issue 3 years ago • 2 comments
trafficstars

Motivation:

  • MimeMapping.getMimeType should be case insensitive https://github.com/eclipse-vertx/vert.x/issues/4499
  • add MimeMapping's test

pigbayspy avatar Nov 19 '22 14:11 pigbayspy

@vietj Could you take a look?

zll600 avatar Apr 10 '24 15:04 zll600

  • changed to use HttpUtils to lowercase string
  • rename test class name

pigbayspy avatar Apr 16 '24 14:04 pigbayspy