Displaying 2 results from an estimated 2 matches for "_weird_".
Did you mean:
__eir__
2007 Jan 23
0
[1.0.1] rubygems is a bug
heres a summary of the hassles i ran into when upgrading to 1.0.1, in case they occur to anyone else:
(first try)
gem update mongrel (1) Y (2) y y y (or thereabouts)
..everything appears to go fine. but mongy is giving _weird_ errors like this:
Mon Jan 22 21:45:36 -0500 2007: ERROR: undefined method `request_uri'' for #<URI::Generic:0x157000da1da0 URL:/>
Mon Jan 22 21:50:11 -0500 2007: ERROR: undefined method `request_uri'' for #<URI::Generic:0x15cae16dced4 URL:/favicon.ico>
apparently "...
2009 Jan 07
13
HTTP parse error due to an extra percent sign
If you append an extra percent sign to a URL that gets passed to
mongrel, it will return a Bad Request error. Kind of odd that
"http://localhost/%" causes a "Bad Request" instead of a "Not Found"
error.
Here is the error from the mongrel log:
HTTP parse error, malformed request (127.0.0.1):
#<Mongrel::HttpParserError: Invalid HTTP format, parsing fails.>