Description
The problem is this code:
String repositoryParamPrefix = propName.substring(0, propName.length() - REPOSITORY_ADDRESS_PARAM_SUFFIX.length());
String repositoryUsername = this.configuration.getString(repositoryParamPrefix + ".repository.user.name");
String repositoryPassword = this.configuration.getString(repositoryParamPrefix + ".repository.password");
This does not take the jvm credentials which are typically used into account.
Perhaps we could instead of trying to login a session also just check for some HippoServiceRegistry service that is available (and gets bootstrapped by the repository)
Attachments
Issue Links
- is a part of
-
HSTTWO-3472 Support HST Container Loading (currently done by HstSiteConfigServlet) in earlier phase for more accessibility
- Closed
- is a result of
-
HSTTWO-3031 Support for JVM embedded site user authentication with JVM locally provided password
- Closed
- relates to
-
HSTTWO-3724 Restore "check.repositories.running" property
- Closed