Files
Nim/lib/pure
Mildred Ki'Lya 71db2be833 Improve uri.parseQuery to never raise an error (#16647)
In case of malformed query string where there is `=` on the value, handle
this character as part of the value instead of throwing an error.

The following query string should no longer crash a program:

    key=value&key2=x=1

It will be interpreted as [("key", "value"), ("key2", "x=1")]

This is correct according to latest WhatWG's HTML5 specification
recarding the urlencoded parser:
https://url.spec.whatwg.org/#concept-urlencoded-parser

Older behavior can be restored using the -d:nimLegacyParseQueryStrict
flag.
2021-01-12 13:42:05 +01:00
..
2020-12-17 13:35:02 +01:00
2021-01-02 20:28:59 +01:00
2020-08-08 07:24:54 +02:00
2020-11-24 19:06:41 +01:00
2015-10-01 12:05:45 -07:00
2020-10-04 10:58:19 +02:00
2020-08-11 14:49:57 +02:00
2021-01-05 20:51:51 +01:00
2018-04-06 11:59:49 +02:00
2021-01-02 17:13:01 +01:00
2020-11-16 10:15:05 -08:00
2021-01-10 16:19:40 +00:00
2021-01-10 13:40:53 +00:00
2021-01-09 00:24:41 +01:00
2020-12-14 20:13:12 +01:00
2021-01-07 08:48:02 +01:00
2020-03-31 15:47:57 +02:00
2021-01-01 19:41:49 +01:00
2020-03-19 10:23:05 +01:00
2020-12-17 13:41:05 +01:00
2020-11-24 19:06:41 +01:00
2020-12-17 13:41:05 +01:00
2020-07-15 03:46:17 -04:00
2020-12-17 13:41:05 +01:00
2020-12-17 13:41:05 +01:00
2020-12-14 20:13:12 +01:00
2020-07-18 10:41:33 +02:00
2020-11-24 19:06:41 +01:00
2020-12-12 23:29:20 +01:00
2020-11-24 19:06:41 +01:00
2020-11-10 21:53:25 +01:00
2020-12-14 20:13:12 +01:00
2020-11-23 19:53:57 +01:00