You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows uses backslashes for OS paths and doesn't allow semicolons in folders and files names.
I introduced 2 changes in the router to handle these behaviours :
- an optional paramChar to let the user customized the character used for parameterized routes. Semicolon is the default value. I moved the paramPattern definition inside the router accordingly, to apply the user's choice
- a sanitization of the paths to prevent mixing of slashes and backslashes which messes the parameters's value indentification
0 commit comments