Project

General

Profile

Actions

Bug #900

closed

Cannot nest conditions

Added by Anonymous over 16 years ago. Updated over 14 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

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

-- richard

Actions #1

Updated by jan almost 16 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme

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.

Actions #2

Updated by stbuehler over 14 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom