Between two rewrite policies bound to a vServer, only one policy works; what is the cause of the issue?

Prepare for the Citrix 1Y0-241 and 1Y0-240 Exam. Use flashcards and multiple choice questions to enhance your understanding and success. Discover tips and strategies for acing your certification.

Multiple Choice

Between two rewrite policies bound to a vServer, only one policy works; what is the cause of the issue?

Explanation:
The issue comes from how rewrite policy flow is controlled. When two rewrite policies are bound to a vServer, each policy can run in sequence, but the GotoExpression on a policy determines whether the chain continues. If the GotoExpression for the first policy is configured as END, the system stops evaluating any further rewrite policies for that request. That means the second policy never executes, so only the first policy’s changes take effect. To have both policies apply, you’d use a flow that continues to the next policy (for example, NEXT) or adjust the bindings accordingly. Brief notes on the others: not configuring an Invoke label won’t inherently stop the second policy from running; the policy expression of the no_chunk_pol affects whether it runs under certain conditions but doesn’t automatically halt the chain; and a higher numeric priority for the second policy changes order but doesn’t by itself cause the chain to terminate.

The issue comes from how rewrite policy flow is controlled. When two rewrite policies are bound to a vServer, each policy can run in sequence, but the GotoExpression on a policy determines whether the chain continues. If the GotoExpression for the first policy is configured as END, the system stops evaluating any further rewrite policies for that request. That means the second policy never executes, so only the first policy’s changes take effect.

To have both policies apply, you’d use a flow that continues to the next policy (for example, NEXT) or adjust the bindings accordingly.

Brief notes on the others: not configuring an Invoke label won’t inherently stop the second policy from running; the policy expression of the no_chunk_pol affects whether it runs under certain conditions but doesn’t automatically halt the chain; and a higher numeric priority for the second policy changes order but doesn’t by itself cause the chain to terminate.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy