Technical data
Corrections and Updates to 4.0 Documentation
Product Documentation 3-5
3.2.6 Clarification About Unit of Time Used for the%duration% Log Option
According to the "Log Format" section of the Oracle iPlanet Web Proxy Server 4.0.14
Configuration File Reference, the
%duration%
option indicates the time the server spent
handling the request in microseconds.
Note the following clarification:
■ On Solaris and AIX, the server calculates and records the time in microseconds.
Table 3–2 New Parameters of the um-define-junction SAF
Parameter
Added in
Release Description
secure-cookie
4.0.21 (Optional)
um-define-junction
takes a new boolean
parameter
secure-cookie
, which is disabled by
default. If set to
true
, cookies set or rewritten by the
URL mapping subsystem contains a secure attribute.
At present, cookies that are generated (in the form of
um_app_name_cookie
) do not have a feature to make
them secure. The
um_jct
cookie is also not secure.
Example usage:
Init fn="um-define-junction"
jct-name="/test/" fe-uri-prefix="/test/"
be-url-prefix="http://eas97.in.oracle.com:171
24/" secure-cookie="1"
onload-handler="yes"
Example output:
Set-cookie: um__/test/_name=test; path=/;
secure
<script>document.cookie = "um_jct=/test/;
path=/; secure";</script>
set-cookie-domain-from
and
set-cookie-domain-to
4.0.16 (Optional) These parameters can be used to specify
the target and destination values for rewriting the
domain
parameter of
Set-cookie:
headers received
from backend servers.
rewrite-set-cookie-domai
n
4.0.16 (Optional) If this parameter is set to
true
, the
domain
parameter of
Set-cookie:
headers received from
backend servers are rewritten to the domain of the
proxy server.
The default value is
false
.
insert-set-cookie-domain
4.0.16 (Optional) This parameter can be used to insert a
domain
parameter into
Set-cookie:
headers
received from backend servers.
set-cookie-path-from
and
set-cookie-path-to
4.0.16 (Optional) These parameters can be used to specify
the target and destination values for rewriting the
path
parameter of
Set-cookie:
headers received
from backend servers.
disable-javascript-rewri
te
4.0.15 (Optional) A regular expression matched against the
names of JavaScript variables when the
has-javascript
parameter is set to
yes
. Variables
whose names match the regular expression are not
rewritten (as they typically would be with
has-javascript
set to
yes
). There is no default
value for this parameter.