I need to go through this list, and account for it.
http://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | boost-560284.patch | 879 bytes | mikeytown2 |
I need to go through this list, and account for it.
http://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | boost-560284.patch | 879 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedWent "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.Comment #2
mikeytown2 commentedAfter 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 thePHP_OSconstant http://php.net/reserved.constants. Check for other reserved characters.Comment #3
mikeytown2 commentedComment #4
mikeytown2 commentedcommitted