Skip to content

WebDavSqlStoreCollectionFactory's Enabled parameter is not honored #7

@lscorcia

Description

@lscorcia

The Enabled parameter in WebDavSqlStoreCollectionFactory is set but never used.

The fix is to add at the beginning of method GetCollection (line 41) the following lines:

if (!Enabled)
    return new WebDavSqlStoreCollection(parentCollection, path, rootPath, rootGuid, Store);

This allows better troubleshooting of any issue during testing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions