-
senique authored
Paths of same prefix will return the last match. It will occurs: Routes: { path: '/', authority: ['admin', 'user'] routes: [ { path: '/prefix2', authority: ['user'] }, { path: '/prefix', authority: ['admin'] }, ] } ProblemοΌ When user visit the '/prefix2', it will match the '/prefix', then Exception403 occurs.
4a10734d