You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@matyasselmeci experienced a bug with the director when requesting information for the path /chtc/PUBLIC where the information returned by the director corresponded to namespace /chtc. It looks like the director will return the first matching prefix without checking if there's a more complete one. This also appears to be a bug already solved in another spot by the old OSDF client.
The text was updated successfully, but these errors were encountered:
Previously, when two namespaces like /chtc and /chtc/PUBLIC existed in the cache,
the matchPrefix function wound up matching whichever happened to be read first.
Now it matches against the longest prefix, so a request for path
/chtc/PUBLIC/foo/bar will always match /chtc/PUBLIC.
Closes issue PelicanPlatform#140
@matyasselmeci experienced a bug with the director when requesting information for the path
/chtc/PUBLIC
where the information returned by the director corresponded to namespace/chtc
. It looks like the director will return the first matching prefix without checking if there's a more complete one. This also appears to be a bug already solved in another spot by the old OSDF client.The text was updated successfully, but these errors were encountered: