Changes between Initial Version and Version 1 of Ticket #3737
- Timestamp:
- 2021-06-16T15:49:22Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3737
- Property Milestone changed from Support Python 3 to
- Property Summary changed from Bug/regression: uploading file to directory via the web UI failed to Bug/regression: uploading file to directory via the web UI fails with unhelpful error if the file is unreadable
-
Ticket #3737 – Description
initial v1 7 7 The content-length of the POST was zero, which yeah would suggest a problem. 8 8 9 Same thing happened with Python 2. 10 11 I imagine this is a regression tied to the removal of Nevow. 9 The problem was that the file was owned by root and chmod 600, so not readable. There should really be a more user-friendly error when this is the case.