Bug ID 552216: APM "External Logon Page": before redirect shows junk

Last Modified: Jul 13, 2024

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

Known Affected Versions:
12.0.0, 12.0.0 HF1, 12.0.0 HF2, 12.0.0 HF3, 12.0.0 HF4

Fixed In:
12.1.0

Opened: Oct 13, 2015

Severity: 4-Minor

Symptoms

Access Policy is configured with "External Logon Page" (Start -> External Logon Page -> AD Auth ...) shows "var $redirectOrigURI = "";" on a white background briefly before forwarding to external logon page.

Impact

Shows "var $redirectOrigURI = "";" on a white background briefly before forwarding to external logon page

Conditions

1. Create a simple access policy: Start -> External Logon Page -> AD Auth -> ... 2. Attach it to a vs and access.

Workaround

None.

Fix Information

var $redirectOrigURI = "";' is not valid PHP syntax. Changing the var $redirectOrigURI = ""; to $redirectOrigURI = ""; the issue is no longer seen.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips