From f63bf098bc56dab9882cb84b102bd96d9e0ff402 Mon Sep 17 00:00:00 2001 From: Andrew Polk Date: Thu, 2 Apr 2026 17:12:54 -0700 Subject: [PATCH] Don't report missing files from upload staging directory (BL-16113) --- src/BloomExe/web/BloomServer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BloomExe/web/BloomServer.cs b/src/BloomExe/web/BloomServer.cs index 010c32a360e4..9c1821ab6f68 100644 --- a/src/BloomExe/web/BloomServer.cs +++ b/src/BloomExe/web/BloomServer.cs @@ -1955,6 +1955,7 @@ protected bool ShouldReportFailedRequest( // of controls we hide for things like adding books to collection, displaying the collection, playing audio (that last we might want back one day). EpubMaker.kEPUBExportFolder.ToLowerInvariant(), BloomPubMaker.BRExportFolder.ToLowerInvariant(), + "/Temp/BloomUploadStaging".ToLowerInvariant(), // old quiz pages ask for this script, but it's now bundled with rest of edit code "simplecomprehensionquiz.js", // bloom-player always asks for questions.json for every book.