Add URLEncoder to query paraemters to fix issue with special chars (#4)

This commit is contained in:
2018-11-17 12:19:34 +01:00
parent bd94a98a30
commit 9ff4555ce8
2 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,7 @@
## 1.1.4 [unreleased]
* [fix] Fixed issue with direction ID as `String` instead if `Integer` (#2)
* [fix] Fixed issue with vehicle ID being `null` (#3)
* [fix] Fixed issue with spaces in search parametes (#4)
## 1.1.3 [2018-11-13]
* [security] Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489)