Display attribute's actual alias in the map rather than the primary ID.
authorScott Cantor <cantor.2@osu.edu>
Thu, 17 Jul 2008 15:33:19 +0000 (15:33 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 17 Jul 2008 15:33:19 +0000 (15:33 +0000)
shibsp/handler/impl/SessionHandler.cpp

index ff5939b..789793c 100644 (file)
@@ -157,7 +157,7 @@ pair<bool,long> SessionHandler::run(SPRequest& request, bool isHandler) const
                     count = 0;
                 }
             }
-            s << "<strong>" << a->second->getId() << "</strong>: ";
+            s << "<strong>" << a->first << "</strong>: ";
         }
 
         if (m_values) {