-
Bug
-
Resolution: Fixed
-
Blocker
-
2.0.0 M4
-
None
The "CAS server URL" configuration parameter (runtime.authentication.cas.serverUrl) is validated by an invalid regular expression : "^https://".
It should be "https://.*" or "https://[\w-.]*(:\d+)?", like the LDAP server url validator.