Ticket #1496 (new defect)

Opened 7 months ago

no rewrite after cookie cond.

Reported by: anonymous Assigned to: jan
Priority: high Milestone: 1.5.0
Component: core Version: 1.5.x-svn
Severity: blocker Keywords:
Cc: Blocking:
Need Feedback: 0

Description

When the following cookie condition is true the First Rewrite didn't work anymore.

url.rewrite-once = (
	"^/test" => "/ftc.php"
)

$HTTP["cookie"] !~ "foo=bar" {
	url.rewrite-once = (
		"^/foo" => "/bar.php"
	)
}

I have this Problem in the 1.4.18 and the lighttpd-1.5.0-r1992.

Attachments


Add/Change #1496 (no rewrite after cookie cond.)




Change Properties