gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.75k stars 354 forks source link

Swagger UI not always using correct server URL #3241

Closed tb06904 closed 2 weeks ago

tb06904 commented 2 weeks ago

Describe the bug The swagger UI for the spring rest some times will not pick up the correct server URL resulting in it defaulting to http rather than https.

To Reproduce Can be reproduced when connecting to the swagger UI forwarding from a https connection, it will revert to http in the UI.

Additional context The fix should essentially be from the issue report here