Routing
user_login
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "fr" |
Route Matching Logs
Path to match:
/fr/authentification
# | Route name | Path | Log |
---|---|---|---|
1 | record_authority_parcours | /{_locale}/{parcours}/autorite/{permalink} | Path does not match |
2 | record_authority | /{_locale}/autorite/{permalink} | Path does not match |
3 | record_authority_pdf | /{_locale}/print/autorite.{format}/{permalink} | Path does not match |
4 | error_bpi_not_found | /{_locale}/error/404 | Path does not match |
5 | help_search | /{_locale}/aide/recherche | Path does not match |
6 | help_result | /{_locale}/aide/exploitationresultats | Path does not match |
7 | help_service | /{_locale}/aide/services | Path does not match |
8 | help_account | /{_locale}/aide/compte | Path does not match |
9 | home2 | /{_locale}/ | Path does not match |
10 | home_thematic | /{_locale}/{parcours} | Path almost matches, but Requirement for "parcours" does not match (autoformation|presse-revues|cinema|ressources|nouveautes|les-yeux-doc|dernieres-actualites|bpi-poi|se-reperer) |
11 | record_indice_cdu_parcours | /{_locale}/{parcours}/indice-cdu/{permalink} | Path does not match |
12 | record_indice_cdu | /{_locale}/indice-cdu/{permalink} | Path does not match |
13 | indice_around_indexes | /{_locale}/indice-cdu/{cote}/around/{current} | Path does not match |
14 | indice_pdf | /{_locale}/print/indice.{format}/{permalink} | Path does not match |
15 | media-link | /{_locale}/media/{permalink} | Path does not match |
16 | record_bibliographic_parcours | /{_locale}/{parcours}/document/{permalink} | Path does not match |
17 | record_bibliographic | /{_locale}/document/{permalink} | Path does not match |
18 | record_bibliographic_pdf | /{_locale}/print/document.{format}/{permalink} | Path does not match |
19 | common-report-error | /{_locale}/signaler-une-erreur-sur-le-catalogue | Path does not match |
20 | send_by_mail | /{_locale}/send-by-mail | Path does not match |
21 | suggest_by_mail | /{_locale}/suggest-by-mail | Path does not match |
22 | print_export_reset | /{_locale}/print-export-reset | Path does not match |
23 | search_parcours | /{_locale}/{parcours}/recherche-simple | Path does not match |
24 | search | /{_locale}/recherche-simple | Path does not match |
25 | advanced_search_parcours_essentiels | /{_locale}/{parcours}/resultats/essentiels/{essentiels} | Path does not match |
26 | search_parcours_essentiels_with_slash | /{_locale}/{parcours}/resultats/essentiels/{essentiel1}/{essentiel2} | Path does not match |
27 | advanced_search_parcours | /{_locale}/{parcours}/recherche-avancee | Path does not match |
28 | advanced_search | /{_locale}/recherche-avancee | Path does not match |
29 | refined_search | /{_locale}/recherche-affinee | Path does not match |
30 | refined_search_parcours | /{_locale}/{parcours}/recherche-affinee | Path does not match |
31 | back_search | /{_locale}/recherche-retour/{searchToken} | Path does not match |
32 | back_search_parcours | /{_locale}/{parcours}/recherche-retour/{searchToken} | Path does not match |
33 | saved_search | /{_locale}/recherche-sauvegardee/{id} | Path does not match |
34 | search_pdf | /{_locale}/print/recherche.{format} | Path does not match |
35 | search_autocompletion | /{_locale}/autocompletion | Path does not match |
36 | search_autocompletion_parcours | /{_locale}/{parcours}/autocompletion | Path does not match |
37 | user_login_old | /{_locale}/authentification_old | Path does not match |
38 | user_login | /{_locale}/authentification | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.