J3 Issue ?
avatar mbabker
mbabker
23 Dec 2016

The API fails to catch Exceptions in a lot of cases which causes Joomla to hit an error page when it could gracefully degrade and continue. Two of the worst offenders with this are in using the cache and logging libraries; generally callers to those libraries should be able to continue even if performing CRUD operations on the cache or writing a log message fails.

An effort should be made to catch Exceptions from these libraries and try to gracefully handle the error and continue the request cycle instead of these going uncaught and triggering an error page.

avatar mbabker mbabker - open - 23 Dec 2016
avatar joomla-cms-bot joomla-cms-bot - change - 23 Dec 2016
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 23 Dec 2016
avatar nibra nibra - change - 16 Mar 2017
Category Feature Request
avatar nibra nibra - change - 16 Mar 2017
Status New Confirmed
avatar franz-wohlkoenig franz-wohlkoenig - change - 9 Nov 2017
Status Confirmed Information Required
avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Nov 2017
Status Information Required Confirmed
avatar brianteeman brianteeman - change - 25 Mar 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 25 Mar 2018
avatar brianteeman
brianteeman - comment - 24 Jul 2018

@mbabker looks like we have had quite a few PR to address this - are there any other areas that need to be addressed or is this now complete?

avatar mbabker
mbabker - comment - 24 Jul 2018

Probably complete enough.

avatar mbabker mbabker - close - 24 Jul 2018
avatar mbabker mbabker - change - 24 Jul 2018
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2018-07-24 13:45:32
Closed_By mbabker

Add a Comment

Login with GitHub to post a comment