Bug #891
index-file.names can't use aliases for generator scripts
| Status: | Invalid | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | invalid |
|
| Patch available: |
Description
If I have
server.document-root = "/www/"
alias.url = ("/global/" => "/sites/global/")
index-file.names = ("index.html", "/global/indexer")
Then the server looks for "/www//global/indexer" instead of "/sites/global/indexer"