[cpp-sp] branch main updated (71fc57dd -> 6938b402)

Scott Cantor cantor.2 at osu.edu
Tue Dec 3 19:20:51 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 71fc57dd Copy in extension lib support from xmltooling.
     new 6c52d180 Clean up code for C++14/17 support.
     new 6938b402 Port in simplified ReloadableXMLFile class.

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:
 configure.ac                                     |   6 +-
 shibsp/Makefile.am                               |   4 +-
 shibsp/config_pub.h.in                           |  21 +--
 shibsp/config_pub_win32.h                        |  44 ++----
 shibsp/handler/LogoutInitiator.h                 |   3 -
 shibsp/handler/SessionInitiator.h                |   3 -
 shibsp/handler/impl/ChainingLogoutInitiator.cpp  | 125 -----------------
 shibsp/handler/impl/ChainingSessionInitiator.cpp | 126 -----------------
 shibsp/handler/impl/LogoutInitiator.cpp          |   2 -
 shibsp/handler/impl/SessionInitiator.cpp         |   2 -
 shibsp/handler/impl/StatusHandler.cpp            |   8 +-
 shibsp/impl/ChainingAccessControl.cpp            |  26 ++--
 shibsp/impl/XMLRequestMapper.cpp                 |   2 +-
 shibsp/remoting/impl/ddf.cpp                     |   6 +-
 shibsp/util/BoostPropertySet.cpp                 |  10 +-
 shibsp/util/CGIParser.cpp                        |   2 +-
 shibsp/util/ReloadableXMLFile.cpp                | 166 +++++++++++++++++++++++
 shibsp/util/ReloadableXMLFile.h                  | 112 +++++++++++++++
 shibsp/util/URLEncoder.cpp                       |   4 +-
 19 files changed, 332 insertions(+), 340 deletions(-)
 delete mode 100644 shibsp/handler/impl/ChainingLogoutInitiator.cpp
 delete mode 100644 shibsp/handler/impl/ChainingSessionInitiator.cpp
 create mode 100644 shibsp/util/ReloadableXMLFile.cpp
 create mode 100644 shibsp/util/ReloadableXMLFile.h

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


More information about the commits mailing list