I'm using Jsoup.connect(url) with an url http://xxx/api/test/%2B32123, but Jsoup is making the request as http://xxx/api/test/+32123, causing it to be interpreted as 32123 by the backend.
This looks related to #1914, #1902, #1936 and #1928.
Downgrading to 1.15.3 works.
I'm using
Jsoup.connect(url)with an urlhttp://xxx/api/test/%2B32123, but Jsoup is making the request ashttp://xxx/api/test/+32123, causing it to be interpreted as32123by the backend.This looks related to #1914, #1902, #1936 and #1928.
Downgrading to 1.15.3 works.