Ticket #1062 (closed defect: fixed)

Opened 18 months ago

Last modified 13 months ago

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

Reported by: hannesd 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

works fine:

#$HTTPurl? =~ "" {

alias.url += ("/xcache/" => "/foo/bar/xcache/")

#}

has no effect:

$HTTPurl? =~ "" {

alias.url += ("/xcache/" => "/foo/bar/xcache/")

}

Attachments

Change History

follow-up: ↓ 2   Changed 18 months ago by darix

  • summary changed from alias.url = () inside conditions has no effect to alias.url = () inside url conditionals has no effect

in reply to: ↑ 1   Changed 18 months ago by hannesd

Replying to darix: Not only URL conditions, that was just a test. The original condition was:

$HTTPremoteip? == "192.168.150.0/24" {}

  Changed 18 months ago by darix

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

  Changed 13 months ago by moo

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

it was fixed in 1.5

Add/Change #1062 (alias.url = () inside url conditionals has no effect)

Author



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