To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70931
User cd changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Oct 31 05:32:00 -0800
2006 -------
cd: Fixed. The code now encodes several non-valid characters to reference images
with the command URL. The algorithm is used:
The schema must be removed. All characters must be ASCII and lower-case. The
following characters must be exchanged with
'/' encoded as "%2f"
'\': encoded as "%5c"
':' encoded as "%3a"
'*' encoded as "%2a"
'?' encoded as "%3f"
'<' encoded as "%3c"
'>' encoded as "%3e"
'|' encoded as "%7c"
---------------------------------------------------------------------
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]