summary refs log tree commit
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2009-03-08 22:37:01 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2009-03-08 22:37:01 +0100
commit7a3d21f4b469d5ce9d1ee4d952c806064f4dfbcf (patch)
tree65d7e2aa56ccf1754dddf9c9919d4a6dff03d5e2
parentd805977f10adb08e67430c85c65db1dc2301aee6 (diff)
downloadrack-7a3d21f4b469d5ce9d1ee4d952c806064f4dfbcf.tar.gz
Specify PATH_INFO encoding
Signed-off-by: Christian Neukirchen <chneukirchen@gmail.com>
-rw-r--r--lib/rack/lint.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/rack/lint.rb b/lib/rack/lint.rb
index 7eb05437..66d252b8 100644
--- a/lib/rack/lint.rb
+++ b/lib/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