[PR #6165] [MERGED] Fix duplicate keys causing an exception #10843

Closed
opened 2026-02-07 06:27:44 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6165
Author: @Bond-009
Created: 6/8/2021
Status: Merged
Merged: 6/9/2021
Merged by: @cvium

Base: masterHead: tests4


📝 Commits (1)

  • 06401ff Fix duplicate keys causing an exception

📊 Changes

4 files changed (+45 additions, -4 deletions)

View changed files

📝 Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs (+8 -3)
📝 tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs (+20 -0)
📝 tests/Jellyfin.Server.Integration.Tests/EncodedQueryStringTest.cs (+15 -0)
📝 tests/Jellyfin.Server.Tests/UrlDecodeQueryFeatureTests.cs (+2 -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/jellyfin/jellyfin/pull/6165 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 6/8/2021 **Status:** ✅ Merged **Merged:** 6/9/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `tests4` --- ### 📝 Commits (1) - [`06401ff`](https://github.com/jellyfin/jellyfin/commit/06401ffa0d8ae98fa42c750847f97c3c291b06ae) Fix duplicate keys causing an exception ### 📊 Changes **4 files changed** (+45 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs` (+8 -3) 📝 `tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs` (+20 -0) 📝 `tests/Jellyfin.Server.Integration.Tests/EncodedQueryStringTest.cs` (+15 -0) 📝 `tests/Jellyfin.Server.Tests/UrlDecodeQueryFeatureTests.cs` (+2 -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>
OVERLORD added the pull-request label 2026-02-07 06:27:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10843