# File lib/capybara/driver/rack_test_driver.rb, line 201
  def process(method, path, attributes = {})
    return if path.gsub(/^#{request_path}/, '') =~ /^#/
    send(method, path, attributes, env)
    follow_redirects!
  end