[cpp-sp] branch main updated: Comment out guts of default request map for now.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 6 13:37:52 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=c421b4e2ba346ce3a8bf1db8e98164bf44a15f5c
The following commit(s) were added to refs/heads/main by this push:
new c421b4e2 Comment out guts of default request map for now.
c421b4e2 is described below
commit c421b4e2ba346ce3a8bf1db8e98164bf44a15f5c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 6 09:37:46 2025 -0400
Comment out guts of default request map for now.
---
configs/request-map.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configs/request-map.xml b/configs/request-map.xml
index 40be73c4..6940a8a7 100644
--- a/configs/request-map.xml
+++ b/configs/request-map.xml
@@ -1,9 +1,11 @@
<RequestMap>
+ <!--
<Host name="sp.example.org">
<Path name="secure">
<AccessControl>
<Rule require="user">jdoe</Rule>
</AccessControl>
</Path>
- </Host>
+ </Host>a
+ -->
</RequestMap>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list