[java-opensaml] branch main updated: Dropped in a TODO for adjusting hash call.

Codeberg noreply at shibboleth.net
Mon Jan 12 15:49:42 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-opensaml.

View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/94cd9b591adf11d1129343e856d7f1a12c3de7ff

The following commit(s) were added to refs/heads/main by this push:
     new 94cd9b591 Dropped in a TODO for adjusting hash call.
94cd9b591 is described below

commit 94cd9b591adf11d1129343e856d7f1a12c3de7ff
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 12 10:49:32 2026 -0500

    Dropped in a TODO for adjusting hash call.
---
 .../org/opensaml/storage/impl/memcached/MemcachedStorageService.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/memcached/MemcachedStorageService.java b/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/memcached/MemcachedStorageService.java
index 966d9a7c6..5481e28df 100644
--- a/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/memcached/MemcachedStorageService.java
+++ b/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/memcached/MemcachedStorageService.java
@@ -645,6 +645,7 @@ public class MemcachedStorageService extends AbstractIdentifiableInitializableCo
             key = parts[0];
         }
         if (key.length() > MAX_KEY_LENGTH) {
+            // TODO: convert to our StringDigester
             return CodecUtil.hex(HashUtil.sha512(key));
         }
         return key;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list