Synopsis
The remote web server is hosting .class files.
Description
The remote web server is hosting .class files.
Distributing such files over the web can be done, but the webmaster should make sure that they to not contain confidential data. Java '.class' files are easily decompiled into source code using tools such as Jad (/www.kpdus.com/jad.html).
Solution
Ensure that confidential data is not present within the '.class' file. Note: NNM only reports on the first occurence of this item on a web server. Parse your entire web source for similar occurrences.