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.