Ticket #900 (closed defect: worksforme)

Opened 22 months ago

Last modified 13 months ago

Cannot nest conditions

Reported by: richard@… Owned by: jan
Priority: normal Milestone: 1.5.0
Component: core Version: 1.4.13
Severity: normal Keywords:
Cc: Blocked By:
Need User Feedback: no Blocking:

Description

For some strange reasons you cannot nest $HTTP-conditions in another $HTTP.

Attachments

Change History

Changed 13 months ago by jan

  • status changed from new to closed
  • resolution set to worksforme
  • pending unset
  • milestone set to 1.5.0

In 1.4.x you can nest conditionals only from lower to higher details, like:

$SERVER["socket"] == ... {
  $HTTP["host"] == ... {
    $HTTP["url"] ...
  }
} 

Starting with 1.5.0 you are free to change the order more freely.

Add/Change #900 (Cannot nest conditions)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.