Hi Carsten,

Thank you, I'll have a look

Jacques

Le 14/01/2026 à 10:54, Carsten Heinrigs a écrit :
Hello,

while trying to upload images, the application entered an endless loop

org/apache/ofbiz/security/SecuredUpload.java line 588

The count was 0 and the following conditions (lines 591 and 593) were
never met. To get out of this, I added the following lines:

inflater.end();
return true;

This is not a fix, but for now it helped as a workaround.

Reply via email to