Bug ID 476633: Portal Access: in JavaScript, window.location.origin property may be handled incorrectly.

Last Modified: Nov 07, 2022

Bug Tracker

Affected Product:  See more info
BIG-IP APM(all modules)

Known Affected Versions:
11.6.0, 11.6.0 HF1, 11.6.0 HF2, 11.6.0 HF3, 11.6.0 HF4, 11.6.0 HF5, 11.6.0 HF6, 11.6.0 HF7, 11.6.0 HF8, 11.6.1, 11.6.1 HF1, 11.6.1 HF2, 11.6.2, 11.6.2 HF1, 11.6.3, 11.6.3.1, 11.6.3.2, 11.6.3.3, 11.6.3.4, 11.6.4, 11.6.5, 11.6.5.1, 11.6.5.2, 11.6.5.3

Fixed In:
12.0.0

Opened: Aug 25, 2014
Severity: 3-Major

Symptoms

JavaScript code which uses window.location.origin property may be rewritten incorrectly by Portal Access.

Impact

JavaScript code may work incorrectly.

Conditions

JavaScript code with references to window.location.origin property.

Workaround

It is possible to use special iRule to correct defect.

Fix Information

Now window.location.origin property is handled correctly in JavaScript code rewritten by Portal Access.

Behavior Change