f3973ea64d
Build & Deploy / build-and-deploy (push) Successful in 40s
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.