Type info
Title tools/urlobj: INET_PROT_GENERIC only works for URL schemes that are at least two characters long
Posted by [EMAIL PROTECTED]
Affected ,-
Effective from SRC680m55


Summary

INetURLObject("c:\foo") -> INET_PROT_INVALID

INetURLObject("cd:\foo") -> INET_PROT_GENERIC


Description
The support for INET_PROT_GENERIC in INetURLObject (see
<http://www.openoffice.org/servlets/ReadMsg?list=interface-announce&msgNo=570>)
had to be changed slightly, to not make existing code fail. See
<http://www.openoffice.org/issues/show_bug.cgi?id=34841> for
eventually undoing these changes again, which means that IN NEW CODE,
DO NOT RELY ON THIS SPECIAL BEHAVIOUR FOR SINGLE-CHARACTER URL SCHEMES!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to