Actions
Bug #9388
closedJoomla Document loaded too early in document HTML handling
Description
CB is loading Joomla's Document object too early in document HTML handling during the construct. It instead should only be loaded when needed at call time. Loading too early results in the document being unavailable or wrong type during header handling resulting in missing headers during document type juggling (e.g. HtmlDocument changed to ErrorDocument on 404 pages).
Actions