IPA download fails to handle image file names with dot ».« #62
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Indicates an issue is ready to be actively worked on.
The MR 2d513ad unfortunately introduces a breakdown: whenever an image file name contains a dot ».«, everything beyond this dot is considered as file name extension.
This may be valid for something like
image.tar.gz
, but breaks down as soon as the name itself contains a dot, e.g. due to a versioned image name likeimage-v0.1.2.tar.gz
.Possible solutions:
The text was updated successfully, but these errors were encountered: