Bug 12995 - SlideServerListener omits DAV parameters when initializing domain
Summary: SlideServerListener omits DAV parameters when initializing domain
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: Other (show other bugs)
Version: Nightly
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-25 12:58 UTC by Richard Unger
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
A possible fix (3.20 KB, patch)
2002-09-26 10:48 UTC, Richard Unger
Details | Diff
More of the possible fix (4.51 KB, patch)
2002-09-26 10:48 UTC, Richard Unger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Unger 2002-09-25 12:58:27 UTC
The SlideServerListener does not fully initialize the domain.

Specifically, although it installs namespaces, it does not read the DAV
DeltaV parameters from the Domain.xml file, so DeltaV is always initialized 
with default values.

The SlideServerListener should be modified to read the parameters from the 
configuration the same way Domain.init() does...

In general there seems to be a few inconsistencies involving the Domain, the
EmbeddedDomain and the SlideServerListener...
Comment 1 Richard Unger 2002-09-26 10:48:07 UTC
Created attachment 3238 [details]
A possible fix
Comment 2 Richard Unger 2002-09-26 10:48:25 UTC
Created attachment 3239 [details]
More of the possible fix
Comment 3 Oliver Zeigermann 2003-12-18 13:38:24 UTC
Is this still valid?