- which versions are you using:
sonarqube:10.4.1-community
- how is SonarQube deployed: Docker
- what are you trying to achieve: get the saml.png resource on appropriate web context path
- what have you tried so far to achieve this: looked through the administration options
Hello,
Since upgrading from 9.9.5
to 10.4.1
, when visiting the login page (/sessions/new
), the SAML icon is not being displayed. Looking at the network console, it seems like it is trying to load it directly from <domain>/images/saml.png
instead of <domain>/<SONAR_WEB_CONTEXT>/images/saml.png
. Every other resource seems to be loaded correctly from the web context path, after a smoke test.
How can I get around this?
Thank you.