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

noreply at shibboleth.net noreply at shibboleth.net
Mon May 20 11:49:23 EDT 2013


Author: scantor
Date: Mon May 20 11:49:23 2013
New Revision: 3849

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3849&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-493

Modified:
    branches/REL_2/Shibboleth.sln
    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

Modified: branches/REL_2/Shibboleth.sln
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/Shibboleth.sln?rev=3849&r1=3848&r2=3849&view=diff
==============================================================================
--- branches/REL_2/Shibboleth.sln (original)
+++ branches/REL_2/Shibboleth.sln Mon May 20 11:49:23 2013
@@ -36,6 +36,7 @@
 		configs\accessError.html = configs\accessError.html
 		configs\apache.config.in = configs\apache.config.in
 		configs\apache2.config.in = configs\apache2.config.in
+		configs\apache22.config.in = configs\apache22.config.in
 		configs\apache24.config.in = configs\apache24.config.in
 		configs\attrChecker.html = configs\attrChecker.html
 		configs\attribute-map.xml = configs\attribute-map.xml

Modified: branches/REL_2/configs/apache.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache.config.in?rev=3849&r1=3848&r2=3849&view=diff
==============================================================================
--- branches/REL_2/configs/apache.config.in (original)
+++ branches/REL_2/configs/apache.config.in Mon May 20 11:49:23 2013
@@ -18,21 +18,30 @@
 # extension.
 #
 <Files *.sso>
-SetHandler shib-handler
+  SetHandler shib-handler
 </Files>
 
-# Another way of addressing this is to apply Shibboleth
-# globally to the site in "lazy" session mode:
-# <Location />
-# AuthType shibboleth
-# require shibboleth
-# </Location>
+#
+# Ensures handler will be accessible.
+#
+<Location /Shibboleth.sso>
+  Satisfy Any
+  Allow from all
+  AuthType None
+  Require all granted
+</Location>
 
 #
 # Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
+  <Location /shibboleth-sp>
+    Satisfy Any
+    Allow from all
+    AuthType None
+    Require all granted
+  </Location>
 </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=3849&r1=3848&r2=3849&view=diff
==============================================================================
--- branches/REL_2/configs/apache2.config.in (original)
+++ branches/REL_2/configs/apache2.config.in Mon May 20 11:49:23 2013
@@ -13,11 +13,24 @@
 LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_20.so
 
 #
+# Ensures handler will be accessible.
+#
+<Location /Shibboleth.sso>
+  Satisfy Any
+  Allow from all
+  AuthType None
+  Require all granted
+</Location>
+
+#
 # Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
+    AuthType None
+    Require all granted
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </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=3849&r1=3848&r2=3849&view=diff
==============================================================================
--- branches/REL_2/configs/apache22.config.in (original)
+++ branches/REL_2/configs/apache22.config.in Mon May 20 11:49:23 2013
@@ -13,11 +13,24 @@
 LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so
 
 #
+# Ensures handler will be accessible.
+#
+<Location /Shibboleth.sso>
+  Satisfy Any
+  Allow from all
+  AuthType None
+  Require all granted
+</Location>
+
+#
 # Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
+    AuthType None
+    Require all granted
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </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=3849&r1=3848&r2=3849&view=diff
==============================================================================
--- branches/REL_2/configs/apache24.config.in (original)
+++ branches/REL_2/configs/apache24.config.in Mon May 20 11:49:23 2013
@@ -13,11 +13,24 @@
 LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_24.so
 
 #
+# Ensures handler will be accessible.
+#
+<Location /Shibboleth.sso>
+  Satisfy Any
+  Allow from all
+  AuthType None
+  Require all granted
+</Location>
+
+#
 # Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
+    AuthType None
+    Require all granted
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </IfModule>



More information about the commits mailing list