Skip to content

v20.40.0

Compare
Choose a tag to compare
@uNetworkingAB uNetworkingAB released this 30 Apr 21:54
· 109 commits to master since this release

Fixes an edge case where URI querystrings with keys with no value gets interpreted as invalid querystring.

Now the querystring "?one=&two=hello%20world" is considered valid, and HttpRequest.getQuery("two") will return "hello world" like it should.

This release also adds testing for the above case.