[ 
https://issues.apache.org/jira/browse/HADOOP-6496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932422#action_12932422
 ] 

Hudson commented on HADOOP-6496:
--------------------------------

Integrated in Hadoop-Common-trunk #514 (See 
[https://hudson.apache.org/hudson/job/Hadoop-Common-trunk/514/])
    HADOOP-6496. HttpServer sends wrong content-type for CSS files (and 
others). Contributed by Todd Lipcon.


> HttpServer sends wrong content-type for CSS files (and others)
> --------------------------------------------------------------
>
>                 Key: HADOOP-6496
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6496
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Lars Francke
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: hadoop-6496.txt, hadoop-6496.txt
>
>
> CSS files are send as text/html causing problems if the HTML page is rendered 
> in standards mode. The HDFS interface for example still works because it is 
> rendered in quirks mode, the HBase interface doesn't work because it is 
> rendered in standards mode. See HBASE-2110 for more details.
> I've had a quick look at HttpServer but I'm too unfamiliar with it to see the 
> problem. I think this started happening with HADOOP-6441 which would lead me 
> to believe that the filter is called for every request and not only *.jsp and 
> *.html. I'd consider this a bug but I don't know enough about this to provide 
> a fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to