mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-05-03 20:27:54 +08:00
sa-token-solon-plugin: 修复一个笔误
This commit is contained in:
parent
c5d726952a
commit
d8081274ab
@ -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