public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
use REQUEST_PATH when matching routes so webrick does throw hissy fit.
ezmobius (author)
Thu Feb 14 01:04:08 -0800 2008
commit  47d4122d73eaf6186f1f7077f2a4a171287d7634
tree    838113600081e189f985f7885fc5e9857873008a
parent  00d31732641f7da265bce3cac5b9ae972a086c43
...
173
174
175
176
 
177
178
179
...
173
174
175
 
176
177
178
179
0
@@ -173,7 +173,7 @@
0
     
0
     # returns he request uri.
0
     def uri
0
- @env['REQUEST_URI']
0
+ @env['REQUEST_PATH']
0
     end
0
 
0
     def user_agent

Comments

    No one has commented yet.