[Nitro] Incompability in Mongrel adapter
Lars Olsson
lasso at lassoweb.se
Sun Sep 10 16:55:44 EDT 2006
Hi list,
while testing out some code for obtaining the action path of a request a
ran into some trouble with mongrel. The adapter is behaving differently
from webrick and lighthttpd in the following cases:
http://server/url
request.query_string
'' (empty string) - webrick, lighthhtpd
nil - mongrel
http://server/url?foo=bar
request.uri
'/url?foo=bar' - webrick, lighthttpd
'/url' - mongrel
Is this a known bug? Is it getting fixed in 0.40?
System info:
WinXP Prof SP2
ruby 1.8.4
nitro 0.31
mongrel 0.3.13.3 (mswin32)
Sincerely
/lasso
--
________________________________________
Lars Olsson
lasso at lassoweb.se
http://www.lassoweb.se/
More information about the Nitro-general
mailing list