Display attribute's actual alias in the map rather than the primary ID.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 17 Jul 2008 15:33:19 +0000 (15:33 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 17 Jul 2008 15:33:19 +0000 (15:33 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@2843 cb58f699-b61c-0410-a6fe-9272a202ed29

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) {