-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Provide a request matcher for securing the H2 console #11704
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
Comments
Perhaps we could rename I guess finding a good name would be the most complicated part: that class already sits in the |
Yeah, I think that's not a bad idea. I don't think a |
Perhaps something super general like |
I think if we really want to provide an easy way to add back 1.5 like security for H2, we would need something more than the |
I didn't realize it did that much!
I guess it depends how easy it is to mix that in with existing security concerns. One reason I like the new matchers is it's easy to plug them in at the correct place (not bean ordering etc). In the past Rob talked about using some static helper, perhaps this would be a good candidate for that? |
We're going to go with a |
See #10264 for background.
The text was updated successfully, but these errors were encountered: