cloudogu / sonar-cas-plugin

CAS Authentication support for SonarQube
GNU Affero General Public License v3.0
14 stars 7 forks source link

Default to "/" as context path #25

Closed ppxl closed 4 years ago

ppxl commented 4 years ago

In a domain-mapped SonarQube environment like sonar.server.com/ the context path may be empty. This situation makes SonarQube panic during the request handling.

Providing a fallback to "/" suffices if the context path is empty.

ppxl commented 4 years ago

This issue is addressed in PR #24