If you share a link on Facebook with a query string, Facebook automatically strips the equals sign out of any empty parameters. IE:<p>'ship_id=19&region_id=&duration=&embark_id=15&debark_id=&depart_start=&depart_end='<p>Becomes:
'ship_id=19&region_id&duration&embark_id=15&debark_id&depart_start&depart_end'<p>I think this is effectively altering standard browser behavior.<p>This also breaks my rails app, which is unfortunate. Looking for a solution on that front, but thought I should make people aware of this asap.