Ignore:
Timestamp:
02/17/11 10:47:33 (13 years ago)
Author:
vronk
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/TermsProxyAction.java

    r1076 r1129  
    119119                URL targetURL = null;
    120120                //targetURL = new URL(getBaseURI() + getQ());
    121                 Admin.notifyUser("TPA.q: " + getBaseURI() + getQ() + getRepository());         
     121                Admin.notifyUser("TPA.q: " + getBaseURI() + getQ() + getRepository());
     122                // FIXME: this looks like an ugly hack!
     123                if (getMaxdepth()==0)  setMaxdepth(1);
    122124                targetURL = new URL(getBaseURI() + getQ() + "&maxdepth=" + getMaxdepth() + "&repository=" + getRepository());
    123125                // TPA.targetURL:http://localhost:8080/MDService2/model/matrix/?q=all
Note: See TracChangeset for help on using the changeset viewer.