User tests: Successful: Unsuccessful:
Pull Request for Issue #42477.
There is a bug in System - Page Cache plugin causes Exclude URLs never works as explained in original issue. This PR just fixes that issue. Plus I change the code for checking URLs exclusion to use the same code like in Joomla 3 because:
The page is always being cached. To see that, you can access to that menu item for the first page. Then try to edit code in the file components/com_content/tmpl/article/default.php , add some random string to it. Then access to the menu item again, you do not see any change (because the system uses a cached version of the page)
The page is not being cached as expected. To see that, you can access to that menu item for the first page. Then try to edit code in the file components/com_content/tmpl/article/default.php , add some random string to it. Then access to the menu item again, you will see the change you applied.
Please select:
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
PR-4.4-dev
|
I have tested this item ✅ successfully on eb2b1c4
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-03-04 13:01:01 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
RTC
|
Thanks!
I have tested this item ✅ successfully on 1deb336
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42871.