summary refs log tree commit
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2009-03-25 14:12:36 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2009-03-25 14:12:36 +0100
commitd2ae94a595e30daff24c167f685b4e7225d08765 (patch)
tree9c78114c64b2b867448eea0e36ad2f349a69ccc6
parent9031881a525b052820dcfbe92fb2d8a906d5e856 (diff)
downloadrack-d2ae94a595e30daff24c167f685b4e7225d08765.tar.gz
Revert "Specify PATH_INFO encoding"
This reverts commit 7a3d21f4b469d5ce9d1ee4d952c806064f4dfbcf.
-rw-r--r--lib/rack/lint.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rack/lint.rb b/lib/rack/lint.rb
index 44a33ce3..e77ee557 100644
--- a/lib/rack/lint.rb
+++ b/lib/rack/lint.rb
@@ -88,9 +88,7 @@ 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. This information should be
-      ##                      decoded by the server if it comes from a
-      ##                      URL.
+      ##                      trailing slash.
 
       ## <tt>QUERY_STRING</tt>:: The portion of the request URL that
       ##                         follows the <tt>?</tt>, if any. May be