dromara / sureness

A efficient security framework focus on protection of API.

Home Page:https://usthe.com/sureness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

path can not match case the pattern `**` can not turn null when it in last.

tomsun28 opened this issue · comments

the pattern /**/swagger-resources/**===get can not match the request uri /api/swagger-resources
so is the /xxx/** can not match the request /xxx , the pattern ** can not turn null when it in last.