# File lib/rack/auth/openid.rb, line 367 def redirect(uri) [ 303, {'Content-Length'=>'0', 'Content-Type'=>'text/plain', 'Location' => uri}, [] ] end