- merged "getabstract" and "getdatadoc" actions to "read" action; - put MIME types everywhere for the returned data; - zip when more than one doc/files were requested or when specified by qformat="zip" parameter; - get rid of "relation" parameter, instead use "docid" parameter name only - when more that one docid - zip them; - get abstract for a metacat doc (docid) when "abstractpath" parameter is specified - small fix in MetaCatUtil when parsing a query string of URL So now "read" action can read xml metadata or any data files from Metacat or any file thru HTTP URLConnection using these parameters and their combinations: action=read docid=nceas.1 docid=http://...?docid=nceas.2 docid=metacat://...?docid=nceas.3 docid=http://.../filename qformat=html qformat=xml(default for metacat metadata) qformat=zip(default when more than one docids requested) abstractpath
- merged "getabstract" and "getdatadoc" actions to "read" action;
- put MIME types everywhere for the returned data;
- zip when more than one doc/files were requested or when specified by qformat="zip" parameter;
- get rid of "relation" parameter, instead use "docid" parameter name only - when more that one docid - zip them;
- get abstract for a metacat doc (docid) when "abstractpath" parameter is specified
- small fix in MetaCatUtil when parsing a query string of URL
So now "read" action can read xml metadata or any data files from Metacat or any file thru HTTP URLConnection
using these parameters and their combinations:
action=read
docid=nceas.1
docid=http://...?docid=nceas.2
docid=metacat://...?docid=nceas.3
docid=http://.../filename
qformat=html
qformat=xml(default for metacat metadata)
qformat=zip(default when more than one docids requested)
abstractpath