Remove logo from defaults and templates
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 26 Jun 2012 03:03:32 +0000 (03:03 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 26 Jun 2012 03:03:32 +0000 (03:03 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3717 cb58f699-b61c-0410-a6fe-9272a202ed29

21 files changed:
Shibboleth.sln
configs/accessError.html
configs/apache.config.in
configs/apache2.config.in
configs/apache22.config.in
configs/apache24.config.in
configs/attrChecker.html
configs/discoveryTemplate.html
configs/example-shibboleth2.xml
configs/globalLogout.html
configs/localLogout.html
configs/metadataError.html
configs/partialLogout.html
configs/sessionError.html
configs/shibboleth2.xml
configs/sslError.html
configs/win-shibboleth2.xml
doc/Makefile.am
doc/logo.jpg [deleted file]
msi/WiX/ShibbolethSP-noarch.wxs
schemas/shibboleth-2.0-native-sp-config.xsd

index db7b93a..afcc275 100644 (file)
@@ -91,7 +91,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{6ED5E3E7-1B0
                doc\FASTCGI.LICENSE = doc\FASTCGI.LICENSE
                doc\LICENSE.txt = doc\LICENSE.txt
                doc\LOG4CPP.LICENSE = doc\LOG4CPP.LICENSE
-               doc\logo.jpg = doc\logo.jpg
                doc\main.css = doc\main.css
                doc\Makefile.am = doc\Makefile.am
                doc\NOTICE.txt = doc\NOTICE.txt
index ee25974..7e0a7fd 100644 (file)
@@ -12,7 +12,9 @@
 
 <body>
 
+<shibmlpif logoLocation>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h1>Authorization Failed</h1>
 
 <p>
index 0ad7307..54d64b6 100644 (file)
@@ -29,11 +29,10 @@ SetHandler shib-handler
 # </Location>
 
 #
-# Used for example logo and style sheet in error templates.
+# Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
-  Alias /shibboleth-sp/logo.jpg @-PKGWEBDIR-@/logo.jpg
 </IfModule>
 
 #
index 565a135..4232d86 100644 (file)
 LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_20.so
 
 #
-# Used for example logo and style sheet in error templates.
+# Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
     Allow from all
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
-  Alias /shibboleth-sp/logo.jpg @-PKGWEBDIR-@/logo.jpg
 </IfModule>
 
 #
index 149409d..bdb7414 100644 (file)
 LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so
 
 #
-# Used for example logo and style sheet in error templates.
+# Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
     Allow from all
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
-  Alias /shibboleth-sp/logo.jpg @-PKGWEBDIR-@/logo.jpg
 </IfModule>
 
 #
index 5475ed7..2d1a2c2 100644 (file)
 LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_24.so
 
 #
-# Used for example logo and style sheet in error templates.
+# Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
     Allow from all
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
-  Alias /shibboleth-sp/logo.jpg @-PKGWEBDIR-@/logo.jpg
 </IfModule>
 
 #
index c382db6..95b855f 100644 (file)
@@ -12,7 +12,9 @@
 
 <body>
 
+<shibmlpif logoLocation>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h3>We're sorry, but you cannot access this service at this time.</h3>
 
 <p>This service requires information about you that your identity provider
@@ -39,8 +41,9 @@ You were trying to access the following URL:
 </p>
 
 <shibmlpif helpLocation>
-<p>For more information about this service, including what user information is required for access,
-please visit <a href="<shibmlp helpLocation />">our information page</a>.</p>
+<p>For more information about this service, including what user information is
+required for access, please visit <a href="<shibmlp helpLocation />">our
+information page</a>.</p>
 </shibmlpif>
 
 </body>
index 75f8d8d..244e1f5 100644 (file)
                 <input type="hidden" name="authnContextClassRef" value="<shibmlp authnContextClassRef/>"/>
             </shibmlpif>
 
+            <shibmlpif authnContextDeclRef>
+                <input type="hidden" name="authnContextDeclRef" value="<shibmlp authnContextDeclRef/>"/>
+            </shibmlpif>
+
             <shibmlpif authnContextComparison>
                 <input type="hidden" name="authnContextComparison" value="<shibmlp authnContextComparison/>"/>
             </shibmlpif>
index 22c4eb9..b7cdd1b 100644 (file)
         -->
         <Errors supportContact="root@localhost"
             helpLocation="/about.html"
-            logoLocation="/shibboleth-sp/logo.jpg"
             styleSheet="/shibboleth-sp/main.css"/>
         
         <!--
index 64b3bdc..86f2050 100644 (file)
@@ -12,7 +12,9 @@
 
 <body>
 
+<shibmlpif logoLocation>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h1>Global Logout</h1>
 
 <p><strong>Status of Global Logout:</strong> <shibmlp logoutStatus/></p>
index 5d749a9..75bd3e1 100644 (file)
 </head>
 
 <body>
+
+<shibmlpif logoLocation>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h1>Local Logout</h1>
 
 <strong>Status of Local Logout:</strong> <shibmlp logoutStatus/>
index 3144e1c..e0e6a1b 100644 (file)
@@ -12,7 +12,9 @@
 
 <body>
 
+<shibmlpif logoLocation>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h1>Unknown or Unusable Identity Provider</h1>
 
 <p>The identity provider supplying your login credentials is not authorized
index daafda6..fe24a7c 100644 (file)
@@ -12,7 +12,9 @@
 
 <body>
 
+<shibmlpif logoLocation>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h1>Partial Logout</h1>
 
 <p>You remain logged into one or more applications accessed during your session.
index fbfe9e5..7ccf17b 100644 (file)
@@ -12,7 +12,9 @@
 
 <body>
 
+<shibmlpif logoLocation>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h1><shibmlp errorType/></h1>
 
 <p>The system encountered an error at <shibmlp now /></p>
index 2c6ac2a..bb3879c 100644 (file)
@@ -67,7 +67,6 @@
         -->
         <Errors supportContact="root@localhost"
             helpLocation="/about.html"
-            logoLocation="/shibboleth-sp/logo.jpg"
             styleSheet="/shibboleth-sp/main.css"/>
         
         <!-- Example of remotely supplied batch of signed metadata. -->
index 350d45a..1fe2467 100644 (file)
@@ -12,7 +12,9 @@
 
 <body>
 
+<shibmlpif logoLocation>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h1>POST Failed</h1>
 
 <p>
index df661a1..68aa802 100644 (file)
         -->
         <Errors supportContact="root@localhost"
             helpLocation="/about.html"
-            logoLocation="/shibboleth-sp/logo.jpg"
             styleSheet="/shibboleth-sp/main.css"/>
         
         <!-- Example of remotely supplied batch of signed metadata. -->
index 0e2b83b..10386cd 100644 (file)
@@ -19,7 +19,7 @@ docfiles = \
        OPENSSL.LICENSE \
        LOG4CPP.LICENSE
 
-webfiles = main.css logo.jpg
+webfiles = main.css
 
 pkgdoc_DATA = $(docfiles)
 
diff --git a/doc/logo.jpg b/doc/logo.jpg
deleted file mode 100644 (file)
index c021e7f..0000000
Binary files a/doc/logo.jpg and /dev/null differ
index 7343d13..0768644 100644 (file)
@@ -33,9 +33,6 @@
           <Component Id='main.css' Guid='{EA1366EE-0FD1-42E7-9F3F-C19E6C0D12D6}'>\r
             <File KeyPath='yes' Name='main.css' />\r
           </Component>\r
-          <Component Id='logo.jpg' Guid='{7F05E91A-A390-4A72-B4DC-1A4FE950B30A}'>\r
-            <File KeyPath='yes' Name='logo.jpg' />\r
-          </Component>\r
           <Component Id='CREDITS.txt' Guid='{9A792E0C-61F1-4D08-9672-BE82FFB6B7F1}'>\r
             <File KeyPath='yes' Name='CREDITS.txt' />\r
           </Component>\r
index 43d86dc..7fb84f0 100644 (file)
@@ -2,7 +2,7 @@
 <schema targetNamespace="urn:mace:shibboleth:2.0:native:sp:config"
        xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:conf="urn:mace:shibboleth:2.0:native:sp:config"
-  xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
+       xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
        xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
        xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
        xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
     <attribute name="localLogout" type="anyURI"/>
     <attribute name="globalLogout" type="anyURI"/>
     <attribute name="partialLogout" type="anyURI"/>
-    <attribute name="supportContact" type="conf:string"/>
-    <attribute name="logoLocation" type="anyURI"/>
-    <attribute name="helpLocation" type="anyURI"/>
-    <attribute name="styleSheet" type="anyURI"/>
     <anyAttribute namespace="##any" processContents="lax"/>
   </complexType>