Ghost/ghost/core/test/unit/server
Daniel Lockyer 360ecf15ae 🐛 Fixed HTTP 500 error when given incorrect Range header
ref ENG-729
ref https://linear.app/tryghost/issue/ENG-729/incorrect-range-header-leads-to-http-500-errors

- we didn't have handling here for the `RangeNotSatisfiableError` that
  can come from express/serve-static/send
- as a result, passing an invalid range would cause a 500 error
- this prevents that and adds a breaking test
2024-03-11 19:14:30 +01:00
..
adapters 🐛 Fixed HTTP 500 error when given incorrect Range header 2024-03-11 19:14:30 +01:00
data Added config option to disable db backups (#19614) 2024-02-01 12:09:41 -06:00
lib Upgraded to latest version of @tryghost/request 2023-09-26 12:45:14 +01:00
models Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
services Removed DomainEventsAnalytics 2024-01-30 13:58:22 -04:00
web Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
notify.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
overrides.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00