[PR #854] [MERGED] Fix logic for QueryParameterMultipleValueSupport #1116

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/854
Author: @StefH
Created: 11/30/2022
Status: Merged
Merged: 12/3/2022
Merged by: @StefH

Base: masterHead: stef-849


📝 Commits (8)

📊 Changes

6 files changed (+92 additions, -6 deletions)

View changed files

📝 src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs (+1 -1)
📝 src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs (+4 -3)
📝 src/WireMock.Net/Owin/Mappers/OwinRequestMapper.cs (+1 -1)
📝 test/WireMock.Net.Tests/RequestMatchers/RequestMessageParamMatcherTests.cs (+23 -0)
📝 test/WireMock.Net.Tests/Util/QueryStringParserTests.cs (+17 -1)
test/WireMock.Net.Tests/WireMockServerTests.WithParam.cs (+46 -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/854 **Author:** [@StefH](https://github.com/StefH) **Created:** 11/30/2022 **Status:** ✅ Merged **Merged:** 12/3/2022 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-849` --- ### 📝 Commits (8) - [`1562958`](https://github.com/wiremock/WireMock.Net/commit/1562958172a81d9886550b2adae9f6583853a48d) Add more QueryParameterMultipleValueSupport NoComma tests - [`7b53463`](https://github.com/wiremock/WireMock.Net/commit/7b534635b9da255fe8553bdba467b47e64419d17) fix tests - [`e5ed603`](https://github.com/wiremock/WireMock.Net/commit/e5ed6036ee3927cfbef5385f18b79d1d5748b995) fx - [`0a4aca9`](https://github.com/wiremock/WireMock.Net/commit/0a4aca9ae9d4530effc3a2d2729fdceba4c8d658) cf - [`c8ad9f4`](https://github.com/wiremock/WireMock.Net/commit/c8ad9f49e4149304ae7742e4e149a8ed262b9b3b) Fix - [`b6b17d8`](https://github.com/wiremock/WireMock.Net/commit/b6b17d80ccb0f0d9f9e47202d029b3c2d4122bf0) Merge branch 'master' into stef-849 - [`d5026e8`](https://github.com/wiremock/WireMock.Net/commit/d5026e83b50572892e23d9d572a428b8444f2ca2) cf - [`88ff2a7`](https://github.com/wiremock/WireMock.Net/commit/88ff2a72db12fb0e413423d06e2aa5f3e2d48601) select id, name, value from table where id in (1, 2, 3, 4, 5) ### 📊 Changes **6 files changed** (+92 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs` (+1 -1) 📝 `src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs` (+4 -3) 📝 `src/WireMock.Net/Owin/Mappers/OwinRequestMapper.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/RequestMatchers/RequestMessageParamMatcherTests.cs` (+23 -0) 📝 `test/WireMock.Net.Tests/Util/QueryStringParserTests.cs` (+17 -1) ➕ `test/WireMock.Net.Tests/WireMockServerTests.WithParam.cs` (+46 -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:34:47 +01:00
adam closed this issue 2025-12-29 08:34:47 +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#1116