mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
Update Link for SCM-Manager SSL Configuration (#1687)
The shortlink redirects to the deprecated Bitbucket repo: https://bitbucket.org/sdorra/scm-manager/wiki/scm-server-ssl
This commit is contained in:
@@ -118,7 +118,7 @@ public final class DefaultAccessTokenCookieIssuer implements AccessTokenCookieIs
|
||||
private boolean isSecure(HttpServletRequest request){
|
||||
boolean secure = request.isSecure();
|
||||
if (!secure) {
|
||||
LOG.warn("issuet a non secure cookie, protect your scm-manager instance with tls https://goo.gl/lVm0ph");
|
||||
LOG.warn("issuet a non secure cookie, protect your scm-manager instance with tls https://www.scm-manager.org/docs/latest/en/administration/scm-server/");
|
||||
}
|
||||
return secure;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user