Project

General

Profile

« Previous | Next » 

Revision 8265

Refer to metacat.war deployments since those are now the default. https://projects.ecoinformatics.org/ecoinfo/issues/6082

View differences:

DBQuery.java
414 414
      }//if
415 415
      else
416 416
      {
417
        //knb format, in this case we will get whole result and sent it out
417
        //skin format, in this case we will get whole result and sent it out
418 418
        response.setContentType("text/html");
419 419
        Writer nonout = null;
420 420
        StringBuffer xml = createResultDocument(xmlquery, qspec, nonout, user,

Also available in: Unified diff