returnfalse,fmt.Errorf("only type \"file\", \"redirect\" and \"proxy\" is supported for signature %v: type %v given",me.Signature,me.getProtocolString())
ms.DoPanicf(w,http.StatusNotImplemented,"only type \"file\", \"redirect\" and \"proxy\" is supported for signature %v: type %v given",signature,me.getProtocolString())
return
}
ms.DoPanicf(w,http.StatusInternalServerError,"Cannot execute action %s on signature %s: %v",action,me.Signature,err)