[PR #1160] [MERGED] Use default timeout for Regex #1258

Closed
opened 2025-12-29 09:19:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1160
Author: @StefH
Created: 8/22/2024
Status: Merged
Merged: 8/22/2024
Merged by: @StefH

Base: masterHead: bug/1159-regex


📝 Commits (1)

  • 8316a06 Use default timeout for Regex

📊 Changes

8 files changed (+29 additions, -26 deletions)

View changed files

📝 src/WireMock.Net/Authentication/AzureADAuthenticationMatcher.cs (+2 -1)
📝 src/WireMock.Net/Authentication/BasicAuthenticationMatcher.cs (+2 -5)
📝 src/WireMock.Net/Compatibility/StringExtensions.cs (+2 -1)
📝 src/WireMock.Net/Constants/WireMockConstants.cs (+11 -7)
📝 src/WireMock.Net/Matchers/RegexMatcher.cs (+5 -4)
📝 src/WireMock.Net/Util/HttpVersionParser.cs (+2 -2)
📝 src/WireMock.Net/Util/PortUtils.cs (+2 -1)
📝 src/WireMock.Net/Util/RegexUtils.cs (+3 -5)

📄 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/1160 **Author:** [@StefH](https://github.com/StefH) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `bug/1159-regex` --- ### 📝 Commits (1) - [`8316a06`](https://github.com/wiremock/WireMock.Net/commit/8316a063731b18b81bd981853fdb79ed0497f536) Use default timeout for Regex ### 📊 Changes **8 files changed** (+29 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Authentication/AzureADAuthenticationMatcher.cs` (+2 -1) 📝 `src/WireMock.Net/Authentication/BasicAuthenticationMatcher.cs` (+2 -5) 📝 `src/WireMock.Net/Compatibility/StringExtensions.cs` (+2 -1) 📝 `src/WireMock.Net/Constants/WireMockConstants.cs` (+11 -7) 📝 `src/WireMock.Net/Matchers/RegexMatcher.cs` (+5 -4) 📝 `src/WireMock.Net/Util/HttpVersionParser.cs` (+2 -2) 📝 `src/WireMock.Net/Util/PortUtils.cs` (+2 -1) 📝 `src/WireMock.Net/Util/RegexUtils.cs` (+3 -5) </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 09:19:04 +01:00
adam closed this issue 2025-12-29 09:19:04 +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#1258