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
I was working with Traefik and I was having issues with it pulling configuration information from Zookeeper. I narrowed it down to this code (an older version) and discovered that if I had a leading "/" on the path, it would fail. The current code looks to be the same for the normalization of the paths, so the "bug" is still there.
Barring a good reason why this behaviour should remain, I'd like to suggest that the code be updated to allow for a leading "/" to be provided as, at least with zookeeper, is the standard way of referencing paths.
The text was updated successfully, but these errors were encountered:
Hello,
I was working with Traefik and I was having issues with it pulling configuration information from Zookeeper. I narrowed it down to this code (an older version) and discovered that if I had a leading "/" on the path, it would fail. The current code looks to be the same for the normalization of the paths, so the "bug" is still there.
Barring a good reason why this behaviour should remain, I'd like to suggest that the code be updated to allow for a leading "/" to be provided as, at least with zookeeper, is the standard way of referencing paths.
The text was updated successfully, but these errors were encountered: