Changeset 20790


Ignore:
Timestamp:
04/03/10 14:36:17 (2 years ago)
Author:
rns
Message:

Make modMine experiment and feature pages valid entry points.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/intermine/web/main/src/org/intermine/web/struts/InterMineRequestProcessor.java

    r20462 r20790  
    5454     * Paths that can be used as initial pages ie. when there is no session. 
    5555     */ 
     56    // TODO note that 'experiment' and 'features' are modMine specific.  We should make this 
     57    // configurable by properties 
    5658    public static final List START_PATHS = 
    5759        Arrays.asList(LOGON_PATH, LOGON_INIT_PATH, "/classChooser", "/bagBuild", "/objectDetails", 
     
    5961                "/contact", "/portal", "/templates", "/templateSearch", "/template", "/aspect", 
    6062                "/ping", "/standalone", "/quickStart", "/importQuery", "/tree", "/headMenu", 
    61                 "/htmlHead", "/dataCategories", "/bagDetails", "/results", "/passwordReset"); 
     63                "/htmlHead", "/dataCategories", "/bagDetails", "/results", "/passwordReset", 
     64                "/experiment", "/features"); 
    6265 
    6366    /** 
Note: See TracChangeset for help on using the changeset viewer.