Revision 592
Added by higgins about 24 years ago
src/edu/ucsb/nceas/metacat/MetaCatServlet.java | ||
---|---|---|
883 | 883 |
HttpServletResponse response) |
884 | 884 |
throws ClassNotFoundException, IOException, SQLException |
885 | 885 |
{ |
886 |
out.println(((String[])params.get("docid"))[0]); |
|
886 |
// out.println(((String[])params.get("docid"))[0]);
|
|
887 | 887 |
try { |
888 | 888 |
//MetacatURL murl = new MetacatURL(((String[])params.get("docid"))[0]); |
889 | 889 |
URL murl = new URL(((String[])params.get("docid"))[0]); |
Also available in: Unified diff
comment out line in read action that sends a copy of docid prior to returning doc
in XML format (apparent debug statement left in by mistake)