Merge pull request #10305 from backstage/techdocs/no-cache-head

[TechDocs] Fix HEAD request cache bug
This commit is contained in:
Eric Peterson
2022-03-18 17:52:45 +01:00
committed by GitHub
3 changed files with 29 additions and 1 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-backend': patch
---
Fixed a bug affecting those with cache enabled that would result in empty content being cached if the first attempt to load a static asset from storage were made via a `HEAD` request, rather than a `GET` request.