[cpp-sp] branch main updated (9243faed -> 8e91044b)
Scott Cantor
cantor.2 at osu.edu
Thu Dec 26 17:58:29 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository cpp-sp.
from 9243faed Support Boost and STL regex via autoconf.
new 38aadfa8 Remove defunct request method.
new 8e91044b Initial set of tests and fixes for RequestMapper.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
apache/mod_shib_24.cpp | 15 -
shibsp/impl/XMLRequestMapper.cpp | 109 ++---
tests/Makefile.am | 1 +
tests/data/impl/console-shibboleth.ini | 1 +
tests/data/impl/reqmap/badxml.xml | 1 +
tests/data/impl/reqmap/external-badxml.xml | 1 +
tests/data/impl/reqmap/inline-no-applicationId.xml | 14 +
.../data/impl/reqmap/inline-with-applicationId.xml | 6 +
.../reqmap/internal-invalid.xml} | 2 +-
tests/data/impl/reqmap/internal-invalid2.xml | 7 +
tests/impl/XMLRequestMapperTests.cpp | 480 +++++++++++++++++++++
11 files changed, 570 insertions(+), 67 deletions(-)
create mode 100644 tests/data/impl/reqmap/badxml.xml
create mode 100644 tests/data/impl/reqmap/external-badxml.xml
create mode 100644 tests/data/impl/reqmap/inline-no-applicationId.xml
create mode 100644 tests/data/impl/reqmap/inline-with-applicationId.xml
copy tests/data/{util/reloadablefile/inline-invalid.xml => impl/reqmap/internal-invalid.xml} (70%)
create mode 100644 tests/data/impl/reqmap/internal-invalid2.xml
create mode 100644 tests/impl/XMLRequestMapperTests.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list