This project is archived and is in readonly mode.
secure_compare regression on ruby 1.8.7
Reported by Sam Ruby | September 12th, 2009 @ 01:48 PM
http://github.com/rails/rails/commit/b22c951e7adabe8d37ee2804487c26... causes
/home/rubys/git/awdwr/work/depot/vendor/rails/activesupport/lib/active_support/message_verifier.rb:47:in `each_byte'
/home/rubys/git/awdwr/work/depot/vendor/rails/activesupport/lib/active_support/message_verifier.rb:47:in `secure_compare'
/home/rubys/git/awdwr/work/depot/vendor/rails/activesupport/lib/active_support/message_verifier.rb:28:in `verify'
/home/rubys/git/awdwr/work/depot/vendor/rails/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb:170:in `unmarshal'
Full trackback can be seen here: http://intertwingly.net/projects/AWDwR3/checkdepot.html#section-6.2
Comments and changes to this ticket
-
CancelProfileIsBroken September 12th, 2009 @ 02:04 PM
Got a publicly-accessible URL for the full trackback?
-
Sam Ruby September 12th, 2009 @ 02:33 PM
Fixed the URL. Notification on failures is also possible: http://intertwingly.net/blog/2009/06/28/Test-Notifications
-
Sam Ruby September 12th, 2009 @ 05:05 PM
Concise reproduction instructions:
ruby $RAILS/railties/bin/rails depot cd depot ln -s $RAILS vendor/rails ruby script/generate scaffold product title:string ruby script/server
Visit
http://localhost:3000/products
click on New Product
-
Sam Ruby September 13th, 2009 @ 12:45 PM
This ticket can be closed. Fixed by http://github.com/rails/rails/commit/e590508a9b7ab5cf99d7a7675a92a1...
-
CancelProfileIsBroken September 13th, 2009 @ 01:00 PM
- State changed from new to resolved
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>