Skip to content

Draft: WIP: theia: test handling of non ascii only filename

Romain Courteaud requested to merge romain/slapos:20241107 into master

Resiliency fails to correctly propagate a non ascii filename. It fails in the signature generation (and check) level.

The signature file generates a line per file, with its hash and filename.

When the filename contains a \r, the import script will be unable to correctly recreate the original filename.

I suppose it is required to encode the filepath during the signature file generation.

Edited by Xavier Thompson

Merge request reports