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 2008/01/25 17:09:35 UTC

[jira] Commented: (JCR-1348) simple-webdav: DAV:auto-version property not handled properly

    [ https://issues.apache.org/jira/browse/JCR-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562552#action_12562552 ] 

angela commented on JCR-1348:
-----------------------------

in order to really support DAV:auto-version property the following steps would be needed:

change implementation of VersionControlledResource to

- deal with changes to DAV:auto-version upon alterProperties()  (PROPPATCH)
- adjust initProperties -> retrieve value DAV:auto-version property instead of setting
  it to a default-value.
- extend methods that modify the resource in order to behave according to the 
  value of DAV:auto-version property.






> simple-webdav: DAV:auto-version property not handled properly
> -------------------------------------------------------------
>
>                 Key: JCR-1348
>                 URL: https://issues.apache.org/jira/browse/JCR-1348
>             Project: Jackrabbit
>          Issue Type: Bug
>            Reporter: angela
>
> rfc 3253 defines the effect of the DAV:auto-version property ([1], [2]).
> the version-support implemented in the simple server adds the auto-version property to the property-list but does
> - not prohibit changing the value (which currently would be the correct)
> - nor behave properly if the value is modified (auto-version not yet implemented)
> - nor does it check if the prop-value is valid.
> [1] http://www.webdav.org/specs/rfc3253.html#rfc.section.2.2.2
> [2] http://www.webdav.org/specs/rfc3253.html#PROPERTY_auto-version

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