Allow parsing custom elements in workspace config
-------------------------------------------------

                 Key: JCR-2184
                 URL: https://issues.apache.org/jira/browse/JCR-2184
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: config
    Affects Versions: 2.0-alpha1
            Reporter: Dominique Pfister
            Assignee: Dominique Pfister
            Priority: Minor


In RepositoryConfigurationParser, most *Config elements can be extended in a 
derived class, e.g.

    public LoginModuleConfig parseLoginModuleConfig(Element security)

Unfortunately, parseWorkspaceConfig expects an InputSource. One should add a

    protected WorkspaceConfig parseWorkspaceConfig(Element root)

to allow returning a WorkspaceConfig derived class, without having to copy the 
entire implementation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to