I'm having this same problem using Rack 1.3.6 on a Ruby 1.9.2/Rails 3.1.3 stack, so the issue isn't isolated to Rack < 1.3.0. I'm trying the hotfix to see if it works.
On Jan 9, 4:54 am, Rob Zolkos <[email protected]> wrote: > Thanks Daniel. I'll give that a go. > > On Mon, Jan 9, 2012 at 9:45 PM, Daniel Sabados <[email protected]> > wrote: > > Hi Rob, > > > It could be an encoding problem with Rack. It sets the format > > as "*/*;q=0.6" instead of "*/*". > > > Rack 1.3.0 apparently fixes this but in the mean time I found a patch which > > resolved our issue: > >https://github.com/agehret/asino/blob/master/config/initializers/rack... > > > Just create an initializer with the above code and see how you go. > -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
