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

NPE on indexing of certain inline BLOBs #399

Closed
AntonioG70 opened this issue May 17, 2024 · 1 comment
Closed

NPE on indexing of certain inline BLOBs #399

AntonioG70 opened this issue May 17, 2024 · 1 comment

Comments

@AntonioG70
Copy link
Contributor

If an inline LOB contains one of the 2 following, there will be an exception on indexing:
05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005
0F00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000F

However, the following data is indexed just fine:
0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000F
0F000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005
The error occurs when tika can not detect the extension of a certain file mimetype.

@AntonioG70
Copy link
Contributor Author

#397

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

1 participant