Files
OSIT-AE-API-FastAPI/app/routers/api_v3_actions_hosted_file.py
Scott Idem 37a43babb9 fix(v3-actions): fix UnicodeEncodeError in download filenames
Hardened StreamingResponse headers to use RFC 6266 filename* parameter with UTF-8 encoding. This prevents the latin-1 codec crash when filenames contain non-ASCII characters like smart quotes.
2026-02-06 10:44:22 -05:00

19 KiB