Hi guys.
At 741144’s gists · GitHub I have posted a stack trace outlining
an issue occurring while receiving a multipart request using Rails
3.0.3.
Basically, all seems well but due to this specific request the server
returns the failsafe error page because something is failing deep down.
I’m not sure what’s going on, but using other platforms (or even Rails
2.3.5) the request is parsed just fine.
The HTTP body returned consists of the text “if you are the
administrator of this website, then please read this web application’s
log file and/or the web server’s log file to find out what went wrong”,
and nothing more.
Parsing/intercepting the request with Charles Proxy shows a valid
request from what I can see. Please check out the Gist at
The failing HTTP request (in raw) · GitHub to observe it in detail.
Not sure where to go from here so I really would appreciate any guidance
available.
Thanks.
/didde