bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

Malformed url's corrupt servers cookie #90

Closed kdauzickas closed 11 years ago

kdauzickas commented 11 years ago

Reproduce: add server 'a:b' (delete or leave the malformed server) add server 'b:c'

Expected behavior: I should be able to remove the entries

What happens: Can't remove the second entry, the cookie gets corrupted and makes genghis unusable after a page refresh

bobthecow commented 11 years ago

Thanks for reporting this. I'll check it out.

Was this the Ruby or PHP backend?

bobthecow commented 11 years ago

This has been fixed in v2.3.0. Thanks for the bug report.