Lucee 5.3.3.62 cfzip - unzip issue

in Lucee 5.3.3.62, to unzip the attached file

<cfzip action="unzip" file="c:/temp/test.zip" destination="c:/temp/test/" overwrite="yes">

the folders will be ‘cloned’ again

it was working on Lucee 5.3.2.77

It also fails with the latest 5.3.4.54-RC

test1
test.zip (1.0 KB)

Mmmm… It looks like the problem is Compress Tags, when version 1.0.0.1 is installed, unzip is not working.

I updated it to the latest 1.0.0.2-SNAPSHOT and unzip works.