z4r / python-rtkit

Python Api for Request Tracker's REST interface
http://z4r.github.com/python-rtkit/
Other
68 stars 44 forks source link

post payload truncated if it contains a semicolon #34

Closed laserfox closed 10 years ago

laserfox commented 10 years ago

example:

params = { 'content' : { 'Action' : 'correspond', 'Text' : 'hello;all, } }

the Text in params is truncated and RT only receives the 'hello'