Why does custodia.http.server unquotes the request's path? This breaks PUT /secrets/docker/http%3A%2F%2Flocalhost%3A5000 because it unquotes it to http://localhost:5000 and then treats http:/ as a path segment.
Why does custodia.http.server unquotes the request's path? This breaks
PUT /secrets/docker/http%3A%2F%2Flocalhost%3A5000because it unquotes it tohttp://localhost:5000and then treatshttp:/as a path segment.