summary refs log tree commit
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2009-03-25 14:14:36 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2009-03-25 14:14:36 +0100
commit06b37fcd0ded4c6e58af76f9fbc367e218beb07b (patch)
tree4da61e0be87771229a547f4e85b5f3ea1a71523c
parentd2ae94a595e30daff24c167f685b4e7225d08765 (diff)
downloadrack-06b37fcd0ded4c6e58af76f9fbc367e218beb07b.tar.gz
SPEC: Clarify percent-encoding of PATH_INFO
-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 e77ee557..661ae47a 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 value may be
+      ##                      percent-encoded when I originating from
+      ##                      a URL.
 
       ## <tt>QUERY_STRING</tt>:: The portion of the request URL that
       ##                         follows the <tt>?</tt>, if any. May be