[cpp-sp] branch master updated: SSPCPP-856 - Non-default handler URL fails with IIS 7 module
Scott Cantor
cantor.2 at osu.edu
Mon Mar 18 19:48:20 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=ba38a304bbda12106d187028e71643adc8aa3327
The following commit(s) were added to refs/heads/master by this push:
new ba38a30 SSPCPP-856 - Non-default handler URL fails with IIS 7 module
ba38a30 is described below
commit ba38a304bbda12106d187028e71643adc8aa3327
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 18 19:47:17 2019 -0400
SSPCPP-856 - Non-default handler URL fails with IIS 7 module
https://issues.shibboleth.net/jira/browse/SSPCPP-856
---
iis7_shib/ShibHttpModule.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iis7_shib/ShibHttpModule.cpp b/iis7_shib/ShibHttpModule.cpp
index 981f942..4894d65 100644
--- a/iis7_shib/ShibHttpModule.cpp
+++ b/iis7_shib/ShibHttpModule.cpp
@@ -84,7 +84,7 @@ ShibHttpModule::DoFilter(
IIS7Request filter(pHttpContext, pProvider, true, map_i->second);
- pair<bool, long> res = filter.getServiceProvider().doAuthentication(filter);
+ pair<bool, long> res = filter.getServiceProvider().doAuthentication(filter, true);
if (res.first) {
return static_cast<REQUEST_NOTIFICATION_STATUS>(res.second);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list