Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Configuration server does not resolve file paths correctly under Windows #1272

Closed
mariusoe opened this issue Jan 12, 2022 · 0 comments · Fixed by #1273
Closed

Configuration server does not resolve file paths correctly under Windows #1272

mariusoe opened this issue Jan 12, 2022 · 0 comments · Fixed by #1273
Labels
area/config-server bug Something isn't working
Milestone

Comments

@mariusoe
Copy link
Member

When loading the configuration files, the configuration server resolves all slashes to forward slashes due to the fact that the used JGit library does require them.

Unfortuently, this functioanlity is broken: path.toString().replace("\\\\", "/"); This leads to the problem, that only double back-slashes are replaced using a single forward-slash.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area/config-server bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant