To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87490
------- Additional comments from [EMAIL PROTECTED] Thu Mar 27 19:23:41 +0000 2008 ------- I'm not sure that the situation wrt. anything opened through the existing whitelisted protocols significantly changes ? Unless I'm missing something or taking too local a look at the code. In the current situation the whitelisted http|https and ftp urls get passed to the first xSystemShellExecute->execute branch and on failure of that (e.g. a failure of the eventually called gnome-open-url or cde-open-url) you just get an error dialog of some kind. In the new situation those urls still get passed to what was the second xSystemShellExecute->execute that was previously only used for file://, where the difference is that if that fails and there is a possible OOo filter for them it continues on to get opened by OOo itself. So the current situation should remain basically unchanged for the existing whitelisted url patterns, except that OOo will now make an extra attempt to open them if FOO-open-url fails. And in either case this is supposed to open happen for "external" formats. What might break is the case of urls like smb://|webdav:// which previously would only have been handled successfully by OOo itself now getting passed to FOO-open-url first which might e.g. fail and not return a failure or do something else unexpected. --------------------------------------------------------------------- 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]
