-
Bug
-
Resolution: Fixed
-
Normal
-
9.0.1
-
None
-
Security Level: Jimmy
-
None
-
ZK 9.5.0 S1
-
None
Debug Information
AuUploader and AuDropUloader use common fileupload to retrieve uploaded medias during parseRequest()
If the common-upload library encounter an issue during sfu.parseRequest(request), it may throw a FileUploadException
This exception is caught in the try catch block located in the service method
In the exception is caught in this block, there is no client alert, or logging available for FileUploadException (it doesn't trigger any of the existing exceptions)
Improvement
Add a special handling case for FileUploadException which logs to logger