Skip to content

JSoup 1.15.4 and 1.16.1 is decoding my urlencoded string #1952

@michaelarnauts

Description

@michaelarnauts

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.

Metadata

Metadata

Assignees

Labels

bugA confirmed bug, that we should fixfixedAn {bug|improvement} that has been {fixed|implemented}

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions