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
catalan-adobe
changed the title
[import] Caching issue when url path is both filename and subpath
[import] Caching issue when url paths iare both filename and subpath
Feb 14, 2024
Description
When caching following URLs:
Request
1.
will create local file<cache_folder>/en-us/blog
Then, caching
2.
(or any other/en-us/blog/**
path) will fail as it cannot create folder<cache_folder>/en-us/blog
(as the path already exists as a file)To Reproduce
aem import --cache /tmp/cache
/tmp/cache/en-us/blog
file got created=> Notice the cached file is not created + error message in the CLI log
Expected behavior
The CLI should handle such case.
The text was updated successfully, but these errors were encountered: