- Add string_prefix helper to check path containment
- Compute root_canonical once per add_vfs_ call
- Use realpath only for filesystem (on_fs=true), keeping simple
contains_dot_dot check for VFS
- Paths are already URL-decoded by Route.rest_of_path_urlencoded