Commit a21c5399 authored by Frank Bergmann's avatar Frank Bergmann

- added parameter to select type of port to take for redirect

parent 13155233
Pipeline #68 failed with stages
......@@ -2,7 +2,6 @@
<!-- Generated by the OpenACS Package Manager -->
<package key="acs-kernel" url="http://openacs.org/repository/apm/packages/acs-kernel/" type="apm_service">
<license>GPL V2.0 or any later version</license>
<package-name>Kernel</package-name>
<pretty-plural>Kernel Services</pretty-plural>
<initial-install-p>t</initial-install-p>
......@@ -42,6 +41,7 @@
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ExcludedFiles" default="*/CVS/* *~" description="string match patterns for files which the request processor should never serve" section_name="request-processor"/>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ExtensionPrecedence" default="adp,tcl,html,jpg,gif" description="precedence for file extensions, e.g., 'tcl,adp,html' means 'serve a .tcl file if available, else an .adp file if available, else an .html file if available, else the first file available in alphabetical order. Comma-separated." section_name="request-processor"/>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ForceHostP" default="0" description="if a user provides a Host header which isn't this, redirect the user to this particular host. e.g., if yourservername.com and www.yourservername.com point to the same IP, set this to 1 so cookies will be properly set." section_name="request-processor"/>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ForcePortType" default="url_port" description="How to determine the &quot;location&quot; port of the current server? There are three options: url_port (default) returns the port as given in the browser's URL. virtual_server_port takes the port as specified in [ad_conn location] and aolserver_port takes the ports from the ~/etc/config.tcl script. Please note that this port is only used in the &quot;ad_returnredirect&quot; scripts which is used for example after login." section_name="request-processor"/>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="HomeName" default="Your Account" description="the name of the workspace link" section_name="system-information"/>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="HomeURL" default="/pvt/home" description="the URL of the workspace link" section_name="system-information"/>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="HostAdministrator" default="somenerd@yourdomain.com" description="a person whom people can email with technical problems" section_name="system-information"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment