[ https://issues.apache.org/jira/browse/HADOOP-6496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928663#action_12928663 ]
Hadoop QA commented on HADOOP-6496: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12455942/hadoop-6496.txt against trunk revision 1031422. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 15 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs warnings. -1 release audit. The applied patch generated 3 release audit warnings (more than the trunk's current 1 warnings). +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. +1 system test framework. The patch passed system test framework compile. Test results: https://hudson.apache.org/hudson/job/PreCommit-HADOOP-Build/63//testReport/ Release audit warnings: https://hudson.apache.org/hudson/job/PreCommit-HADOOP-Build/63//artifact/trunk/patchprocess/patchReleaseAuditProblems.txt Findbugs warnings: https://hudson.apache.org/hudson/job/PreCommit-HADOOP-Build/63//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Console output: https://hudson.apache.org/hudson/job/PreCommit-HADOOP-Build/63//console This message is automatically generated. > 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 > Attachments: 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.