Bug ID 1783137: Webtop link assignment via "iRule Event" (iRule) failed

Last Modified: Apr 07, 2025

Affected Product(s):
BIG-IP APM(all modules)

Opened: Jan 02, 2025

Severity: 3-Major

Symptoms

User observes iRule error and failure to assign the webtop

Impact

Webtop will not be displayed

Conditions

-- iRule event agent is used -- Webtop assignment is required by the iRule event agent

Workaround

When ACCESS_POLICY_AGENT_EVENT { if { [ACCESS::policy agent_id] eq "set_webtop-links" }{ log local0. "Starting iRule: set_webtop-links" set sid [ACCESS::session sid] log local0. "Session ID is $sid" log local0. "Brfore: Assined Webtop Links are [ACCESS::session data get session.assigned.webtoplinks]" # set resource_webtoplink "/Common/<name1> /Common/<name2>" ACCESS::session data set "session.custom.webtop_id" "/Common/<name1> /Common/<name2>" log local0. "After: Assined Webtop Links are [ACCESS::session data get session.assigned.webtoplinks]" } }

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips