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 am trying to use dataplaneapi to manage haproxy config. During a recent exercise, there was a case where dealing with filenames with certain characters (+ and . other than the one for file extension) hit some unexpected errors. The issue boiled down to the fact that client-native sanitizes the filename.
Is it necessary to sanitize it? I tried looking at the git history but couldn't find much on why the change was introduced.