87
77
# Note: User can be a group name. There is absolutely no difference in our
88
78
# current directory scheme.
89
79
(user, subpath) = util.split_path(urlpath)
90
80
if user is None: return (None, None, None)
93
83
path = os.path.join('home', urlpath)
95
85
return (user, jail, path)