Add special handling for plus sign when encoding URL query parameters. Fixes #2542

This commit is contained in:
Maurice Parker 2020-11-08 12:17:21 -06:00
parent 7a2c4cef9a
commit 153e2dd006
3 changed files with 4 additions and 4 deletions

View File

@ -44,6 +44,6 @@ extension NewsBlurFeedChange: NewsBlurDataConvertible {
}
}()
return postData.percentEncodedQuery?.data(using: .utf8)
return postData.enhancedPercentEncodedQuery?.data(using: .utf8)
}
}

View File

@ -42,6 +42,6 @@ extension NewsBlurFolderChange: NewsBlurDataConvertible {
}
}()
return postData.percentEncodedQuery?.data(using: .utf8)
return postData.enhancedPercentEncodedQuery?.data(using: .utf8)
}
}

View File

@ -87,8 +87,8 @@
"repositoryURL": "https://github.com/Ranchero-Software/RSWeb.git",
"state": {
"branch": null,
"revision": "dd9e2a24bfc7f2fa5f59a443f543fc95191c9788",
"version": "1.0.0-beta7"
"revision": "f4a5788bc0d1e6e75dac08a338298f80edb9d29a",
"version": "1.0.0-beta8"
}
},
{