keeps / dbptk-ui

DBPTK base UI for both Desktop and Enterprise
https://database-preservation.com
GNU Lesser General Public License v3.0
23 stars 9 forks source link

NPE on indexing of certain inline BLOBs #399

Closed AntonioG70 closed 2 months ago

AntonioG70 commented 2 months ago

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 commented 2 months ago

https://github.com/keeps/dbptk-ui/pull/397