Skip to content

fix(hosting frontend): fix zip extraction - #7432

Open
fetchfern wants to merge 1 commit into
mainfrom
fetch/fix-zip-extract
Open

fix(hosting frontend): fix zip extraction#7432
fetchfern wants to merge 1 commit into
mainfrom
fetch/fix-zip-extract

Conversation

@fetchfern

@fetchfern fetchfern commented Sep 6, 2026

Copy link
Copy Markdown
Member

Extracting a zip file in the server's root currently sets the target directory to that file's name without the final p: world.zip is extacted to world.zi.

This fixes the issue and changes the extraction logic to target a directory named after the zip file, without the zip extension, instead of the parent. So, world.zip extracts to world rather than into /.

Closes DEV-1413

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Pull request changelog

App

Added

Changed

Deprecated

Removed

Fixed

Security

Website

Added

Changed

Deprecated

Removed

Fixed

Security

Hosting

Added

Changed

Deprecated

Removed

Fixed

Security

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant