]> source.dussan.org Git - nextcloud-server.git/commit
Fixed parseQueryString to handle empty values and plus signs
authorVincent Petry <pvince81@owncloud.com>
Tue, 28 Jan 2014 15:16:09 +0000 (16:16 +0100)
committerVincent Petry <pvince81@owncloud.com>
Tue, 1 Apr 2014 21:02:34 +0000 (23:02 +0200)
commit268206cec55921d2d0309469ebd5d9533e4f79ee
tree66459e8c136f015e5118651069f1531e35edf10b
parentd762e25cc55130e25eba0900c821b36e0897e478
Fixed parseQueryString to handle empty values and plus signs

- now correctly parse query strings with '+' signs
- empty values are now parsed either as null or empty string
- added unit test for parseQueryString()
core/js/js.js
core/js/tests/specs/coreSpec.js