Re: Apache, SSL, Mongrel and File upload question

Not sure, but this might have something to do with Net::HTTP being
broken
in Ruby 1.8.4. See:

http://shnoo.gr/articles/2006/04/03/ruby-1-8-4-breaks-net-http

Josh
http://shnoo.gr

[email protected] wrote:

But
now, alas, I try to upload a file. Attempting to upload a file gives
me
a ‘bad content body’ error at line 981 of cgi.rb, in the read_multipart
method.
If I change that method to write its input out to a log, I see that
$stdin
looks very much like encrypted stuff and not at all like clear text.

Hmm, thanks for the suggestion. I’ll check it out…

Sandi