Hello everyone. In Solr 7.3.0 I can successfully index the content of zip files.
But if the zip file is password protected, running something like the below:curl "http://localhost:8983/solr/sample/update/extract?commit=true&&literal.id=enc.zip&resource.password=1234" -H "Content-Type: application/zip" --data-binary @enc.zip
only the names of the files contained are indexed. Is it a known issue or I am doing sth wrong? Thanks! -- Dimitris Kardarakos