[cpp-sp] 01/03: DEV WIP
Rod Widdowson
rdw at steadingsoftware.com
Tue Apr 29 19:18:06 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/SPPSP-8-playpen
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=fbf0380e05dc7c50a05c07fee91bf6bb936653c3
commit fbf0380e05dc7c50a05c07fee91bf6bb936653c3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Apr 28 14:17:26 2025 +0100
DEV WIP
---
Projects/vc22/Shibboleth.sln | 14 ++++++++++++++
tests/data/remoting/impl/shibboleth.ini | 4 ++--
tests/remoting/impl/RemotingServiceTests.cpp | 2 +-
3 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/Projects/vc22/Shibboleth.sln b/Projects/vc22/Shibboleth.sln
index 256a257d..065d12e6 100644
--- a/Projects/vc22/Shibboleth.sln
+++ b/Projects/vc22/Shibboleth.sln
@@ -20,6 +20,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iis", "iis.vcxproj", "{3F4D
{CA2655D0-D6AA-41B9-BA7F-4967E88CB96C} = {CA2655D0-D6AA-41B9-BA7F-4967E88CB96C}
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinHttpProject", "..\WinHttpProject\WinHttpProject.vcxproj", "{86B86059-3E57-4FB3-8D28-45206F540C1E}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
@@ -76,6 +78,18 @@ Global
{3F4D8EC2-FAFF-493D-AC2C-841CA533F037}.Release|x64.Build.0 = Release|x64
{3F4D8EC2-FAFF-493D-AC2C-841CA533F037}.Release|x86.ActiveCfg = Release|Win32
{3F4D8EC2-FAFF-493D-AC2C-841CA533F037}.Release|x86.Build.0 = Release|Win32
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Debug|ARM64.ActiveCfg = Debug|x64
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Debug|ARM64.Build.0 = Debug|x64
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Debug|x64.ActiveCfg = Debug|x64
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Debug|x64.Build.0 = Debug|x64
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Debug|x86.ActiveCfg = Debug|Win32
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Debug|x86.Build.0 = Debug|Win32
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Release|ARM64.ActiveCfg = Release|x64
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Release|ARM64.Build.0 = Release|x64
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Release|x64.ActiveCfg = Release|x64
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Release|x64.Build.0 = Release|x64
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Release|x86.ActiveCfg = Release|Win32
+ {86B86059-3E57-4FB3-8D28-45206F540C1E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/tests/data/remoting/impl/shibboleth.ini b/tests/data/remoting/impl/shibboleth.ini
index 8bd9c67c..54b9a06f 100644
--- a/tests/data/remoting/impl/shibboleth.ini
+++ b/tests/data/remoting/impl/shibboleth.ini
@@ -3,7 +3,7 @@ skipHandlers = true
skipAttributes = true
[remoting]
-baseURL = https://localhost/idp/profile/sp
+baseURL = http://localhost:8080/idp/profile/sp
agentID = sp.example.org
authMethod = basic
authCachingCookie = __Host-JSESSIONID
@@ -13,7 +13,7 @@ secretEnv = SHIBSP_AGENT_SECRET
[logging]
type = console
-defaultLevel = INFO
+defaultLevel = DEBUG
[logging-categories]
Shibboleth.RemotingService = DEBUG
diff --git a/tests/remoting/impl/RemotingServiceTests.cpp b/tests/remoting/impl/RemotingServiceTests.cpp
index a26d8a84..716f1d34 100644
--- a/tests/remoting/impl/RemotingServiceTests.cpp
+++ b/tests/remoting/impl/RemotingServiceTests.cpp
@@ -44,7 +44,7 @@ namespace {
struct testbedRunning {
boost::test_tools::assertion_result operator()(boost::unit_test::test_unit_id) {
const char* var = getenv("SHIBSP_TESTBED_RUNNING");
- return var && *var == '1';
+ return true; //var && *var == '1';
}
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list