Ticket #7 (closed defect: fixed)
Error when setting a cookie via a Symbol to something other than a String
| Reported by: | deveiant | Owned by: | deveiant |
|---|---|---|---|
| Priority: | normal | Milestone: | Theres No Step Three |
| Component: | Dispatcher | Version: | 0.2 |
| Severity: | normal | Keywords: | cookieset setter |
| Cc: |
Description
When setting a cookie via code like:
txn.cookies[:wof] = Digest::MD5.hexdigest( Time.now.to_s )
an error is thrown:
ArgumentError
cannot set a cookie named 'wof' with a key of 'wof'
lib/arrow/cookieset.rb:93:in `[]='
Change History
Note: See
TracTickets for help on using
tickets.
