Project

General

Profile

« Previous | Next » 

Revision 641

Added by berkley over 23 years ago

fixed url error in data download function

View differences:

src/edu/ucsb/nceas/metacat/MetaCatServlet.java
918 918
      Hashtable murlParams = util.parseQuery(murl.getQuery());
919 919
      if(murlParams.containsKey("docid"))
920 920
      {
921
        docid = ((String[])murlParams.get("docid"))[0];
921
        docid = (String)murlParams.get("docid");
922 922
      }
923 923
    }
924 924
    catch(MalformedURLException mue)

Also available in: Unified diff