jmharvey.9956003@bloglines.com
2006-Apr-04 01:04 UTC
[Rails] 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 --- rails@lists.rubyonrails.org 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 jmharvey.9956003@bloglines.com wrote:>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 > >--- rails@lists.rubyonrails.org 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. >_______________________________________________ >Rails mailing list >Rails@lists.rubyonrails.org >http://lists.rubyonrails.org/mailman/listinfo/rails > > > >