rust-tuf icon indicating copy to clipboard operation
rust-tuf copied to clipboard

Hide Windows file path compatibility behind a feature flag

Open heartsucker opened this issue 7 years ago • 1 comments

There's a lot of path names that illegal because of FAT/ Windows compatibility. Someone might not like this since they are only deploying to *nix. Some of the checks could be hidden behind a feature flag.

These restrictions apply to both TargetPath and MetadataPath.

heartsucker avatar Jul 04 '17 05:07 heartsucker

If #95 is implemented, it would supersede this.

heartsucker avatar Jul 04 '17 18:07 heartsucker