Project

General

Profile

Actions

Bug #1062

closed

alias.url = () inside url conditionals has no effect

Added by hannesd about 17 years ago. Updated over 16 years ago.

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

Description

works fine:

#$HTTPurl =~ "" {
alias.url += ("/xcache/" => "/foo/bar/xcache/")
#}

has no effect:

$HTTPurl =~ "" {
alias.url += ("/xcache/" => "/foo/bar/xcache/")
}

Actions #1

Updated by hannesd about 17 years ago

Replying to [[comment:1|darix]]:
Not only URL conditions, that was just a test. The original condition was:

$HTTP[[remoteip]] == "192.168.150.0/24" {}
Actions #2

Updated by darix about 17 years ago

but e.g. in side host conditionals it works. thats why i changed the descriptions.

Actions #3

Updated by moo over 16 years ago

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

it was fixed in 1.5

Actions

Also available in: Atom