-
Bug
-
Resolution: Fixed
-
Medium
-
2.3.2
-
debian 6.0.2 („Squeeze") / jetty 6.1.24-6
When deploying the current crowd WAR to jetty, crowd serves all contents as "text/html". All current browser releases ignore css files with a mime type of "text/html" which leads to an destroyed layout of the User Console.
However, this error does not occur with the standalone release of crowd as Tomcat seems to correct this bug by overriding the mime types.
Looks like a Filter is setting wrong mime types for all served files...
- causes
-
CWD-3539 Explicitly set the request encoding to UTF-8 in a filter
- Closed
The responsible CrowdEncodingFilter has been removed; its intention was to set a UTF-8 encoding on all pages, but it was applying to all non-HTML resources. Now the underlying JSPs all declare the correct encoding the filter is unnecessary.