DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29742>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29742 Modified selector doesn't allow algorithm or comparator selection ------- Additional Comments From [EMAIL PROTECTED] 2004-06-22 17:28 ------- I have created a bug fix for the modified selector that addresses this issue. In the bug fix, the algorithm and comparator initialization logic has been changed to allow choosing away from default. At the same time, I have created another algorithm type, "checksum", that makes use of the java.util.zip.Checksum interface. It is chosen by setting the alogrithm attribute to "checksum" ( <modified algorithm="checksum" /> ). This checksum allows the choice of CRC32 or Alder32, which utilize java.util.zip.CRC32 and java.util.zip.Adler32 respectively. This choice is made by setting the algorithm.algorithm parameter to "CRC" or "ADLER", with the default being "CRC" ( <modified algorithm="checksum"><param name="algorithm.algorithm" value="ADLER" /></modified> ) How do I submit such changes for evaluation and possible inclusion? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]