Hello, The DigestUtils.md5Hex method generate an exception when used inside a Servlet :
java.lang.NoClassDefFoundError: org/apache/commons/codec/digest/DigestUtils The class DigestUtils works correctly when used in a test class with main method in the same project. The same error appears when it is used in a bean associated to a JSP page using MyFaces. Thanks Fahmi
