[PR #353] [MERGED] Fixed failing admin requests when content type includes a charset (based on idea from Paul Roub) #872

Closed
opened 2025-12-29 08:33:50 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/353
Author: @StefH
Created: 10/2/2019
Status: Merged
Merged: 10/5/2019
Merged by: @StefH

Base: masterHead: fix_post_mapping


📝 Commits (4)

📊 Changes

6 files changed (+179 additions, -10 deletions)

View changed files

src/WireMock.Net/Matchers/ContentTypeMatcher.cs (+73 -0)
📝 src/WireMock.Net/Matchers/RegexMatcher.cs (+1 -1)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+3 -0)
📝 src/WireMock.Net/Server/FluentMockServer.Admin.cs (+6 -5)
📝 test/WireMock.Net.Tests/FluentMockServerTests.cs (+38 -4)
test/WireMock.Net.Tests/Matchers/ContentTypeMatcherTests.cs (+58 -0)

📄 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/353 **Author:** [@StefH](https://github.com/StefH) **Created:** 10/2/2019 **Status:** ✅ Merged **Merged:** 10/5/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `fix_post_mapping` --- ### 📝 Commits (4) - [`fffa9e3`](https://github.com/wiremock/WireMock.Net/commit/fffa9e3d304e7be61470fc9d9c424e5b7a044ef2) . - [`3b6ec4e`](https://github.com/wiremock/WireMock.Net/commit/3b6ec4eea4a8c8f1fca129062e21759fcea677e8) #350 - [`83ba41e`](https://github.com/wiremock/WireMock.Net/commit/83ba41ed7875920336caf256c0dd51bb7f27a817) fix - [`3039312`](https://github.com/wiremock/WireMock.Net/commit/303931285585a9b0507289bd5e6ca93c87562e7a) . ### 📊 Changes **6 files changed** (+179 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `src/WireMock.Net/Matchers/ContentTypeMatcher.cs` (+73 -0) 📝 `src/WireMock.Net/Matchers/RegexMatcher.cs` (+1 -1) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+3 -0) 📝 `src/WireMock.Net/Server/FluentMockServer.Admin.cs` (+6 -5) 📝 `test/WireMock.Net.Tests/FluentMockServerTests.cs` (+38 -4) ➕ `test/WireMock.Net.Tests/Matchers/ContentTypeMatcherTests.cs` (+58 -0) </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 08:33:50 +01:00
adam closed this issue 2025-12-29 08:33:50 +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#872