MediaType mt = null ;
if ( ct != null )
mt = MediaType.create(ct, charset) ;
DatasetRef desc = DatasetRegistry.get().get(dsname) ;
// The servlets create their own, subclass, action, but it's
// convenient to collect everything together.
HttpAction action = new HttpAction(id, desc, request, response, verbose_debug) ;
log.info(format("[%d] All: %s %s :: '%s' :: %s ? %s", id, method, dsname, trailing, (mt==null?"<none>":mt), (qs==null?"":qs))) ;