Project

General

Profile

« Previous | Next » 

Revision 592

Added by higgins over 23 years ago

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)

View differences:

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