Changeset 20790
- Timestamp:
- 04/03/10 14:36:17 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/intermine/web/main/src/org/intermine/web/struts/InterMineRequestProcessor.java
r20462 r20790 54 54 * Paths that can be used as initial pages ie. when there is no session. 55 55 */ 56 // TODO note that 'experiment' and 'features' are modMine specific. We should make this 57 // configurable by properties 56 58 public static final List START_PATHS = 57 59 Arrays.asList(LOGON_PATH, LOGON_INIT_PATH, "/classChooser", "/bagBuild", "/objectDetails", … … 59 61 "/contact", "/portal", "/templates", "/templateSearch", "/template", "/aspect", 60 62 "/ping", "/standalone", "/quickStart", "/importQuery", "/tree", "/headMenu", 61 "/htmlHead", "/dataCategories", "/bagDetails", "/results", "/passwordReset"); 63 "/htmlHead", "/dataCategories", "/bagDetails", "/results", "/passwordReset", 64 "/experiment", "/features"); 62 65 63 66 /**
Note: See TracChangeset
for help on using the changeset viewer.
