Skip to content

Conversation

erikpost
Copy link

@erikpost erikpost commented Jul 7, 2025

The sitecore export zip contains blob items, starting with blob/ in the full path filename. However the code validating the sitecore export zip will check for blobs using /blob in the filename. This leads to the export not getting validated even though it contains blob files.

This PR changes the check from /blob to blob/ so that blobs are correctly detected.

code checks for filenames with /blob in the name, but actual paths do not start with a /
@erikpost erikpost requested a review from a team as a code owner July 7, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant