Ignore:
Timestamp:
11/09/10 10:27:07 (14 years ago)
Author:
vronk
Message:

many small corrections (optics), dynamic repository resolution for Terms

File:
1 edited

Legend:

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

    r860 r862  
    3333                URL targetURL = null;
    3434                //targetURL =new URL( getBaseURL(), getActionkey());
    35                 targetURL = new URL(getBaseURL(), "?operation=getCollections&collection=");
     35                //FIXME: get maxdepth-constant out of here !!
     36                targetURL = new URL(getBaseURL(), "?operation=getCollections&maxdepth=3&collection=");
    3637                //Admin.notifyUser("CollectionProxy.targetURL:" + targetURL);
    3738
Note: See TracChangeset for help on using the changeset viewer.