Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.0
-
None
-
Unit
-
Trivial
-
N/A
-
N/A
-
Description
This happens because the content type is not set properly when retrieving a resource from a webjar. It works for JavaScript because browsers are more permissive, setting Accept: */* on the request, while in the case of CSS, they use Accept: text/css,*/*;q=0.1. The webjars actions always responds with text/html.
Attachments
Issue Links
- relates to
-
FILEMAN-36 Fallback on webjars when CDN fails
- Closed