Ignore:
Timestamp:
10/17/10 10:07:35 (14 years ago)
Author:
vronk
Message:

style changes - polishing layout, new icons

File:
1 edited

Legend:

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

    r795 r799  
    135135
    136136                InputStream resultStream = null;
    137                 // if no arguments  - get the local-config file
    138                 if ((getQ()==null || getQ().equals("")) && (getActionkey().equals(DATCATS))) {
    139                         resultStream = this.getClass().getClassLoader().getResourceAsStream(Admin.getConfig().getProperty("datcats.file"));             
     137                // if no arguments  - get the local-config file
     138                // FIXME: although this should be competence of TermsProxyAction
     139                if ((getQ().equals(ALL) || getQ()==null || getQ().equals("")) && (getActionkey().equals(DATCATS))) {
     140                        Admin.notifyUser("serving terms.file:" + Admin.getConfig().getProperty("terms.file"));
     141                        resultStream = this.getClass().getClassLoader().getResourceAsStream(Admin.getConfig().getProperty("terms.file"));
    140142                } else {
    141143               
Note: See TracChangeset for help on using the changeset viewer.