mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-12-21 19:09:45 +08:00
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user