From: SourceForge.net <no...@so...> - 2009-03-27 13:04:29
|
Bugs item #2683175, was opened at 2009-03-11 17:23 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2683175&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: tinyTiM 2.x Status: Open Resolution: None Priority: 7 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Reject invalid locators Initial Comment: Reject invalid locators, like tm.createLocator("#fragment"); Either the "#fragment" has to be resolved against the storage address of the tm or a InvalidIRIException should be thrown (depends on a new TMAPI release!). The latter should be preferred since TopicMapSystem.createLocator() does the same as TopicMap.createLocator() and the TopicMapSystem has no locator available which can be used to resolve the fragment against. ---------------------------------------------------------------------- >Comment By: Lars Heuer (lheuer) Date: 2009-03-27 14:04 Message: The new TMAPI version provides a few tests for invalid locators, ensure that tinyTiM passes them successfully ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2683175&group_id=102341 |