You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2006/04/12 10:50:43 UTC

[jira] Created: (JCR-394) WebDAV Library: Define method-set constants that reflect the feature set.

WebDAV Library: Define method-set constants that reflect the feature set.
-------------------------------------------------------------------------

         Key: JCR-394
         URL: http://issues.apache.org/jira/browse/JCR-394
     Project: Jackrabbit
        Type: Improvement

  Components: webdav  
    Versions: 1.0    
    Reporter: angela
    Priority: Minor


The current solution of listing dav-methods supported by a particular type of resource within a String constant is not satifying:

- Handling and concatenation of the various constants is cumbersome.
- They don't use the constants defined with the DavMethod utility.
- DavMethod class defines a couple of utility methods to determine if a requested method is part or affected
  by a particular feature, while the 'method-set' is defined with the resource interfaces.

and mainly:
- RFC 3253 defines various feature sets that may or may not be supported and combined. 
  The single-string constant does not reflect these sets.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira