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


User mav changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|tm                        |sb
--------------------------------------------------------------------------------
                  Status|REOPENED                  |NEW
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Thu Jan  7 15:14:33 +0000 
2010 -------
mav->sb: Yes, I can reproduce the problem in OOo3.2 rc1.

The problem is that
INetURLObject( aURL, INET_PROT_FILE ).GetMainURL( INetURLObject::NO_DECODE )
converts "file://comp_name/path/..." to "file:///comp_name/path/..." ( just adds
slash that let the computer name be handled as a part of path.

This conversion is used in the SimpleFileAccess service implementation for long
time ( probably from the very beginning ). And the locking implementation uses
SimpleFileAccess service to manipulate the lock file from the very beginning. I
assume that any implementation that uses SimpleFileAccess is affected.

I would say that the current situation is very dangerous and should be fixed
since it is now possible to open documents on such locations. Thus the
probability of remaining lock file after unsuccessful saving is very high.

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


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

Reply via email to