Thayne,

On 6/3/22 09:51, astrotha...@gmail.com wrote:
Add a converter that extracts a parameter from string of delimited
key/value pairs.

Just wondering (maybe something to add to the doc or test): Should this handle URL encoded parameter names or parameter values? It probably should not, because that's makes the converter less general.

But it would certainly be useful to explain how to properly retrieve those values. Simply url-decoding the full query string before doesn't do the job, because then the additional delimiters might be introduced. This likely needs to be combined with the URI normalization feature, as the encoding of a parameter name is not a 1:1 relationship.

Best regards
Tim Düsterhus

Reply via email to