To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59031
                  Issue #:|59031
                  Summary:|sal macro.cxx: problem with ${file:///whatever:key}
                Component:|udk
                  Version:|680m142
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sb
              Reported by:|sb





------- Additional comments from [EMAIL PROTECTED] Wed Dec  7 07:41:55 -0800 
2005 -------
sal/rtl/source/macro.cxx 1.13 expandMacros blindly splits ${...} at ':' (even
ignoring '\:' escapes, though '\u003A' escapes of course would work), so that
"${file:///whatever:key}" is split into "file" and "///whatever:key".  In light
of sections ("${file:section:key}") being deprecated and probably not even
working (ArgParserState::expandTerm using dysfunctional(?) oslProfile), a better
approach might be to split at the last ':', so that URLs need not be escaped. 
The documentation at
<http://udk.openoffice.org/common/man/concept/micro_deployment.html> needs to be
fixed (is that also mentioned in the DevGuide?).

---------------------------------------------------------------------
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]

Reply via email to