-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Feature #1967 LoginAuthenticationFilter authFilterExcludeUrls match supports uri like /xx/** #1971
Conversation
Good method! How about we apply this new feature? |
it seems can not work ideal with the current excludeUrls, we can keep this feature not change the properties |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for contributing and provide this new feature!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for contributing and look forward to more! |
[ISSUE alibaba#1971] Fix ConsumerFilterManager comment error
Describe what this PR does / why we need it
LoginAuthenticationFilter authFilterExcludeUrls match supports uri like /xx/**
Does this pull request fix one issue?
Fixs #1967
Describe how you did it
add the
org.springframework.util.AntPathMatcher
to support matching the uri like /xx/**Describe how to verify it
request the exclude urls
Special notes for reviews