To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66823 Issue #|66823 Summary|INetURLObject does not support "expand:" URLs as hiera |rchical URLs Component|framework Version|680m170 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sb Reported by|mav
------- Additional comments from [EMAIL PROTECTED] Wed Jun 28 05:11:38 -0700 2006 ------- Generally speaking "vnd.sun.star.expand:" URLs are not hierarchical URLs. But it is used to specify a path to an uno package, thus it is used in hierarchical context. The problem is that the current OOo source code hierarchical context handling is based on idea that the pathes are also hierarchical, so in such cases the INetURLObject implementation is used. Unfortunately it is possible to get "expand" URL, that is not handled by INetURLObject as hierarchical one. As we have discussed a possible solution could be supporting in INetURLObject of "expand" URLs as hierarchical URLs. In future, if nonhierarchical URLs can be used at those points, the INetURLObject could check whether the current "expand" URL represents a hierarchical one. Also it probably makes sence to minimize using of INetURLObject in OOo source code. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
