Export to GitHub

wro4j - issue #921

Missing SVG contentType in ContentTypeResolver


Posted on Feb 20, 2015 by Massive Monkey

defaultContentTypeMap in ContentTypeResolver doesn't contain svg type.

Could you add it in next release ?

here is the correct content type to put in map :

defaultContentTypeMap.put("svg", "image/svg+xml");

Reported on github: https://github.com/alexo/wro4j/issues/216

Comment #1

Posted on Feb 20, 2015 by Massive Monkey

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Enhancement Priority-Medium Milestone-Release-1.7.8