-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
False
-
-
False
-
-
-
Low
Every time a JAR is retrieved from the local disk cache, its Class-Path attribute in MANIFEST.MF has to be blanked, ITW only supports loading resources declared in JNLP files.
When this happens, ITW systematically logs an event with a ERROR_DEBUG severity:
OutputController.getLogger().log(OutputController.Level.ERROR_DEBUG, "Class-Path attribute cleared for " + returnFile.getName());
This causes logs to flooded with potentially thousands of errors messages in large applications, which are in fact, not errors at all (it is the expected behaviour).
Furthermore, the information's value is extremely low (this always happen) I do not think it necessary to keep logging these events even with a lower severity and should simply be removed.