Right now if you want a different MIME prefix you have to create a base class and override _ap_compute_external_mimetype and then specify that base class in the iobase argument. This feels like something in should be possible to do in ZCML more simply than that.
Right now if you want a different MIME prefix you have to create a base class and override
_ap_compute_external_mimetypeand then specify that base class in theiobaseargument. This feels like something in should be possible to do in ZCML more simply than that.