[Nitro] request mangling
Tim Larson
tim at keow.org
Wed Nov 9 12:55:13 EST 2005
I do not understand the request object...
I ask for the url http://127.0.0.1:9999/report and it makes
"REQUEST_URI"=>"report/" and "PATH_INFO"=>"/report/index.html"
Where is it coming up with the trailing "/" and from that the
trailing "index.html"? Nitro/webrick also somehow also knows
the truth, because it output a debug message: Rendering '/report'.
Anybody have clues about this? (Where to get the real request
url "/report" and why it is stripping the leading "/" and making
up its own trailing "/" and "index.html"?)
--Tim Larson
More information about the Nitro-general
mailing list