# File lib/merb-core/dispatch/request.rb, line 545
    def path_info
      @path_info ||= Merb::Parse.unescape(@env[Merb::Const::PATH_INFO])
    end