public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Calculate correct page cache filename for URIs that normally map to 
directories.
Hongli Lai (Phusion) (author)
Fri Aug 08 15:00:45 -0700 2008
commit  603735de7bf9ba334a9a1a8f5aebb140b25a2ce5
tree    513101aa36534f43554c54d316beb61885b004f3
parent  a7e91f91d34e8aa17ffb47137f8b1bc23dcab41b
...
292
293
294
295
 
296
297
298
...
292
293
294
 
295
296
297
298
0
@@ -292,7 +292,7 @@ private:
0
               "index.html", NULL);
0
           } else {
0
             pageCacheFile = apr_pstrcat(r->pool, filename,
0
- "/index.html", NULL);
0
+ ".html", NULL);
0
           }
0
         } else {
0
           pageCacheFile = apr_pstrcat(r->pool, filename,

Comments

    No one has commented yet.