I need to go through this list, and account for it.
http://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words

CommentFileSizeAuthor
#3 boost-560284.patch879 bytesmikeytown2

Comments

mikeytown2’s picture

Went "fishing" and this is what I got for some ideas.
http://stackoverflow.com/questions/1345314/apache-mod-rewrite-replace-ch...

I don't see a way to generalize this, but it still might be useful as is; support 1 : in the filename.

mikeytown2’s picture

Title: ':' character doesn't work in filenames on windows. » Document ':' doesn't work on windows. If windows check for bad characters in boost_is_cacheable() function
Category: bug » task

After doing some testing, mod rewrite and the : character don't play along for some reason. Thus I need to add in some OS specific checks. Use the PHP_OS constant http://php.net/reserved.constants. Check for other reserved characters.

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new879 bytes
mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.