Changes between Initial Version and Version 1 of Ticket #18150, comment 3


Ignore:
Timestamp:
Jan 31, 2013, 8:27:59 PM (12 years ago)
Author:
supersteve9219

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18150, comment 3

    initial v1  
    33Given IE_sanitize is only used with files uploaded from Internet Explorer 7 and earlier which represents less than 3% of the total browser share, I don't think it is no longer necessary to use this method. Especially given that using IE_sanitize causes issues with all unix users.
    44
     5While it is an inconvenience to have files with the entire full path IE 7 provides I think its easier to deal with that slight inconvenience than to use IE_sanitize which introduces issues with unix users.
     6
    57Using IE_sanitize only on files starting with something like {{{X:\}}} does not fix the issue since {{{:}}} is still a valid unix filename char.
Back to Top