Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.git/config
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | group_list | /group/list | Path does not match |
| 2 | group_edit | /group/edit/{id} | Path does not match |
| 3 | group_create | /group/create | Path does not match |
| 4 | group_delete | /group/delete/{id} | Path does not match |
| 5 | app_index | / | Path does not match |
| 6 | news_list | /news/list | Path does not match |
| 7 | news_edit | /news/edit/{id} | Path does not match |
| 8 | news_create | /news/create | Path does not match |
| 9 | news_delete | /news/delete/{id} | Path does not match |
| 10 | pictogram_list | /pictogram/list | Path does not match |
| 11 | pictogram_list_data | /pictogram/list/data | Path does not match |
| 12 | pictogram_delete | /pictogram/delete/{id} | Path does not match |
| 13 | pictogram_toggle_explicit | /pictogram/toggle-explicit/{id} | Path does not match |
| 14 | preset_list | /preset/list | Path does not match |
| 15 | preset_edit | /preset/edit/{id} | Path does not match |
| 16 | preset_create | /preset/create | Path does not match |
| 17 | preset_delete | /preset/delete/{id} | Path does not match |
| 18 | preset_get | /preset/get/{id} | Path does not match |
| 19 | preset_share | /preset/share/{id} | Path does not match |
| 20 | preset_duplicate | /preset/duplicate/{id} | Path does not match |
| 21 | saml_role_list | /saml-role/list | Path does not match |
| 22 | saml_role_edit | /saml-role/edit/{id} | Path does not match |
| 23 | saml_role_create | /saml-role/create | Path does not match |
| 24 | saml_role_delete | /saml-role/delete/{id} | Path does not match |
| 25 | security_index | /login | Path does not match |
| 26 | saml_login | /saml/login | Path does not match |
| 27 | saml_logout | /saml/logout | Path does not match |
| 28 | security_logout | /security/logout | Path does not match |
| 29 | sequence_list | /sequence/list | Path does not match |
| 30 | sequence_edit | /sequence/edit/{id}/{needsUpdate} | Path does not match |
| 31 | sequence_duplicate | /sequence/duplicate/{id} | Path does not match |
| 32 | sequence_save | /sequence/save | Path does not match |
| 33 | sequence_create | /sequence/create | Path does not match |
| 34 | sequence_edit_metadata | /sequence/metadata/edit/{id} | Path does not match |
| 35 | sequence_delete | /sequence/delete/{id} | Path does not match |
| 36 | sequence_test_print | /sequence/test-print/{export} | Path does not match |
| 37 | sequence_print | /sequence/print/{export} | Path does not match |
| 38 | sequence_list_print | /sequence/list/print/{id}/{export} | Path does not match |
| 39 | sequence_share | /sequence/share/{id} | Path does not match |
| 40 | sequence_search | /sequence/search | Path does not match |
| 41 | sequence_pictogram_keywords | /sequence/search/pictogram/{id} | Path does not match |
| 42 | user_profile | /user/profile | Path does not match |
| 43 | user_profile_dont_show_popup_again | /user/profile/dont-show-popup-again | Path does not match |
| 44 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 45 | _wdt | /_wdt/{token} | Path does not match |
| 46 | _profiler_home | /_profiler/ | Path does not match |
| 47 | _profiler_search | /_profiler/search | Path does not match |
| 48 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 49 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 50 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 51 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 52 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 53 | _profiler_open_file | /_profiler/open | Path does not match |
| 54 | _profiler | /_profiler/{token} | Path does not match |
| 55 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 56 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 57 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.