Ignore:
Timestamp:
04/25/12 08:27:24 (12 years ago)
Author:
gaba
Message:

x-context replaced $repository, fcs/xsl's used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/action/SRUAction.java

    r1852 r1907  
    5757        @Override
    5858        public String getRepository() {
     59                /*
    5960                if (getParams().get("repository") == null){
    6061                        return getParam("x-cmd-repository");
    6162                }
    6263                return getParam("repository");
     64                */
     65                if (getParams().get("x-context") == null){
     66                        return getParam("x-cmd-repository");
     67                }
     68                return getParam("x-context");
    6369        }
    6470       
Note: See TracChangeset for help on using the changeset viewer.