mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
commit
4515b06fb6
@ -43,6 +43,6 @@ public class SaContextForSolon implements SaTokenContext {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean matchPath(String pattern, String path) {
|
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