[cpp-sp] branch main updated: Header fixes, Windows fix.

Codeberg noreply at shibboleth.net
Fri Jun 5 17:22:27 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/69c71ca53c3637ec045191451386e707f08cf068

The following commit(s) were added to refs/heads/main by this push:
     new 69c71ca5 Header fixes, Windows fix.
69c71ca5 is described below

commit 69c71ca53c3637ec045191451386e707f08cf068
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 5 13:22:07 2026 -0400

    Header fixes, Windows fix.
---
 Projects/vc22/shibsp.vcxproj         | 3 ++-
 Projects/vc22/shibsp.vcxproj.filters | 5 ++++-
 iis/headers/IIS7Request.hpp          | 2 +-
 shibsp/io/HTTPRequest.h              | 2 ++
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index 4de41ef0..22c8659f 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -97,6 +97,7 @@
     </ClCompile>
     <ClCompile Include="..\..\shibsp\handler\impl\AttributeCheckerHandler.cpp" />
     <ClCompile Include="..\..\shibsp\handler\impl\DefaultHandlerConfiguration.cpp" />
+    <ClCompile Include="..\..\shibsp\handler\impl\LogoutConsumer.cpp" />
     <ClCompile Include="..\..\shibsp\handler\impl\LogoutHandler.cpp" />
     <ClCompile Include="..\..\shibsp\handler\impl\LogoutInitiator.cpp" />
     <ClCompile Include="..\..\shibsp\handler\impl\Passthrough.cpp" />
@@ -398,4 +399,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
diff --git a/Projects/vc22/shibsp.vcxproj.filters b/Projects/vc22/shibsp.vcxproj.filters
index 1227abb5..0bf42f7e 100644
--- a/Projects/vc22/shibsp.vcxproj.filters
+++ b/Projects/vc22/shibsp.vcxproj.filters
@@ -395,10 +395,13 @@
     <ClCompile Include="..\..\shibsp\csprng\impl\csprng.cpp">
       <Filter>Source Files\Impl</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\shibsp\handler\impl\LogoutConsumer.cpp">
+      <Filter>Source Files\Handler</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="..\..\shibsp\shibsp.rc">
       <Filter>Resource Files</Filter>
     </ResourceCompile>
   </ItemGroup>
-</Project>
+</Project>
\ No newline at end of file
diff --git a/iis/headers/IIS7Request.hpp b/iis/headers/IIS7Request.hpp
index 03894b9d..1cca01b7 100644
--- a/iis/headers/IIS7Request.hpp
+++ b/iis/headers/IIS7Request.hpp
@@ -75,7 +75,7 @@ protected:
 
     long sendResponse(istream& in, long status);
     void doResponseHeader(const char* name, const char* value, bool replace=false);
-    long dodRedirect(const char* url);
+    long doRedirect(const char* url);
 
 private:
     void logFatal(const string& operation, HRESULT hr) const;
diff --git a/shibsp/io/HTTPRequest.h b/shibsp/io/HTTPRequest.h
index 643cb7d0..115e37af 100644
--- a/shibsp/io/HTTPRequest.h
+++ b/shibsp/io/HTTPRequest.h
@@ -24,6 +24,8 @@
 #include <shibsp/base.h>
 
 #include <map>
+#include <string>
+#include <vector>
 
 namespace shibsp {
 

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


More information about the commits mailing list