Project

General

Profile

« Previous | Next » 

Revision 2758

Added by sgarg over 18 years ago

Replaced hardcoded namespaces with variable defined in metacat.properties

View differences:

MetaCatServlet.java
225 225
    private void checkIndexPaths() {
226 226
        Logger logMetacat = Logger.getLogger(MetaCatServlet.class);
227 227
        MetaCatUtil.pathsForIndexing
228
            = MetaCatUtil.getOptionList(MetaCatUtil.getOption("indexed_paths"));
228
            = MetaCatUtil.getOptionList(MetaCatUtil.getOption("indexPaths"));
229 229
    
230 230
        if (MetaCatUtil.pathsForIndexing != null) {
231 231
    

Also available in: Unified diff