aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-03-10 15:05:38 -0500
committerJoshua Peek <josh@joshpeek.com>2009-03-10 15:05:38 -0500
commit572e0aac802334d2029e67eb1e87356d890f4255 (patch)
tree425434ac3bdd8d0c4a2332dad40336f2a35ff472 /actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb
parent8970f8ace59cb9d07e913566d8d6e87b828759e7 (diff)
downloadrails-572e0aac802334d2029e67eb1e87356d890f4255.tar.gz
rails-572e0aac802334d2029e67eb1e87356d890f4255.tar.bz2
rails-572e0aac802334d2029e67eb1e87356d890f4255.zip
update bundled version of rack before 2.3 final
Diffstat (limited to 'actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb')
-rw-r--r--actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb b/actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb
index 7eb05437f0..66d252b8b0 100644
--- a/actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb
+++ b/actionpack/lib/action_controller/vendor/rack-1.0/rack/lint.rb
@@ -88,7 +88,9 @@ module Rack
## within the application. This may be an
## empty string, if the request URL targets
## the application root and does not have a
- ## trailing slash.
+ ## trailing slash. This information should be
+ ## decoded by the server if it comes from a
+ ## URL.
## <tt>QUERY_STRING</tt>:: The portion of the request URL that
## follows the <tt>?</tt>, if any. May be