mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6837] [MERGED] Don't throw exception on unauthenticated requests #11155
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/jellyfin/jellyfin/pull/6837
Author: @crobibero
Created: 11/13/2021
Status: ✅ Merged
Merged: 11/13/2021
Merged by: @joshuaboniface
Base:
master← Head:auth-exception📝 Commits (1)
4a28f46Don't throw exception on unauthenticated requests📊 Changes
4 files changed (+14 additions, -2 deletions)
View changed files
📝
Emby.Server.Implementations/HttpServer/Security/AuthService.cs(+1 -1)📝
Emby.Server.Implementations/HttpServer/WebSocketManager.cs(+6 -1)📝
Jellyfin.Api/Auth/CustomAuthenticationHandler.cs(+5 -0)📝
tests/Jellyfin.Api.Tests/Auth/CustomAuthenticationHandlerTests.cs(+2 -0)📄 Description
Fixes https://github.com/jellyfin/jellyfin/issues/6832
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.