Changes between Initial Version and Version 1 of Ticket #27201, comment 2


Ignore:
Timestamp:
Sep 9, 2016, 6:02:50 AM (8 years ago)
Author:
Ed Morley

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27201, comment 2

    initial v1  
    1313It would seem that either:
    1414(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 typos
     15(b) the `normpath()` should be moved to `safe_join()`, so the `SuspiciousFileOperation` is prevented and these kind of typos are still supported
    1616(c) the decision to fail in this case should be formalised and ideally a clearer exception given instead of `SuspiciousFileOperation`
Back to Top