User tests: Successful: Unsuccessful:
With the new options to improve the routing, we introduced redirects when the URL does not meet our expectations. These redirects only take effect when the request is for a frontend page and when it is a GET request. However this also means that for example AJAX calls or calls to JSON/XML output gets redirected. This isn't an issue because GET requests do automatically follow redirects, but it would mean that such a request would be received, redirected and then received again, thus creating 2 requests on the server. In order to reduce load, this PR thus excludes all requests which aren't for HTML documents.
/?format=feed
to the URLYou get redirected to the URL without the trailing slash and then receive the feed.
You get the feed output directly without a redirect.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
I have tested this item ✅ successfully on bc8d43c
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
bug
PR-5.1-dev
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-03-18 21:59:08 |
Closed_By | ⇒ | LadySolveig |
Thank you @Hackwar ? and also for testing @Fedik @SniperSister
I have tested this item ✅ successfully on bc8d43c
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43083.