[java-plugin-shibd] branch dev/StateMgmtWIP updated: Fix comment.

Codeberg noreply at shibboleth.net
Thu Apr 30 18:35:13 UTC 2026


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

codeberg pushed a commit to branch dev/StateMgmtWIP
in repository java-plugin-shibd.

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

The following commit(s) were added to refs/heads/dev/StateMgmtWIP by this push:
     new 6255bdc  Fix comment.
6255bdc is described below

commit 6255bdc34badde0c18d14d20e8c124de5d996d21
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Apr 30 14:34:58 2026 -0400

    Fix comment.
---
 .../src/main/java/net/shibboleth/sp/profile/impl/PreservePostData.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/PreservePostData.java b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/PreservePostData.java
index 097a12f..ef90e40 100644
--- a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/PreservePostData.java
+++ b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/PreservePostData.java
@@ -31,7 +31,6 @@ import org.opensaml.storage.StorageRecord;
 import org.opensaml.storage.StorageService;
 import org.slf4j.Logger;
 
-import com.google.common.escape.Escaper;
 import com.google.common.net.UrlEscapers;
 
 import net.shibboleth.shared.annotation.constraint.NonnullAfterInit;
@@ -76,7 +75,7 @@ public class PreservePostData extends AbstractApplicationAction {
     /** Class logger. */
     @Nonnull private Logger log = LoggerFactory.getLogger(PreservePostData.class);
     
-    /** Strategy used to create the {@link StateDataContext} to populate. */
+    /** Strategy used to create the {@link StateDataContext} to bind to. */
     @Nonnull private Function<ProfileRequestContext,StateDataContext> stateDataContextLookupStrategy;
     
     /** Identifier generation. */

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


More information about the commits mailing list