When in development stage, having a resource file like:
``<h:outputStylesheet library="css" name="theme.css?v=1"/>`
it logs message:
Warning: JSF1091: For file theme.css?v=1 no mime-type could be found.
This does not happen if there is no query string attached to the resource like a version param.
Idea:
The mime-type check should ignore everything starting from the question mark in the resource name.
When in development stage, having a resource file like:
``<h:outputStylesheet library="css" name="theme.css?v=1"/>`
it logs message:
Warning: JSF1091: For file theme.css?v=1 no mime-type could be found.
This does not happen if there is no query string attached to the resource like a version param.
Idea:
The mime-type check should ignore everything starting from the question mark in the resource name.