if (getMayFilter ())
rh.handlerFactory =
proxy.getHandlerFactory (ct.toLowerCase ());
if (rh.handlerFactory == null
&& ct.startsWith ("multipart/byteranges"))
rh.handlerFactory = new MultiPartHandler ();
}
}
if (rh.handlerFactory == null) { // still null
rh.handlerFactory = new BaseHandler (); // fallback...
}