String ctype = rh.webHeader.getHeader ("Content-Type");
if (ctype != null)
rh.handlerFactory = proxy.getCacheHandlerFactory (ctype);
if (rh.handlerFactory == null || ranges != null)
// Simply send, its already filtered.
rh.handlerFactory = new BaseHandler ();
WarningsHandler wh = new WarningsHandler ();
wh.removeWarnings (getLogger (), rh.webHeader, false);
return null;
}