fd73f144aa
The resolve_path function used str::strip_prefix which accepted same-component prefix matches (e.g. prefix "pfx" matched both "/pfx/file" and "/pfxfile"). Now requires the prefix to be followed by "/" or be an exact match to serve the root.