-
Bug
-
Resolution: Unresolved
-
Minor
-
None
StringEntity used in towerconnect defaults to iso-8859-1 when charset is undefined. Howerver the DefaultHttpClient created is set to to UTF-8 https://github.com/jenkinsci/ansible-tower-plugin/blob/c72205187e2dfb37919092996cb303eaa09b1502/src/main/java/org/jenkinsci/plugins/ansible_tower/util/TowerConnector.java#L125
https://github.com/jenkinsci/ansible-tower-plugin/pull/17 fixes this issue.