To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74114
User mba changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WONTFIX
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Feb 14 14:40:37 +0000
2007 -------
The reason for the hanging is that the hyperlink URL is made relative (in memory
URLs in OOo are always absolute; changing this would be a huge effort). Making a
URL relative in a platform independent way needs to care for case sensitivity
problems. So we must check every hierarchical part of the URL to check whether
it is a case sensitive or a case insensitive file system, at least we must check
the root host system. In case of an unreachable host we fail already in the
first part of the URL but at least we must try.
So I'm afraid that we don't have a fix for the problem with a justifiable
effort.
---------------------------------------------------------------------
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]