? ? Success

User tests: Successful: Unsuccessful:

avatar mbabker
mbabker
25 Oct 2016

Summary of Changes

Joomla community members have indicated they have issues with the core code having added integrity checks to high level APIs which could cause a site to render an error page (if rendered at all) due to the additional checks raising an error condition. Therefore this reverts three high level checks I have personally added to the core API:

  • Checks for invalid data structure when adding data to a Registry
  • Checks for an invalid configuration when instantiating a cache handler
  • Checks for an invalid configuration when instantiating a session handler

Testing Instructions

  • With invalid JSON data, the error should now be silently absorbed and the site blissfully function as expected. You can fill your database full of records containing {""} to validate this for fields holding JSON data.
  • Invalidly configured cache and session handlers will probably result in a fatal error now.
avatar mbabker mbabker - open - 25 Oct 2016
avatar mbabker mbabker - change - 25 Oct 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Oct 2016
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 25 Oct 2016
Category External Library Libraries
avatar brianteeman
brianteeman - comment - 25 Oct 2016

No thats not the community at all.

Personally I want to know if my data is faulty. If i dont know then I cant fix it.

avatar PhilETaylor
PhilETaylor - comment - 25 Oct 2016

If I had a close button, I would click it. But I dont have that access :)

avatar brianteeman
brianteeman - comment - 25 Oct 2016

I do

avatar brianteeman brianteeman - change - 25 Oct 2016
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2016-10-25 23:44:10
Closed_By brianteeman
avatar brianteeman brianteeman - close - 25 Oct 2016

Add a Comment

Login with GitHub to post a comment