Opened 6 years ago

Closed 6 years ago

#29333 closed Uncategorized (needsinfo)

Returning a file with an invalid name throws an error that does not show up in the logs

Reported by: Renato Bellotti Owned by:
Component: Error reporting Version: 1.8
Severity: Normal Keywords: logging
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I've had a bug in my code where German Umlaut characters (e. g. ΓΌ) appeared in the filename of a file to be downloaded. However, the error did not appear in Sentry. It did not appear in any log file, neither.
This was bad because I only noticed when a user complained. Also, it made debugging quite tricky.

Please make sure that such errors appear in the logs.

Change History (1)

comment:1 by Tim Graham, 6 years ago

Easy pickings: unset
Resolution: β†’ needsinfo
Status: new β†’ closed

Please provide steps to reproduce the problem and confirm the issues exists on the most recent release of Django. Django 1.8 is several years old and unsupported.

Note: See TracTickets for help on using tickets.
Back to Top