Skip to content
Snippets Groups Projects
Commit 5cd865e6 authored by srosse's avatar srosse
Browse files

no-jira: downgrade message

parent 57daf142
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ public class WebDAVManagerImpl implements WebDAVManager, InitializingBean {
cacheKey = digestAuth.getUsername();
usess = timedSessionCache.get(new CacheKey(remoteAddr, digestAuth.getUsername()));
log.info("Digest authentication: {}", getHttpSessionId(request));
log.debug("Digest authentication: {}", getHttpSessionId(request));
if (usess == null || !usess.isAuthenticated()) {
usess = handleDigestAuthentication(digestAuth, request);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment