Actions
Feature #1268
closedcondition should be optional in "else" clause in configuration file
ASK QUESTIONS IN Forums:
Description
The conditional configuration construct:
<field> <operator> <value> { ... } else <field> <operator> <value> { ... the "else if" block }
would be more useful if it allowed a bare "else" with no condition - i.e.
<field> <operator> <value> { ... } else <field> <operator> <value> { ... the "else if" block } else { ... the "else" block }
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Assignee deleted (
moo) - Target version deleted (
1.5.0)
Updated by mot about 8 years ago
I'd also be interested in seeing this feature be implemented!
Updated by gstrauss about 8 years ago
- Subject changed from condtion should be optional in "else" clause in configuration file to condition should be optional in "else" clause in configuration file
- Status changed from Assigned to Patch Pending
- Target version set to 1.4.42
Updated by gstrauss about 8 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset 79fb75709bf48ad3fc1de381f36512068ccca52d.
Updated by gstrauss over 7 years ago
- Status changed from Fixed to Patch Pending
- Target version changed from 1.4.42 to 1.4.46
This new feature never worked properly due, due to a missing member assignment. It will be fixed in lighttpd 1.4.46.
Updated by gstrauss over 7 years ago
- Status changed from Patch Pending to Fixed
Applied in changeset b64185037642d857f34edef7efad048143f4cb12.
Actions
Also available in: Atom