Skip to content

2024-November-17 - 2.7.14900

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 20:10
7ede4eb
Unzip without master subfolder (#13002)

* unzipWoMasterSubfolder

DownloadFile.java
- moveUpSubfolderFilesHasErrors: new method to remove subfolder level if needed

* unzipWoMasterSubfolder (replaceAll cleanup)

DownloadFile.java
- normalizeMapName: substitute replaceAll calls with replace calls

* unzipWoMasterSubfolder (fix test case)

DownloadFile.java
- normalizeMapName: substitute regex strings not needed for replace calls; reintroduce only regex case with replaceAll calls