mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #907] [MERGED] Fix issue with application/x-www-form-urlencoded and ExactMatcher #1140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:form-data-url-encoded📝 Commits (1)
2ee6ecdFix 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.