Bypass policy URI for now.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 14 Feb 2003 05:01:56 +0000 (05:01 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 14 Feb 2003 05:01:56 +0000 (05:01 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@283 cb58f699-b61c-0410-a6fe-9272a202ed29

shib/ClubShibPOSTProfile.cpp

index 40b6a0e..1e9adda 100644 (file)
@@ -64,6 +64,7 @@ using namespace std;
 ClubShibPOSTProfile::ClubShibPOSTProfile(const Iterator<const XMLCh*>& policies, const XMLCh* receiver, int ttlSeconds)
     : ShibPOSTProfile(policies,receiver,ttlSeconds)
 {
+    return;
     bool found=false;
     for (vector<const XMLCh*>::iterator i=m_policies.begin(); !found && i!=m_policies.end(); i++)
         if (!XMLString::compareString(Constants::POLICY_INCOMMON,*i))
@@ -75,6 +76,7 @@ ClubShibPOSTProfile::ClubShibPOSTProfile(const Iterator<const XMLCh*>& policies,
 ClubShibPOSTProfile::ClubShibPOSTProfile(const Iterator<const XMLCh*>& policies, const XMLCh* issuer)
     : ShibPOSTProfile(policies,issuer)
 {
+    return;
     bool found=false;
     for (vector<const XMLCh*>::iterator i=m_policies.begin(); !found && i!=m_policies.end(); i++)
         if (!XMLString::compareString(Constants::POLICY_INCOMMON,*i))