To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110905


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'rene'                    |'kendy,rene'
--------------------------------------------------------------------------------
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.3
--------------------------------------------------------------------------------




------- Additional comments from s...@openoffice.org Wed Apr 21 11:18:34 +0000 
2010 -------
@pmladek:  In both cases where sal/rtl/source/bootstrap.cxx code calls
getAbsoluteFileURL, the input is already a (potentially relative) URL, so
replacing it with getFileURLFromSystemPath is wrong (but in many cases would not
change its input, so you might not have noticed).

However, it is unclear to me whether making the input URL (for
getIniFileName_Impl, either the value of the INIFILENAME command line argument
or the result of getExecutableFile_Impl; for rtl_bootstrap_args_open, its
pIniName argument) absolute is necessary at all.  Probably, the input URLs are
already absolute, anyway.  Did you check your patch (which also assumes that the
input is already absolute) on various platforms?

I will see if simply removing the two getAbsoluteFileURL calls leads to any
problems.  If not, that can go into OOo 3.3.  Otherwise, I would be happier with
a systematic approach to fixing the symlink problems, see the discussion of
changing osl_getAbsoluteFileURL in issue 83548.

---------------------------------------------------------------------
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to