Bug ID 454311: [Portal Access] JS error when setting cookie with empty domain

Last Modified: Sep 13, 2023

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

Known Affected Versions:
11.3.0, 11.5.3, 11.5.4, 11.5.5, 11.5.6, 11.5.7, 11.5.8, 11.5.9, 11.5.10

Fixed In:
11.6.0

Opened: Mar 27, 2014

Severity: 3-Major

Related Article: K12030228

Symptoms

The system uses 1 as the default value for internal representation of cookie properties when they don't have one. If cookie domain is empty ('...;domain=;...'), wrapper code will try to call string methods on the value (1, number) and throw an error.

Impact

Web Application page is not fully load via Portal Access.

Conditions

"Object doesn't support this property or method"; cookie is not set

Workaround

Use an iRule specific to the backend web application.

Fix Information

No JS error when setting cookie with empty domain.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips