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
On Mon, Oct 28, 2024 at 11:36:49AM -0700, Mayuri Kini wrote:
Here is a sample code that can be added in both server.rs and client_config.rs:
```
let filename = file_name.trim_start_matches(|c| c == '/' || c == '\\').to_string();
```
Convert that into a merge request and see what happens.
Groeten
Geert Stappers
--
Silence is hard to parse
Continuing on #24 (comment)
During boot process the requests for config files are absolute paths, which leads to \test.cfg or /test.cfg request (for windows and linux).
Could we add a patch to support this by ignoring first character if it is "\" or "/"?
Here is a sample code that can be added in both server.rs and client_config.rs:
The text was updated successfully, but these errors were encountered: