Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Caching logic
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2009 at 03:34 UTC
Updated:
25 Aug 2009 at 05:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedjust tested and === works; it's something that almost no one will use in a URL from what I can tell
http://www.google.com/search?q=%22%3D%3D%3D%22
http://www.bing.com/search?q=%22%3D%3D%3D%22
http://search.yahoo.com/search?p=%22%3D%3D%3D%22
Comment #2
eagereyes commentedWhy not simply keep the question mark in the file name? It's a perfectly legal character, and that would solve the problem.
Comment #3
mikeytown2 commented? is not a legal character for filenames on windows.
http://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words
Comment #4
mikeytown2 commentedComment #5
mikeytown2 commentedChange this so it can take user input on what to replace
?with. Let the admin choose.Comment #6
mikeytown2 commentedIt's now a Global variable instead of ===
Comment #7
mikeytown2 commentedcommitted