29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00
cms/libraries/src/Router
Nicholas K. Dionysopoulos 4563141cd9
Fix API application routing (#29303)
API not routed correctly on semi-SEF URLs with index.php in them
such as /api/index.php/v1/content/article

The reason is that the ApiRouter code is incorrectly tied to the
URL rewriting option in Global Configuration and doesn't really
check correctly whether the index.php part is found at the
beginning of the URL.
2020-05-31 20:22:31 +01:00
..
Exception Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
AdministratorRouter.php Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
ApiRouter.php Fix API application routing (#29303) 2020-05-31 20:22:31 +01:00
Route.php Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
Router.php Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
SiteRouter.php Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00