- Timestamp:
- 12/19/06 19:14:51 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_BDP_FS/com/scenari/m/bdp/item/fs/HContentAccessFs.java
r6860 r7819 466 466 vSource = vItem.fSource; 467 467 } else { 468 if (pUriRes.endsWith("*")) {469 if (pUriRes.endsWith("?*")) {470 pUriRes = pUriRes.substring(pUriRes.length() - 2);471 } else {472 pUriRes = pUriRes.substring(pUriRes.length() - 1);473 }474 }475 468 vSource = vItem.fSource.hFindSource(pUriRes.substring(1)); 476 469 }
Note: See TracChangeset
for help on using the changeset viewer.