Replies: 1 comment 2 replies
-
Yes, please provide a pull request. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to use the RedirectHttpsFilter. I did not find in the documentation or source code a way to exclude a path that contains path attributes (
/foo/:name
).The current exclude path checks for exact matches. It could maybe be improved with wildcard patterns or route annotation (similar to
+nocsrf
for CSRFFilter).If this seems like a good idea, i could try a draft to implement it.
Thanks for your time
Beta Was this translation helpful? Give feedback.
All reactions