mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-12-04 12:57:54 +08:00
commit
4515b06fb6
@ -43,6 +43,6 @@ public class SaContextForSolon implements SaTokenContext {
|
||||
*/
|
||||
@Override
|
||||
public boolean matchPath(String pattern, String path) {
|
||||
return PathAnalyzer.get(path).matches(path);
|
||||
return PathAnalyzer.get(pattern).matches(path);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user