Add warning on wildcards.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 7 Apr 2004 20:09:25 +0000 (20:09 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 7 Apr 2004 20:09:25 +0000 (20:09 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@947 cb58f699-b61c-0410-a6fe-9272a202ed29

xmlproviders/XMLTrust.cpp

index f914a4a..5c041f7 100644 (file)
@@ -297,6 +297,7 @@ void XMLTrustImpl::init()
             // If no Subjects, this is a catch-all binding.
             if (wildcard) {
                 if (!m_wildcard)
+                    log.warn("found a wildcard KeyAuthority element, make sure this is what you intend");
                     m_wildcard=ka;
                 else
                     log.warn("found multiple wildcard KeyAuthority elements, ignoring all but the first");