-
Notifications
You must be signed in to change notification settings - Fork 110
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
Missing SVG contentType in ContentTypeResolver #216
Comments
Thanks for reporting this issue. |
Fixed in branch 1.7.x |
You can also add :
|
I'll update the implementation. Reopening the issue. |
Btw, the project is moving to a new location: http://github.com/wro4j/wro4j |
I had not seen. you should highlight this moving :) |
Indeed, there is no way to preserve them. I've decided to move the project, since google code is closing and all the issues were located there. Also consolidating issues, documentation and code in a single location is a good idea on the long run.. — On Mon, Mar 30, 2015 at 3:10 PM, Ludovic Dussart [email protected]
|
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");
thanks :)
The text was updated successfully, but these errors were encountered: