Omeka_Controller_Plugin_DefaultContentType

Package: Controller\Plugin

class Omeka_Controller_Plugin_DefaultContentType

extends Zend_Controller_Plugin_Abstract

This controller plugin sets the default Content-Type header when one hasn’t been set at the end of the controller processing.

This has to be done here because Zend allows header duplication, the output contexts don’t overwrite headers of the same name, and some servers (FastCGI) choke when they see two Content-Type headers.

Omeka_Controller_Plugin_DefaultContentType::dispatchLoopShutdown()

Add a default Content-Type to the response if none is already set.