Changeset d976b59
- Timestamp:
- Dec 23, 2011 3:36:44 PM (9 years ago)
- Branches:
- master
- Children:
- 8ea587a
- Parents:
- 41ea292
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/java/src/net/i2p/router/web/WebAppStarter.java
r41ea292 rd976b59 156 156 for (int i = 0; i < handlers.length; i++) { 157 157 ContextHandler ch = (ContextHandler) handlers[i]; 158 if ( appName.equals(ch.getContextPath()))158 if (path.equals(ch.getContextPath())) 159 159 return ch; 160 160 }
Note: See TracChangeset
for help on using the changeset viewer.