[cpp-sp] 02/02: Add AbstractHTTPRemotingService::getUserAgent() method

Rod Widdowson rdw at steadingsoftware.com
Tue Nov 4 16:07:08 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=cba8336edeaf47252aa444b82fb5a3cbc59d2811

commit cba8336edeaf47252aa444b82fb5a3cbc59d2811
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Nov 4 15:51:56 2025 +0000

    Add AbstractHTTPRemotingService::getUserAgent() method
---
 shibsp/remoting/impl/AbstractHTTPRemotingService.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/shibsp/remoting/impl/AbstractHTTPRemotingService.cpp b/shibsp/remoting/impl/AbstractHTTPRemotingService.cpp
index e3ac29ac..1dd65e0c 100644
--- a/shibsp/remoting/impl/AbstractHTTPRemotingService.cpp
+++ b/shibsp/remoting/impl/AbstractHTTPRemotingService.cpp
@@ -163,6 +163,12 @@ const char* AbstractHTTPRemotingService::getUserAgent() const
     return m_userAgent.c_str();
 }
 
+const char* AbstractHTTPRemotingService::getAgentID() const
+{
+    return m_agentID.c_str();
+}
+
+
 void AbstractHTTPRemotingService::setUserAgent(const char* ua)
 {
     m_userAgent = ua ? ua : "";

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


More information about the commits mailing list