Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-3960

cannot PROPATCH on directories

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 2.12.1
    • None
    • jackrabbit-webdav
    • None
    • Linux

    Description

      It seems it is not possible to set properties on directories using Jackrabbit's Webdav implementation.

      I tried both with a Java client (using the Sardine Webdav client) and the cadaver command line tool. In both cases I got a 207 status, with a nested 409 conflict.

      $ cadaver http://localhost:8080/repository/default/
      Authentication required for Jackrabbit Webdav Server on server `localhost':
      Username: admin
      Password: 
      dav:/repository/default/> mkdir dir1
      Creating `dir1': succeeded.
      dav:/repository/default/> propset dir1 foo bar
      Setting property on `dir1': failed:
      http://localhost:8080/repository/default/dir1/: 409 Conflict
      
      Setting property on `.': failed:
      http://localhost:8080/repository/default/work/tests/: 409 Conflict
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rafael@abstratt.com Rafael Chaves
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: