[java-plugin-shibd] branch main updated: Clarify log message

Rod Widdowson rdw at steadingsoftware.com
Wed Oct 15 18:37:42 UTC 2025


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=5273e62a3d3b9b2edc598223b259e27706b30aeb

The following commit(s) were added to refs/heads/main by this push:
     new 5273e62  Clarify log message
5273e62 is described below

commit 5273e62a3d3b9b2edc598223b259e27706b30aeb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Oct 15 19:37:20 2025 +0100

    Clarify log message
---
 .../net/shibboleth/sp/profile/AbstractTokenConsumerResponseAction.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sp-server-api/src/main/java/net/shibboleth/sp/profile/AbstractTokenConsumerResponseAction.java b/sp-server-api/src/main/java/net/shibboleth/sp/profile/AbstractTokenConsumerResponseAction.java
index 619c694..26ef7c9 100644
--- a/sp-server-api/src/main/java/net/shibboleth/sp/profile/AbstractTokenConsumerResponseAction.java
+++ b/sp-server-api/src/main/java/net/shibboleth/sp/profile/AbstractTokenConsumerResponseAction.java
@@ -126,7 +126,7 @@ public abstract class AbstractTokenConsumerResponseAction extends AbstractApplic
                 attrlist.add(obj);
             });
         } else {
-            log.debug("{} No AttributeContext found", getLogPrefix());
+            log.debug("{} No AttributeContext or no attributes found", getLogPrefix());
         }
         
         final String sessionData = getSessionData(profileRequestContext);

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


More information about the commits mailing list