ac3cloud / roust

Ruby client for Request Tracker's REST API
Other
6 stars 4 forks source link

Strangely formatted characters in the subject break the history #22

Closed nerdyness closed 9 years ago

nerdyness commented 9 years ago

super-secret-screenshot from 2015-05-01 11 11 42

Ideally roust will ignore these characters but currently it breaks:

roust.history('21xxxxx', :format => 'long', :comments => true)
=> [{"id"=>"ticket/history"}]

We'd expect a lot more transactions and entries in the hash here.

nerdyness commented 9 years ago

Sorry @Hobbsee - my bad. This was an operator error. Closing