[Rails] Re: Http Digest Authentication

2010-09-08 Thread Andriod Dev
Gregg Kellogg wrote: > Created ticket #1230 on Lighthouse. I am facing exactly the same problem. Any update? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to

[Rails] Re: HTTP Digest Authentication PUT DELETE problem. Bug ?

2009-04-15 Thread Steve Madsen
This is a bug in Rails 2.3.2. I've created a Lighthouse ticket for it (#2490) and created a patch that fixes it. It will probably help get the fix into a release if others acknowledge the problem and can verify my patch fixes it for them. https://rails.lighthouseapp.com/projects/8994-ruby-on-rail

[Rails] Re: HTTP Digest Authentication PUT DELETE problem. Bug ?

2009-03-27 Thread Scott Ahten
I've run into the same problem. GET and POST work find, but PUT and DELETE repeatedly asks for login information and never succeeds. On Mar 19, 6:47 pm, greq wrote: > Hi all, > > I've got a problem with HTTP Digest Authentication after upgrading > Rails to 2.3.2. > It seems that it is broken for