Files
dostalgia/src/main
Hermes Agent f3973ea64d
Build & Deploy / build-and-deploy (push) Successful in 40s
revert: completely restore original StaticResource — no Range support
The Range implementation had cascading issues:
1. Content-Length + streaming → RESTEasy buffers entire 1.2GB file
2. FileChannel.transferTo without loop → truncated ZIPs
3. Custom FileStream → 'Not a zip archive' in js-dos

Reverting to original proven code that just serves files via
Files.copy(). Memory addressed by -Xmx128m Dockerfile change only.
Range support can be added later with proper unit tests.
2026-06-03 16:00:17 +02:00
..