[java-plugin-shibd] branch main updated: Remove unused field.

Codeberg noreply at shibboleth.net
Mon May 11 13:53:28 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/cc95b0231e69a6d40351d93c21a115863e497153

The following commit(s) were added to refs/heads/main by this push:
     new cc95b02  Remove unused field.
cc95b02 is described below

commit cc95b0231e69a6d40351d93c21a115863e497153
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon May 11 09:53:18 2026 -0400

    Remove unused field.
---
 .../java/net/shibboleth/sp/profile/impl/DoSessionCacheOperation.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/DoSessionCacheOperation.java b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/DoSessionCacheOperation.java
index 8fee7b3..5c7b754 100644
--- a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/DoSessionCacheOperation.java
+++ b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/DoSessionCacheOperation.java
@@ -91,9 +91,6 @@ public class DoSessionCacheOperation extends AbstractAgentAction {
     
     /** Input member for session key. */
     @Nonnull @NotEmpty public static final String KEY = "key";
-    
-    /** Member for session lifetime. */
-    @Nonnull @NotEmpty public static final String LIFETIME = "lifetime";
 
     /** Member for session timeout. */
     @Nonnull @NotEmpty public static final String TIMEOUT = "timeout";

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


More information about the commits mailing list