# File lib/oauth/request_proxy/mock_request.rb, line 31
      def normalized_uri
        super
      rescue
        # if this is a non-standard URI, it may not parse properly
        # in that case, assume that it's already been normalized
        uri
      end