[cpp-sp] branch main updated: Support Boost and STL regex via autoconf.

Scott Cantor cantor.2 at osu.edu
Fri Dec 20 17:17:32 UTC 2024


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=9eb8ec0adbae5ba7b5efb474cd0ef03a26b24bcc

The following commit(s) were added to refs/heads/main by this push:
     new 9eb8ec0a Support Boost and STL regex via autoconf.
9eb8ec0a is described below

commit 9eb8ec0adbae5ba7b5efb474cd0ef03a26b24bcc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 20 12:17:27 2024 -0500

    Support Boost and STL regex via autoconf.
---
 tests/data/impl/acl/inline-user-regex-acl.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/data/impl/acl/inline-user-regex-acl.xml b/tests/data/impl/acl/inline-user-regex-acl.xml
new file mode 100644
index 00000000..02b31603
--- /dev/null
+++ b/tests/data/impl/acl/inline-user-regex-acl.xml
@@ -0,0 +1,5 @@
+<AccessControlProvider type="XML">
+	<AccessControl>
+		<RuleRegex require="user">jd.*</Rule>
+	</AccessControl>
+</AccessControlProvider>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list