diff options
Diffstat (limited to 'actionpack/lib/action_dispatch/http/url.rb')
-rw-r--r-- | actionpack/lib/action_dispatch/http/url.rb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/actionpack/lib/action_dispatch/http/url.rb b/actionpack/lib/action_dispatch/http/url.rb index f6375902f6..38f46fa120 100644 --- a/actionpack/lib/action_dispatch/http/url.rb +++ b/actionpack/lib/action_dispatch/http/url.rb @@ -95,13 +95,6 @@ module ActionDispatch subdomains(tld_length).join('.') end - # Returns the request URI, accounting for server idiosyncrasies. - # WEBrick includes the full \URL. IIS leaves REQUEST_URI blank. - def request_uri - ActiveSupport::Deprecation.warn "Using #request_uri is deprecated. Use fullpath instead.", caller - fullpath - end - private def named_host?(host) @@ -109,4 +102,4 @@ module ActionDispatch end end end -end
\ No newline at end of file +end |