Problem/Motivation

It will be very interresting to use a path like /user/* and the "*" to restrict a list of routes.

Proposed resolution

Accept a path in the form field "route name".
Exemple of path :
- /
- /*
- /user/*
- /user/login

Or maybe use regex to select possible path.

Comments

OlivierG created an issue. See original summary.

  • OlivierG committed 463de80 on 1.0.x
    Issue #3252598 by OlivierG: use path in route field
    
olivierg’s picture

Version: » 1.0.0-beta1
Status: Active » Fixed

For now we can use path like /user/% for urls with parameters like /user/1 and a complete path like /user/login.

  • OlivierG committed 98ea42f on 1.0.x
    Issue #3252598 by OlivierG: use regex, path, path with wildcards '%' or...
olivierg’s picture

Assigned: Unassigned » olivierg
olivierg’s picture

Status: Fixed » Closed (fixed)