Sakai Properties Reference - W

Sakai Properties Reference - W

Property Name Description
webcontent.instructions.url The URL containing instructions for new "web content" tool instances whose URL is unset.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
webdav.cookies if set to true, a set-cookie response will be received after an authenticated webDAV URL request if and only if you don't already have the same dav cookie. Default setting (false) is recommended for production installations.
This property is used in Sakai version(s): 2.4,2.5,2.6
webdav.ignore One or more regular expressions indicating content the DAV servlet should ignore.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
webdav.instructions.url The location of the end-user webDAV instructions.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
webservice.IPCheck Whether or not to check the IP address of clients attempting to use web services.
This property is used in Sakai version(s): 2.4,2.5,2.6
webservice.portalIP A list of IP addresses allowed to use web services.
This property is used in Sakai version(s): 2.4,2.5,2.6
webservice.portalsecret Indicates the shared secret between the Sakai JSR-168 Portlet and this instance of Sakai.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
webservices.allow A comma-delimited list of regular expressions matching hostnames that are allow to use web services. A host matching a pattern in both webservices.allow and webservices.deny will be denied access. If this is set to .* or left empty, all accesses will be allowed.
This property is used in Sakai version(s): 2.6
webservices.allow-log Whether or not to log web services requests that are allowed because they match one of the patterns defined in webservices.allow.
This property is used in Sakai version(s): 2.6
webservices.allowlogin Whether or not to allow logins via web services.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
webservices.deny A comma-delimited list of regular expressions detailed hosts that are allowed to use web services. A host matching a pattern in both webservices.allow and webservices.deny will be denied access.
This property is used in Sakai version(s): 2.6
webservices.deny-log Whether or not to log web services requests that are denied because they match one of the patterns defined in webservices.deny.
This property is used in Sakai version(s): 2.6
wiki.comments Whether or not to allow comments in the Rwiki tool.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wiki.display.user.id Whether or not to display user IDs in the Wiki tool. Set to false by default.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wiki.experimental Whether or not to enable the Rwiki tool.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wiki.notification Whether or not to enable notification for the Rwiki tool.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wiki.trackreads Whether or not to track wiki page views in the event tracking table.
This property is used in Sakai version(s): 2.6
wiki.ui.homepage The name of the default wiki home page (defaults to "Home").
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
withDissertation Whether or not to display links to the grad tools.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wizard.permissions.map A map of the default permissions for the OSP wizard tool. Each numbered instance of this variable should have a corresponding siteTypes and value option. For example, if wizard.permissions.map.1 is set, at a minimum wizard.permissions.map.1.siteTypes, wizard.permissions.map.1.value.count and wizard.permissions.map.1.value.1 must be set.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wizard.permissions.map.{number}.siteTypes A list of site types (portfolio, course, project, etc.) for which the permission map should be used.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wizard.permissions.map.{number}.value A list of the actual permissions that should be assigned to the role specified in wizard.permissions.map.{number}.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wizard.permissions.override Whether or not to override the existing wizard permissions with those set in wizard.permissions.map. If set to true, only the permissions set in wizard.permissions.map will be set. If set to false, the permissions set in wizard.permissions.map will be set in addition to any existing permissions.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wsetup.disable.joinable One or more site types (course, project, etc.) for which the joinable flag should be disabled.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wsetup.disable.unjoin One or more site types (course, project, etc.) users are not allowed to unjoin.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wsetup.group.support Whether to display the group toolbar in the "Site Info" tool.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wsetup.skipCourseSectionSelection Whether or not to allow users to select a course section when creating a worksite.
This property is used in Sakai version(s): 2.4,2.5,2.6
wysiwyg.editor The name of the WYSIWYG editor to use in most parts of sakai.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
wysiwyg.twinpeaks Whether or not to enable twinpeaks support in the WYSIWYG editor.
This property is used in Sakai version(s): 2.2,2.3,2.4,2.5,2.6
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Oct 29

    Steve Swinsburg says:

    As of r68360 in trunk (2.7), there is a new property that is checked in the web ...

    As of r68360 in trunk (2.7), there is a new property that is checked in the web services SakaiScript.jws:

    webservice.specialUsers

    • specifies a list of users to ignore separated by a comma, no spaces. Defaults to 'admin,postmaster'.