Seems that _services_file_check_name() doesnt do sanitizing correctly. When there's space character in filename, it seems to stay there even after going through the sanitize function.

When i added str_replace(" ","_",$name) under this function, filename was properly sanitized (space to underscore). Can you verify this?

Comments

spekki created an issue. See original summary.

kylebrowning’s picture

Category: Bug report » Support request
Status: Active » Postponed

That seems to be correct buf if we want to change this, we have to update all files created by services to fix their filenames, and that just seems like a big headache.