String hintDescription = "Due to a bug, some proxy caching servers do not detect the presence"
+ " of the Content-Encoding response header. This can result in compressed"
+ " versions being delivered to client browsers that cannot properly"
+ " decompress the files. Therefore, use either 'Cache-Control: private'"
+ " or 'Vary: Accept-Encoding' for the following resource: http://www.google.com";
HintRecord expectedHint = createHintRecord(hintDescription, HintRecord.SEVERITY_WARNING);
runCacheTest(responseBuilder.getEvent(), DEFAULT_URL, expectedHint);
}