web2 searchform problems with patch ----------------------------------- Key: NUTCH-523 URL: https://issues.apache.org/jira/browse/NUTCH-523 Project: Nutch Issue Type: Bug Components: web gui Reporter: Hal Finkel Attachments: SearchForm.patch
In the current trunk, SearchForm.clone() does not make a deep copy of the KeyValue objects which can be then modified by the caller. This causes incorrect behavior when using the spell-check plugin. Also, SearchForm.setValue() can cause the old key-value pair to appear in active along with the new pair, which is also incorrect. This patch fixes both of these issues. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nutch-developers mailing list Nutch-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nutch-developers