Remove defaulted template names.
authorScott Cantor <cantor.2@osu.edu>
Sat, 31 Oct 2009 20:37:35 +0000 (20:37 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 31 Oct 2009 20:37:35 +0000 (20:37 +0000)
configs/shibboleth2.xml

index 43ff0e7..d935c7f 100644 (file)
         </Sessions>
 
         <!--
-        You should customize these pages! You can add attributes with values that can be plugged
-        into your templates. You can remove the access attribute to cause the module to return a
-        standard 403 Forbidden error code if authorization fails, and then customize that condition
-        using your web server.
+        Allows overriding of error template filenames. You can also add attributes with values
+        that can be plugged into the templates.
         -->
-        <Errors session="sessionError.html"
-            metadata="metadataError.html"
-            access="accessError.html"
-            ssl="sslError.html"
-            supportContact="root@localhost"
+        <Errors supportContact="root@localhost"
             logoLocation="/shibboleth-sp/logo.jpg"
             styleSheet="/shibboleth-sp/main.css"/>