[cpp-sp COMMIT] in /branches/REL_2: Shibboleth.sln configs/accessError.html configs/apache.config.in configs/apache2....

noreply at shibboleth.net noreply at shibboleth.net
Tue Jun 26 04:03:32 BST 2012


Author: scantor
Date: Mon Jun 25 23:03:32 2012
New Revision: 3717

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3717&view=rev
Log:
Remove logo from defaults and templates

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

Modified: branches/REL_2/Shibboleth.sln
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/Shibboleth.sln?rev=3717&r1=3716&r2=3717&view=diff
==============================================================================
--- branches/REL_2/Shibboleth.sln (original)
+++ branches/REL_2/Shibboleth.sln Mon Jun 25 23:03:32 2012
@@ -91,7 +91,6 @@
 		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

Modified: branches/REL_2/configs/accessError.html
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/accessError.html?rev=3717&r1=3716&r2=3717&view=diff
==============================================================================
--- branches/REL_2/configs/accessError.html (original)
+++ branches/REL_2/configs/accessError.html Mon Jun 25 23:03:32 2012
@@ -12,7 +12,9 @@
 
 <body>
 
+<shibmlpif logoLocation>
 <img src="<shibmlp logoLocation/>" alt="Logo" />
+</shibmlpif>
 <h1>Authorization Failed</h1>
 
 <p>

Modified: branches/REL_2/configs/apache.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache.config.in?rev=3717&r1=3716&r2=3717&view=diff
==============================================================================
--- branches/REL_2/configs/apache.config.in (original)
+++ branches/REL_2/configs/apache.config.in Mon Jun 25 23:03:32 2012
@@ -29,11 +29,10 @@
 # </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>
 
 #

Modified: branches/REL_2/configs/apache2.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache2.config.in?rev=3717&r1=3716&r2=3717&view=diff
==============================================================================
--- branches/REL_2/configs/apache2.config.in (original)
+++ branches/REL_2/configs/apache2.config.in Mon Jun 25 23:03:32 2012
@@ -13,14 +13,13 @@
 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>
 
 #

Modified: branches/REL_2/configs/apache22.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache22.config.in?rev=3717&r1=3716&r2=3717&view=diff
==============================================================================
--- branches/REL_2/configs/apache22.config.in (original)
+++ branches/REL_2/configs/apache22.config.in Mon Jun 25 23:03:32 2012
@@ -13,14 +13,13 @@
 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>
 
 #

Modified: branches/REL_2/configs/apache24.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache24.config.in?rev=3717&r1=3716&r2=3717&view=diff
==============================================================================
--- branches/REL_2/configs/apache24.config.in (original)
+++ branches/REL_2/configs/apache24.config.in Mon Jun 25 23:03:32 2012
@@ -13,14 +13,13 @@
 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>

[... 250 lines stripped ...]


More information about the commits mailing list