Dav:// prefix

From ControlTier

Jump to: navigation, search
WebDAV


As of 3.4.5, the root of the WebDAV repository that is configured in the CTL framework.properties (i.e., framework.webdav.uri) file can be addressed as "dav://". This is a shorthand provided as a convenience letting users specify a shorter URL string. (ie, dav:// versus http://strongbad:8080/jackrabbit/repository/workbench). The Davutil commands support this addressing and overtime the rest of ControlTier commands that reference the WebDAV resources will eventually.

For example this URL:

http://strongbad:8080/jackrabbit/repository/workbench/junk/fun

Can be shortened to:

dav://junk/fun

The "dav://" prefix is translated to the value of framework.webdav.uri defined in framework.properties.


Development