Hi

I think it would be nice to make the following minor improvement

diff --git
a/cas-server-core/src/main/java/org/jasig/cas/authentication/principal/SimplePrincipal.java
b/cas-server-core/src/main/java/org/jasig/cas/authentica
index 0f45ed4..72f9847 100644
---
a/cas-server-core/src/main/java/org/jasig/cas/authentication/principal/SimplePrincipal.java
+++
b/cas-server-core/src/main/java/org/jasig/cas/authentication/principal/SimplePrincipal.java
@@ -67,7 +67,7 @@ public class SimplePrincipal implements Principal {
     }
 
     public String toString() {
-        return this.id;
+        return "[Id=" + this.id + ", attributes=" +
this.attributes.toString() + "]";
     }
 
     public int hashCode() {

How do I best submit such a patch?

Thanks

Michael

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to