Displaying 1 result from an estimated 1 matches for "declasse".
Did you mean:
declass
2006 Nov 04
0
page caching urls with space characters broken in webrick and mongrel
...webrick_server.rb (detail below) was added for a reason, but it''s not
clear to me what specific scenario would have one wanting to serve up a
local file with '' '' in its name via a request specified as ''+''. And
putting an actual space in filenames is so declasse.
More detail:
While investigating why using caches_page() to cache urls that have a
space in them encoded as either ''+'' or ''%20'' doesn''t work (the cache
files are generated but never used, and continually regenerated on page
reload) led me to this line...