From: SourceForge.net <no...@so...> - 2009-11-17 17:01:27
|
Bugs item #2896035, was opened at 2009-11-11 16:38 Message generated for change (Comment added) made by rvos You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=2896035&group_id=248804 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 9 Private: No Submitted By: William Piel (sfrgpiel) >Assigned to: Rutger Vos (rvos) Summary: Sort List causes Exception Initial Comment: This is based on the http://treebasedb-dev.nescent.org:6666/treebase-web/home.html implementation. Type in "Donoghue", search by author name, and then try to sort the resulting list. The result encounters an uncaught exception. This needs fixing before release. ---------------------------------------------------------------------- >Comment By: Rutger Vos (rvos) Date: 2009-11-17 17:01 Message: This bug has been resolved as per revision 275. What happened was that the plug in that sorts tables reconstitutes the QUERY_STRING, including the - possibly empty - CQL query. That empty CQL query was then passed to the CQL parser, which choked. The handler is now more strict and skips over empty-but-defined CQL queries. ---------------------------------------------------------------------- Comment By: Rutger Vos (rvos) Date: 2009-11-17 17:01 Message: Your bug has been resolved. Thanks for the report. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=2896035&group_id=248804 |