Files
releases/plugins/logs
Ashutosh Narkar 80eb9be78d plugins/logs: Update mechanism to escape field paths (#4756)
Earlier the paths to the field to perform an upsert or
remove operation on were escaped using Go's url.QueryEscape
method. This results in incorrect behavior when the paths contain
a reserved character like ":". This change updates to using
url.PathEscape instead to escape the input and result paths.

Fixes: #4717

Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
2022-06-09 07:27:00 +02:00
..
2018-06-18 11:32:22 -07:00
2022-03-30 10:25:45 +02:00