https://bugs.documentfoundation.org/show_bug.cgi?id=143216
Dave Gilbert <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #7 from Dave Gilbert <[email protected]> --- This looks too easy...but; turning on the m_bUser and m_bPassword flags in urlobj.cxx getSchemeInfo seems to pass a smoke test and produce a pdf with the correct output; I'll check it tomorrow...erm later. @@ -341,7 +343,7 @@ INetURLObject::getSchemeInfo(INetProtocol eTheScheme) "vnd.sun.star.help", "vnd.sun.star.help://", true, false, false, false, false, false, true, true}, SchemeInfo{ - "https", "https://", true, false, false, false, true, true, + "https", "https://", true, true, false, true, true, true, true, true}, SchemeInfo{ "slot", "slot:", false, false, false, false, false, false, false, -- You are receiving this mail because: You are the assignee for the bug.
