On 2016-10-10 18:05, René J.V. Bertin wrote: > Is there a good reason why action_provides (in port) does a `file normalize`? Wouldn't it be just as OK if the actual registry lookup (after doing all checks) used the original $filename? file normalize is used to support relative paths and paths containing "../" components. Rainer