UseRunPrefix

Specifies whether the WRD should handle references to documents on relative paths (such as ../css/applic.css).

<init-param>
<param-name>
UseRunPrefix </param-name>
<param-value>
TRUE | FALSE </param-value>
</init-param>

Default value if omitted: True.

Values

  • TRUE—the WRD Java servlet redirects a request, for example css/applic.css, to the root of the WRD servlet, or to the value of the WEBAPPURL setting.
  • False—the WRD will not process relative paths starting with ../, because the URL-pattern does not match. Therefore, the presence of relative paths, such as ../css/applic.css, will not cause errors.

    The value of the WEBAPPURL setting is not used.

    If an existing URL contains the /run prefix, it is redirected a URL without the prefix.

    For example, http://urltowebserver/uniface/wrd/run/logonusp.start is redirected to http://urltowebserver/uniface/wrd/logonusp.start

Related Topics