Bug ID 588888: Empty URI rewriting is not done as required by browser.

Last Modified: Aug 19, 2026

Affected Product(s):
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, 12.0.0, 12.0.0 hf1, 12.0.0 hf2, 12.0.0 hf3, 12.0.0 hf4, 12.1.0, 12.1.0 hf1, 12.1.0 hf2, 12.1.1, 12.1.1 hf1, 12.1.1 hf2

Fixed In:
13.0.0, 12.1.2

Opened: Apr 21, 2016

Severity: 3-Major

Related Article: K80124134

Symptoms

Empty URI must be rewritten at server side and client side rewriter in the same way: as empty URI (all browsers treat this type of URI in a specific way).

Impact

Web application malfunction, such as incorrect or unexpected behavior or error messages.

Conditions

A tag with an empty 'src' or 'href' attribute.

Workaround

Use an application-specific iRule that modifies the empty URI. -- For example, for JavaScript methods such as setAttribute(), an iRule should change this: 'F5_Invoke_setAttribute(o, "src", uri)' to this: '(uri=="")?o.setAttribute("src", uri):F5_Invoke_setAttribute(o, "src", uri)'. -- As another example, for JavaScript methods such as write(str), writeln(str), innerHTML=str, outerHTML=str, and similar methods, if str contains <img src="" ... >, the iRule must remove the src attribute.

Fix Information

This release fixes the issue of rewriting the empty URI the same way at the server side and client side: as empty URI (all browsers treat this type of URI in a specific way).

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips