extensions

From Documentation


Syntax:

<extensions>.ext1, .ext2, .ext</extensions>
[Optional][Default: empty]

It specifies a list of extensions that ZEST shall handle. If the extension of a request's URI does match any of them, it will be ignored (and handled as if ZEST is not installed).

By default, it is empty which means ZEST handles only URI without any extensions.

For example, the following statement indicates ZEST shall handle no extension, .do and .action:

<extensions>, .do, .action</extensions>

Notice that, to have better performance, ZEST matches the extension first before searching the action definitions. If you'd like to have an action definition matches a URI with an extension, make sure the extension of the URI is also specified here.

Version History

Last Update : 2022/01/18


Version Date Content
     



Last Update : 2022/01/18

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.