[cpp-sp] branch maint-3 updated: Period to comma.
Scott Cantor
cantor.2 at osu.edu
Fri Aug 29 15:42:05 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=72fbe5768b8c10cec47132861335dd9a3a1da073
The following commit(s) were added to refs/heads/maint-3 by this push:
new 72fbe576 Period to comma.
72fbe576 is described below
commit 72fbe5768b8c10cec47132861335dd9a3a1da073
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 29 11:41:58 2025 -0400
Period to comma.
---
iis7_shib/IIS7Request.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iis7_shib/IIS7Request.cpp b/iis7_shib/IIS7Request.cpp
index 527373a9..49fbe590 100644
--- a/iis7_shib/IIS7Request.cpp
+++ b/iis7_shib/IIS7Request.cpp
@@ -430,7 +430,7 @@ long IIS7Request::sendRedirect(const char* url)
{
HTTPResponse::sendRedirect(url);
- pair <bool.bool> flag = getRequestSettings().first->getBool("expireRedirects");
+ pair <bool,bool> flag = getRequestSettings().first->getBool("expireRedirects");
if (!flag.first || flag.second) {
setResponseHeader("Expires", "Wed, 01 Jan 1997 12:00:00 GMT", true);
setResponseHeader("Cache-Control", "private,no-store,no-cache,max-age=0", true);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list