Changeset 27923 for main


Ignore:
Timestamp:
2013-07-24T12:48:13+12:00 (11 years ago)
Author:
sjm84
Message:

Part of moving the userDB from localsite to web

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/URLFilter.java

    r26538 r27923  
    3030    //Restricted URLs
    3131    protected static final String SITECONFIG_URL = "sites/[^/]+/siteConfig.xml";
    32     protected static final String USERS_DB_URL = "sites/[^/]+/etc/usersDB/.*";
     32    protected static final String USERS_DB_URL = "etc/usersDB/.*";
    3333    protected static final ArrayList<String> _restrictedURLs;
    3434    static
Note: See TracChangeset for help on using the changeset viewer.