Issue 26803 - ::ucb::Content() returns wrong error condition, if URL schema isnt supported
Summary: ::ucb::Content() returns wrong error condition, if URL schema isnt supported
Status: CLOSED FIXED
Alias: None
Product: ucb
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: andreas.schluens
QA Contact: issues@ucb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-22 11:58 UTC by andreas.schluens
Modified: 2004-04-29 12:52 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description andreas.schluens 2004-03-22 11:58:40 UTC
If the URL schema isnt supported in general (because no content provider
exists), the ctor ::ucb::Content() throws a ContentCreationException. But they
contains the error code ContentCreationError_CONTENT_CREATION_FAILED instead of
ContentCreationError_NO_CONTENT_PROVIDER.
Comment 1 kai.sommerfeld 2004-03-22 14:17:09 UTC
Fixed.
Comment 2 andreas.schluens 2004-04-06 07:52:17 UTC
AS->KSO: I've verified it on my cws. It works. Please decide if you whish to
create an API test for that or set it to verified by yourself ... THX.
Comment 3 kai.sommerfeld 2004-04-06 08:18:17 UTC
KSO->AS: Please verify the fix.
Comment 4 andreas.schluens 2004-04-06 08:57:13 UTC
AS: done.
Comment 5 andreas.schluens 2004-04-13 08:26:05 UTC
.
Comment 6 andreas.schluens 2004-04-13 08:26:40 UTC
.
Comment 7 andreas.schluens 2004-04-13 09:15:34 UTC
.
Comment 8 andreas.schluens 2004-04-29 12:52:03 UTC
Verified on master -> closed.