Mercurial > libervia-web
diff src/browser/libervia_test.py @ 875:d9b98b8a1847
server: handling of dict and "file:" urls in url_redirections_dict:
- file: urls can be specified, they can redirect to a directory or of file. In the case of directory, all the hierarchy with subdirectories will be available
- a dict can be used instead of plain string url, to specify options
- if a dict is used, either "url" or "path" must be specified. "url" has the same meaning as the plain string url, "path" is used to construct a file: url
- for file: redirections, there is a "protected" option which can be specified in the dict (JSON boolean). If true (default) the directories listings will not be displayed.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Mar 2016 17:14:02 +0100 |
parents | f8a7a046ff9c |
children | fd4eae654182 |