Tika-server docker 2.9.1.0
Imagine, we got test_archive_with_password.zip with password 123
File size is 8,7K and
And this file has inner files
If we curl such a file to Tika-server
curl -T test_archive_with_password.zip -H "Accept:application/zip" -H "Password:123" http://localhost:9998/unpack > destination.zip
By cmd it seems like unpack successful. But result size of destination.zip is 0 bytes...
And of course no inner files inside this destination.zip