Description
TestHostnameFilter may currently fail with the following:
Error Message null expected:<localhost[.localdomain]> but was:<localhost[]> Stacktrace junit.framework.ComparisonFailure: null expected:<localhost[.localdomain]> but was:<localhost[]> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.hadoop.lib.servlet.TestHostnameFilter$1.doFilter(TestHostnameFilter.java:50) at org.apache.hadoop.lib.servlet.HostnameFilter.doFilter(HostnameFilter.java:68) at org.apache.hadoop.lib.servlet.TestHostnameFilter.hostname(TestHostnameFilter.java:58)