Routing
web_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "html" |
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 7 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 15 | app.swagger_ui | /api-doc | Path does not match |
| 16 | app.swagger | /api/doc.json | Path does not match |
| 17 | web_admin_dashboard | /admin/{_locale}/ | Path does not match |
| 18 | web_admin_logs | /admin/{_locale}/logs | Path does not match |
| 19 | web_api_admin_system_status | /web-api/admin/{_locale}/common/system-status | Path does not match |
| 20 | web_api_admin_active_tasks | /web-api/admin/{_locale}/common/active-tasks | Path does not match |
| 21 | web_api_admin_cancel_task | /web-api/admin/{_locale}/common/cancel-task | Path does not match |
| 22 | web_api_admin_logs | /web-api/admin/{_locale}/common/logs | Path does not match |
| 23 | web_api_admin_logs_files | /web-api/admin/{_locale}/common/logs/files | Path does not match |
| 24 | web_app_dashboard | /app/{_locale}/ | Path does not match |
| 25 | web_init | / | Path does not match |
| 26 | web_admin_edit_document_content | /admin/{_locale}/documents/contents/{contentId}/edit | Path does not match |
| 27 | web_admin_list_documents | /admin/{_locale}/documents/list | Path does not match |
| 28 | web_admin_register_document | /admin/{_locale}/documents/register | Path does not match |
| 29 | web_admin_edit_document | /admin/{_locale}/documents/edit/{documentId} | Path does not match |
| 30 | web_admin_download_document_file | /admin/{_locale}/documents/download/{documentId} | Path does not match |
| 31 | web_api_admin_documents_export_excel | /web-api/admin/{_locale}/document/export-excel | Path does not match |
| 32 | web_api_admin_documents_list | /web-api/admin/{_locale}/document/list | Path does not match |
| 33 | web_api_admin_delete_document | /web-api/admin/{_locale}/document/delete/{documentId} | Path does not match |
| 34 | web_api_admin_delete_document_content | /web-api/admin/{_locale}/document/content/delete/{contentId} | Path does not match |
| 35 | web_api_admin_create_document_content | /web-api/admin/{_locale}/document/content/create/{documentId} | Path does not match |
| 36 | web_api_admin_reload_document | /web-api/admin/{_locale}/document/reload/{documentId} | Path does not match |
| 37 | web_api_admin_cancel_reading_document | /web-api/admin/{_locale}/document/cancel-reading/{documentId} | Path does not match |
| 38 | web_api_admin_mark_not_found_document | /web-api/admin/{_locale}/document/mark-not-found/{documentId} | Path does not match |
| 39 | web_api_admin_deprecate_document | /web-api/admin/{_locale}/document/deprecate/{documentId} | Path does not match |
| 40 | web_admin_list_countries | /admin/{_locale}/masterdata/countries/list | Path does not match |
| 41 | web_admin_register_country | /admin/{_locale}/masterdata/countries/register | Path does not match |
| 42 | web_admin_edit_country | /admin/{_locale}/masterdata/countries/edit/{countryId} | Path does not match |
| 43 | web_admin_list_model_configurations | /admin/{_locale}/model-configurations/list | Path does not match |
| 44 | web_admin_register_model_configuration | /admin/{_locale}/model-configurations/register | Path does not match |
| 45 | web_admin_edit_model_configuration | /admin/{_locale}/model-configurations/edit/{modelConfigurationId} | Path does not match |
| 46 | web_admin_list_sectors | /admin/{_locale}/masterdata/sectors/list | Path does not match |
| 47 | web_admin_register_sector | /admin/{_locale}/masterdata/sectors/register | Path does not match |
| 48 | web_admin_edit_sector | /admin/{_locale}/masterdata/sectors/edit/{sectorId} | Path does not match |
| 49 | web_api_admin_countries_list | /web-api/admin/{_locale}/country/list | Path does not match |
| 50 | web_api_admin_delete_country | /web-api/admin/{_locale}/country/delete/{countryId} | Path does not match |
| 51 | web_api_admin_model_configurations_list | /web-api/admin/{_locale}/model-configuration/list | Path does not match |
| 52 | web_api_admin_delete_model_configuration | /web-api/admin/{_locale}/model-configuration/delete/{uuid} | Path does not match |
| 53 | web_api_admin_activate_model_configuration | /web-api/admin/{_locale}/model-configuration/activate/{uuid} | Path does not match |
| 54 | web_api_admin_sectors_list | /web-api/admin/{_locale}/sector/list | Path does not match |
| 55 | web_api_admin_delete_sector | /web-api/admin/{_locale}/sector/delete/{sectorId} | Path does not match |
| 56 | web_api_app_sectors_list | /web-api/app/{_locale}/sector/list | Path does not match |
| 57 | web_api_app_sectors_tree | /web-api/app/{_locale}/sector/tree | Path does not match |
| 58 | web_login | /{_locale}/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.