[PR #422] [MERGED] AllowOnlyDefinedHttpStatusCodeInResponse #904

Closed
opened 2025-12-29 15:34:10 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/422
Author: @StefH
Created: 2/15/2020
Status: Merged
Merged: 3/14/2020
Merged by: @StefH

Base: masterHead: revert_AllowAnyHttpStatusCodeInResponse


📝 Commits (2)

  • e71bed7 AllowOnlyDefinedHttpStatusCodeInResponse
  • 34cf190 merge from master

📊 Changes

13 files changed (+63 additions, -37 deletions)

View changed files

📝 Directory.Build.props (+1 -1)
📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+0 -2)
📝 src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs (+1 -1)
📝 src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs (+3 -3)
📝 src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs (+2 -2)
📝 src/WireMock.Net/ResponseBuilders/IStatusCodeResponseBuilder.cs (+4 -0)
📝 src/WireMock.Net/Server/WireMockServer.cs (+3 -3)
📝 src/WireMock.Net/Settings/IWireMockServerSettings.cs (+4 -2)
📝 src/WireMock.Net/Settings/WireMockServerSettings.cs (+2 -2)
📝 src/WireMock.Net/Settings/WireMockServerSettingsParser.cs (+1 -1)
📝 test/WireMock.Net.Tests/Owin/Mappers/OwinResponseMapperTests.cs (+34 -16)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+4 -0)
📝 test/WireMock.Net.Tests/WireMockServer.Settings.cs (+4 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/422 **Author:** [@StefH](https://github.com/StefH) **Created:** 2/15/2020 **Status:** ✅ Merged **Merged:** 3/14/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `revert_AllowAnyHttpStatusCodeInResponse` --- ### 📝 Commits (2) - [`e71bed7`](https://github.com/wiremock/WireMock.Net/commit/e71bed7e0e558d9eda1cac2e3c754799868a719f) AllowOnlyDefinedHttpStatusCodeInResponse - [`34cf190`](https://github.com/wiremock/WireMock.Net/commit/34cf190dd6fbfd7f5d3c8d4814f87b44f6be1d7a) merge from master ### 📊 Changes **13 files changed** (+63 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `Directory.Build.props` (+1 -1) 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+0 -2) 📝 `src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs` (+1 -1) 📝 `src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs` (+3 -3) 📝 `src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs` (+2 -2) 📝 `src/WireMock.Net/ResponseBuilders/IStatusCodeResponseBuilder.cs` (+4 -0) 📝 `src/WireMock.Net/Server/WireMockServer.cs` (+3 -3) 📝 `src/WireMock.Net/Settings/IWireMockServerSettings.cs` (+4 -2) 📝 `src/WireMock.Net/Settings/WireMockServerSettings.cs` (+2 -2) 📝 `src/WireMock.Net/Settings/WireMockServerSettingsParser.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/Owin/Mappers/OwinResponseMapperTests.cs` (+34 -16) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+4 -0) 📝 `test/WireMock.Net.Tests/WireMockServer.Settings.cs` (+4 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:34:10 +01:00
adam closed this issue 2025-12-29 15:34:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#904