Changeset 964
- Timestamp:
- 02/19/08 23:48:59 (7 months ago)
- Files:
-
- branches/stable_1-1/lib/mongrel/handlers.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable_1-1/lib/mongrel/handlers.rb
r963 r964 134 134 req_path = File.expand_path req_path 135 135 136 if File.exist? req_path #and (!@path or req_path.index(@path) == 0)136 if File.exist? req_path and (!@path or req_path.index(@path) == 0) 137 137 # It exists and it's in the right location 138 138 if File.directory? req_path
