Hi All,

I am using Tika server REST api to extract the content from large files.


I was able to extract the content  up to 100 MB files. when i try to send files 
more than 100 MB giving me "Zip bomb detected" Tika exception.


I tried three ways of sending the file to tika


1. multipart/form-data 
http://localhost:9998/tika/form<http://localhost:9998/tika/form";;>

2. zip stream http://localhost:9998/unpack/all

3. tika string <http://localhost:9998/unpack/all> http://localhost:9998/tika


with all these three options i am getting the same exception.


i am working on .NET project and using HTTPClient to send request to Tika 
server.

Even i tried setting large timeouts for HTTPClient but no luck. any help would 
be much appreciated.



Regards,

Raghu.

Reply via email to