Actions
Bug #741
closed1.9.1-preview1 uri/generic.rb #check_path L484 bug/typo
Bug #741:
1.9.1-preview1 uri/generic.rb #check_path L484 bug/typo
Description
=begin
in uri/generic.rb #check_path (L484)
@parser.regexp[REL_PATH]
should be
@parser.regexp[:REL_PATH]
=end
Updated by matz (Yukihiro Matsumoto) almost 17 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r20222.
=end
Actions