Changes between Version 1 and Version 4 of Ticket #1976


Ignore:
Timestamp:
11/26/2011 01:32:22 AM (12 years ago)
Author:
Cas
Comment:

I already implemented a sanitize function for renaming files/folders and there are very few characters that are restricted on linux however just realised that we are talking about 'move completed' which is different piece of code.

So we could run the sanitize function in move_storage and/or when move_completed is specified in the ui. Oh and I don't think that the decoding to unicode helped matters.

fuxxy: It would be helpful if you could repeat this with debug logging enabled on deluged as the 'move completed' option is logged and should shed some light on the precise issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1976

    • Property Owner set to Cas
    • Property Status changed from new to accepted
    • Property Milestone changed from 1.3.x to 1.3.4
  • Ticket #1976 – Description

    v1 v4  
    66RESULTING OPERATION: 
    77Anything I specified via a triple click from PuTTY ended up in a directory with special characters. Using Windows navigating to the linux samba share, the directory appeared as completely random characters, in this case "SESKUE~M". Navigating to the same directory under linux results in two possible outcomes: 
     8 
     9{{{ 
    810deluge@coldfire /shared/TV_Shows/TV Series $ ls -alh 
    911total 12K 
     
    1719deluge@coldfire /shared/TV_Shows/TV Series $ cd Season\ 
    1820Season 1/ Season 2/ Season 2!^J/ Season 3/ 
     21}}} 
    1922 
    2023EXPECTED OUTCOME: