Hi, I have found that there is a typo in the following two method signatures from the HTMLEncoder class:
public static String *encodeURIAtributte*(final String string, final String characterEncoding) public static void *encodeURIAtributte*(Writer writer, final String string, final String characterEncoding) Note that the method name has a typo, it should be "encodeURIAttribute" instead of "encodeURIAtributte". Do any of you see any issues on correcting this typo? Is this shared component used by other MyFaces projects? Regards, Eduardo M. Breijo
