Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
74:cms_sharepoint [2019/11/11 10:20] tssr74:cms_sharepoint [2020/01/15 09:54] tssr
Line 15: Line 15:
     </cms-host>     </cms-host>
 </cms-type> </cms-type>
 +
 </code> </code>
  
Line 34: Line 35:
    * __Default Value__: 60000    * __Default Value__: 60000
   * __Description__: The maximum period of inactivity (in milliseconds) before an authentication context is considered obsolete and will be removed by the resource monitor.   * __Description__: The maximum period of inactivity (in milliseconds) before an authentication context is considered obsolete and will be removed by the resource monitor.
 +
 > http.connection.pool.max.idle ** + ** > http.connection.pool.max.idle ** + **
  
   * __Default Value__: 60000   * __Default Value__: 60000
   * __Description__: The maximum period of inactivity (in milliseconds) until a server connection will be closed automatically. For technical reasons the sum of http.connection.pool.max.idle and http.connection.resource.check.interval has to be lower than the keep-alive timeout of SharePoint's IIS site (default: 120s).   * __Description__: The maximum period of inactivity (in milliseconds) until a server connection will be closed automatically. For technical reasons the sum of http.connection.pool.max.idle and http.connection.resource.check.interval has to be lower than the keep-alive timeout of SharePoint's IIS site (default: 120s).
 +
 > http.connection.timeout ** + ** > http.connection.timeout ** + **
  
   * __Default Value__: 10000   * __Default Value__: 10000
   * __Description__: The timeout in milliseconds until a connection to the server has to be established.   * __Description__: The timeout in milliseconds until a connection to the server has to be established.
 +
 > http.connection.resource.check.interval ** + ** > http.connection.resource.check.interval ** + **
  
   * __Default Value__: 10000   * __Default Value__: 10000
   * __Description__: The interval (in milliseconds) between two consecutive resource monitor runs which check for idle or expired connections and obsolete authentication contexts.   * __Description__: The interval (in milliseconds) between two consecutive resource monitor runs which check for idle or expired connections and obsolete authentication contexts.
 +
 > http.socket.timeout ** + ** > http.socket.timeout ** + **
  
   * __Default Value__: 90000   * __Default Value__: 90000
   * __Description__: The maximum time of inactivity (in milliseconds) until a server connection is considered dead and will be closed forcefully. This value should be higher than http.connection.pool.max.idle.   * __Description__: The maximum time of inactivity (in milliseconds) until a server connection is considered dead and will be closed forcefully. This value should be higher than http.connection.pool.max.idle.
 +
 > http.ssl.allow.all ** + ** > http.ssl.allow.all ** + **
  
   * __Default Value__: false   * __Default Value__: false
   * __Description__: When set to true, disables any verification checks for certificates in case of SSL-secured HTTPS connections. It is recommended to only use this in test environments where no valid certificates exist (e.g. self-signed certificates).   * __Description__: When set to true, disables any verification checks for certificates in case of SSL-secured HTTPS connections. It is recommended to only use this in test environments where no valid certificates exist (e.g. self-signed certificates).
 +
 > http.max.connections ** + ** > http.max.connections ** + **
  
   * __Default Value__: 100   * __Default Value__: 100
   * __Description__: The maximum number of simultaneous HTTP connections between Stages and SharePoint.   * __Description__: The maximum number of simultaneous HTTP connections between Stages and SharePoint.
 +
 > http.authentication.hostname > http.authentication.hostname
  
   * __Description__: The host name of the server that runs Stages and is allowed to authenticate via ntlm against the SharePoint server.   * __Description__: The host name of the server that runs Stages and is allowed to authenticate via ntlm against the SharePoint server.
 +
 > cms.browser.activated ** + ** > cms.browser.activated ** + **
  
   * __Default Value__: true   * __Default Value__: true
   * __Description__: If set to false, it is not possible to browse through the files in the Stages web-application.   * __Description__: If set to false, it is not possible to browse through the files in the Stages web-application.
 +
 > upload.service ** + ** > upload.service ** + **
  
Line 75: Line 85:
 *** **  ''Required''  Properties marked with ** * **  are required for the adapter to work. *** **  ''Required''  Properties marked with ** * **  are required for the adapter to work.
  
-**# **  ''Required but can also be set in web-application'' \\ Properties marked with ** # **  are required but can also be set in the //File Management//  section in the Stages web-application as well. The value entered in the web-application overrides the one from the config.xml.+**# **  ''Required but can also be set in web-application''  Properties marked with ** # **  are required but can also be set in the //File Management//  section in the Stages web-application as well. The value entered in the web-application overrides the one from the config.xml.
  
 **+ **  ''Required but with default'' \\ Properties marked with ** + **  are required, but there is a default value. This values can be overridden by configuring it in the config.xml. **+ **  ''Required but with default'' \\ Properties marked with ** + **  are required, but there is a default value. This values can be overridden by configuring it in the config.xml.
Line 82: Line 92:
  
   * __Description__: You may enter the SharePoint username for the Stages system account here instead of the corresponding field Username in the cms profile. If both values exist, the username from the cms profile is preferred.   * __Description__: You may enter the SharePoint username for the Stages system account here instead of the corresponding field Username in the cms profile. If both values exist, the username from the cms profile is preferred.
 +
 > password ** # ** > password ** # **
  
   * __Description__: You may enter the SharePoint password for the Stages system account here instead of the corresponding field Password in the cms profile. If both values exist, the password from the cms profile is preferred.   * __Description__: You may enter the SharePoint password for the Stages system account here instead of the corresponding field Password in the cms profile. If both values exist, the password from the cms profile is preferred.
 +
 > domain ** # ** > domain ** # **
  
   * __Description__: You may enter the SharePoint domain for the Stages system account here instead of the corresponding field Default domain in the cms profile. If both values exist, the domain from the cms profile is preferred.   * __Description__: You may enter the SharePoint domain for the Stages system account here instead of the corresponding field Default domain in the cms profile. If both values exist, the domain from the cms profile is preferred.
 +
 > document.content.type.name ** + ** > document.content.type.name ** + **
  
   * __Default Value__: Document   * __Default Value__: Document
   * __Description__: The configurable name of the content type ''Document''. The default value corresponds with the default name in english versions of SharePoint.   * __Description__: The configurable name of the content type ''Document''. The default value corresponds with the default name in english versions of SharePoint.
 +
 > link.content.type.name ** + ** > link.content.type.name ** + **
  
   * __Default Value__: Link to a Document   * __Default Value__: Link to a Document
   * __Description__: The configurable name of the content type ''Link to a Document''. The default value corresponds with the default name in english versions of SharePoint.   * __Description__: The configurable name of the content type ''Link to a Document''. The default value corresponds with the default name in english versions of SharePoint.
 +
 > state.attribute.name > state.attribute.name
  
Line 108: Line 123:
   * __Default Value__: '',''   * __Default Value__: '',''
   * __Description__: A delimiting character or string that separates single labels.   * __Description__: A delimiting character or string that separates single labels.
 +
 > raw.version.date.format ** + ** > raw.version.date.format ** + **
  
   * __Default Value__: ''yyyy-MM-dd'T'HH:mm:ss'Z' ''   * __Default Value__: ''yyyy-MM-dd'T'HH:mm:ss'Z' ''
   * __Description__: The date format that SharePoint is using internally.   * __Description__: The date format that SharePoint is using internally.
 +
 > version.date.format > version.date.format
  
   * __Description__: The localized date format that SharePoint is using.   * __Description__: The localized date format that SharePoint is using.
 +
 > major.versions ** + ** > major.versions ** + **
  
   * __Default Value__: true   * __Default Value__: true
   * __Description__: This optional property can be used to specify whether major versions (e.g 2.0) or minor versions (e.g. 0.2) are to be created on checkin. By default major versions are created (major.versions=true). Set major.versions=false if minor versions shall be created instead. A more fine-grained configuration which version type is created on which state change can be defined for document lifecycles in the metamodel.   * __Description__: This optional property can be used to specify whether major versions (e.g 2.0) or minor versions (e.g. 0.2) are to be created on checkin. By default major versions are created (major.versions=true). Set major.versions=false if minor versions shall be created instead. A more fine-grained configuration which version type is created on which state change can be defined for document lifecycles in the metamodel.
 +
 > page.size ** + ** > page.size ** + **
  
   * __Default Value__: 1000   * __Default Value__: 1000
   * __Description__: Item count of one page received from the Sharepoint server.   * __Description__: Item count of one page received from the Sharepoint server.
 +
 > page.url.override > page.url.override
  
   * __Description__: N/A   * __Description__: N/A
 +
 > use.system.account.for.download ** + ** > use.system.account.for.download ** + **
  
   * __Default Value__: false   * __Default Value__: false
   * __Description__: When set to true, files will be downloaded from stages using the system account.   * __Description__: When set to true, files will be downloaded from stages using the system account.
 +
 === Currently not used === === Currently not used ===
  
Line 135: Line 157:
  
   * __Description__: The url to this Stages server.   * __Description__: The url to this Stages server.
 +
 > initial.checkin.fix ** + ** > initial.checkin.fix ** + **
  
   * __Default Value__: true   * __Default Value__: true
   * __Description__: If CopyService is used for uploads, causes Stages to repeat the initial checkin in case the comment or version are not created correctly in SharePoint.   * __Description__: If CopyService is used for uploads, causes Stages to repeat the initial checkin in case the comment or version are not created correctly in SharePoint.
 +
 > element.url.attribute.name > element.url.attribute.name
  
   * __Description__: The optional SharePoint column where external links to Stages may be stored as a back-reference   * __Description__: The optional SharePoint column where external links to Stages may be stored as a back-reference
 +
 > validateFilename > validateFilename
  
-  * <nowiki>^[^~"#%&*:<>?/\\{|}]+$</nowiki>+  * <nowiki>^[^~"#%&*:<>?/{|}]+$</nowiki>
  
 > validatePath > validatePath
  
-  * <nowiki>^([^~"#%&*:<>?/\\{|}.]|[^~\"#%&*:<>?/\\\\{|}.][^~\"#%&*:<>?/\\\\{|}]*[^~\"#%&*:<>?/\\\\{|}.])?([\\\\/]([^~\"#%&*:<>?/\\\\{|}.]|[^~\"#%&*:<>?/\\\\{|}.][^~\"#%&*:<>?/\\\\{|}]*[^~\"#%&*:<>?/\\\\{|}.]))*[\\\\/]?$</nowiki>+  * <nowiki>^([^~"#%&*:<>?/{|}.]|[^~\"#%&*:<>?/\\\\{|}.][^~\"#%&*:<>?/\\\\{|}]*[^~\"#%&*:<>?/\\\\{|}.])?([\\\\/]([^~\"#%&*:<>?/\\\\{|}.]|[^~\"#%&*:<>?/\\\\{|}.][^~\"#%&*:<>?/\\\\{|}]*[^~\"#%&*:<>?/\\\\{|}.]))*[\\\\/]?$</nowiki>