1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add RedirectToHttps to XML

Closes gh-16775
This commit is contained in:
Josh Cummings
2025-03-19 15:25:29 -06:00
parent 989aee244b
commit e6008b6067
8 changed files with 94 additions and 4 deletions
@@ -118,6 +118,10 @@ If no pattern is defined, all requests will be matched, so the most specific pat
Sets the realm name used for basic authentication (if enabled).
Corresponds to the `realmName` property on `BasicAuthenticationEntryPoint`.
[[nsa-redirect-to-https-request-matcher-ref]]
* **redirect-to-https-request-matcher-ref**
A reference to a bean that implements `RequestMatcher` that will determine which requests must redirect to HTTPS.
This is helpful when, for example, wanting to run HTTP locally and HTTPS in production using a request header.
[[nsa-http-request-matcher]]
* **request-matcher**