Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"archives" parameter is set to false and cannot be changed #32

Open
mikaelmechoulam opened this issue Dec 2, 2015 · 2 comments
Open

Comments

@mikaelmechoulam
Copy link

In DroidDetector the archives parameter is set to false and there is no setter. What I understand is that it means that ZIP or TAR files won't be validated. Is there a reason for this lack of setter ?

@anjackson
Copy link
Member

Ah, oops. That's just us hardcoding our primary use case. Perfectly fine to make this gettable/settable, but it might be a little while before I get chance to change it as we're swamped right now.

@anjackson
Copy link
Member

Hm, looking back over this, and it's a bit more complicated than that. I've set up Droid as a Apache Tika 'detector' module, and the API is build with the expectation that the rest of the application handles descending into archives. i.e. what we need is a variant to Tika that is configured to use the DroidDetector for (or as part of) format identification. Tika could then descend into archive files and identify the contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants