Hello, everyone, I'm trying to set up spring secur...
# spring
t
Hello, everyone, I'm trying to set up spring security and I think I got it working but I'd like an efficient way to filter url patterns other than using antMatchers. I've seen some people use extended xml, but I'm unaware of exactly how to leverage this feature (Where should the file go, how should it be named, where can I find more docs about this feature?). Most importantly, I was curious if there was a dedicated DSL for spring security, similar to what
router {}
does, if there is I can't seem to find the docs. Can anyone here point me in the right direction?
c
There is no security-specific Kotlin DSL. With the rest of the questions I suggest going to Spring forums or stackoverflow.
t
Thanks! Will do.
c
Oh, I should've phrased it "no official dedicated DSL for Spring Security" 🙂
l
yes, you are right 🙂
s
I am working on some Spring Security DSL, but that's not yet available.
❤️ 2
👍 3