Changes between Initial Version and Version 1 of Ticket #27201, comment 2
- Timestamp:
- Sep 9, 2016, 6:02:50 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27201, comment 2
initial v1 13 13 It would seem that either: 14 14 (a) this commit should be reverted 15 (b) `safe_join()`'s checks should perform a `normpath()` to avoid the `SuspiciousFileOperation` and continue supporting these kind of typos15 (b) the `normpath()` should be moved to `safe_join()`, so the `SuspiciousFileOperation` is prevented and these kind of typos are still supported 16 16 (c) the decision to fail in this case should be formalised and ideally a clearer exception given instead of `SuspiciousFileOperation`