Community
Participate
Working Groups
See CQ 5774
Primary code Change between the origional version and the hudson fork is: Additional error handling added in src/main/java/javax/activation/MailcapCommandMap.java Line 608: if (cl != null) // XXX - always true? Replaced with: 608: if (!DataContentHandler.class.isAssignableFrom(cl)) { 609: if (LogSupport.isLoggable()) 610: LogSupport.log("DCH " + name + " is of invalid type"); 611: return null; 612: } 613: if (cl != null) // XXX - always true?