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





------- Additional comments from [EMAIL PROTECTED] Thu Feb 24 07:49:41 -0800 
2005 -------
I guess this might also need something like:

            // #i34835# To avoid problems with Windows file paths like "C:\foo",
do not
            // accept generic schemes that are only one character long:
            if (aSynScheme.getLength() >= 2 && p != pEnd && *p !=
nFragmentDelimiter)
            {
                m_eScheme = INET_PROT_GENERIC;
                pPos = p;
            }

adding to it.

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