Closed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerPriority
NewLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Created 16 February 2021 at 18:20
Updated 18 June 2023 at 16:57
Resolved 17 February 2021 at 21:09
You can't create a valid lucee extension on windows using cfzip because entries get added using \ and not / regardless of the entry path
https://docs.lucee.org/reference/tags/zip.html#attribute-entrypath
uploading an extension built on windows throws the following error, because the MANIFEST entry
is added as `/META-INF\MANIFEST.MF` not `/META-INF/MANIFEST.MF`
https://github.com/zspitzer/lucee-scope-resource-provider
try running `bundleExtension.cfm` on windows from the above repo