Labels |
Added:
?
|
Category | ⇒ | com_ajax |
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-24 15:49:08 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
J3 Issue
|
The error handling layer is already refactored in 4.0 and the odds of this getting attention in 3.x are slim to none. So, closing. If someone wants to take a stab at it what I pointed out above is still an option.
JErrorPage
in 3.x isn't request format aware and as such usesJDocumentError
to spit out error responses, which only supports HTML.4.0 is format aware. We'd have to scrutinize it a little more but in theory it'd be possible to backport https://github.com/joomla/joomla-cms/tree/4.0-dev/libraries/src/CMS/Error into 3.8 (IIRC all the work is self-contained into 9a2fe89).