[PR #907] [MERGED] Fix issue with application/x-www-form-urlencoded and ExactMatcher #1140

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/907
Author: @StefH
Created: 3/19/2023
Status: Merged
Merged: 3/19/2023
Merged by: @StefH

Base: masterHead: form-data-url-encoded


📝 Commits (1)

  • 2ee6ecd Fix issue with application/x-www-form-urlencoded and ExactMatcher

📊 Changes

11 files changed (+74 additions, -18 deletions)

View changed files

📝 src/WireMock.Net/Http/HttpRequestMessageHelper.cs (+3 -2)
📝 src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs (+3 -2)
📝 src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs (+1 -0)
📝 src/WireMock.Net/Serialization/LogEntryMapper.cs (+5 -0)
📝 src/WireMock.Net/Serialization/MappingConverter.cs (+2 -0)
📝 src/WireMock.Net/Serialization/ProxyMappingConverter.cs (+1 -0)
📝 src/WireMock.Net/Serialization/WebhookMapper.cs (+1 -0)
📝 src/WireMock.Net/Server/WireMockServer.Admin.cs (+9 -5)
📝 src/WireMock.Net/Server/WireMockServer.AdminFiles.cs (+1 -1)
📝 src/WireMock.Net/Transformers/Transformer.cs (+15 -7)
📝 test/WireMock.Net.Tests/WireMockServerTests.WithBody.cs (+33 -1)

📄 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/907 **Author:** [@StefH](https://github.com/StefH) **Created:** 3/19/2023 **Status:** ✅ Merged **Merged:** 3/19/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `form-data-url-encoded` --- ### 📝 Commits (1) - [`2ee6ecd`](https://github.com/wiremock/WireMock.Net/commit/2ee6ecd25cbe95558541dd8b5a0bcb6685571d6b) Fix issue with application/x-www-form-urlencoded and ExactMatcher ### 📊 Changes **11 files changed** (+74 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Http/HttpRequestMessageHelper.cs` (+3 -2) 📝 `src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs` (+3 -2) 📝 `src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs` (+1 -0) 📝 `src/WireMock.Net/Serialization/LogEntryMapper.cs` (+5 -0) 📝 `src/WireMock.Net/Serialization/MappingConverter.cs` (+2 -0) 📝 `src/WireMock.Net/Serialization/ProxyMappingConverter.cs` (+1 -0) 📝 `src/WireMock.Net/Serialization/WebhookMapper.cs` (+1 -0) 📝 `src/WireMock.Net/Server/WireMockServer.Admin.cs` (+9 -5) 📝 `src/WireMock.Net/Server/WireMockServer.AdminFiles.cs` (+1 -1) 📝 `src/WireMock.Net/Transformers/Transformer.cs` (+15 -7) 📝 `test/WireMock.Net.Tests/WireMockServerTests.WithBody.cs` (+33 -1) </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:34:57 +01:00
adam closed this issue 2025-12-29 08:34:57 +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#1140