mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 01:06:47 +00:00
- The path clipping / transforming behaviour must be turned-off when we are not using direct_functions as is used in faas-nomad and faas-ecs. This will need a change in each provider to strip paths, but fixes a 404 error these users will see if they upgrade to 0.9.2 or newer. 0.9.3 will have a this fix meaning the whole un-edited path is passed to the provider when direct_functions is set to false. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>