Actions
Bug #178
closederror in the processing of relation urls
Start date:
12/08/2000
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
178
Description
There is an error in DBQuery.findDocuments() where it is assumed that the next
parameter after a / in a url is the docid of a document. This was an old piece
of code that somehow got left in. It needs to be replaced with code that allows
for the format metacat://dev.nceas.ucsb.edu/berkley/servlet/metacat?docid=xxx
instead of just metacat://dev.nceas.ucsb.edu?docid=xxx
Updated by Chad Berkley almost 24 years ago
Changed the sql to accomodate a more general url form. This makes relations
work with replicated packages as well as local ones.
Actions