Bug ID 1111397: [APM][UI] Wizard should also allow same patterns as the direct GUI

Last Modified: Feb 14, 2024

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

Known Affected Versions:
15.1.4, 15.1.4.1, 15.1.5, 15.1.5.1, 15.1.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2

Fixed In:
17.1.1, 16.1.4, 15.1.9

Opened: Jun 01, 2022

Severity: 3-Major

Symptoms

Device wizard fails if a certain string is used in the access policy name: - access policy name that fails: abc_1234_wxyz - access policy name that works: abc-1234-wxyz An error can be found in the log: ERROR SAWizard.SACreateAccessPolicy:error - java.sql.SQLException: General error: 01020036:3: The requested Access Profile /common/abc_1234_wxyz was not found. in statement [DELETE FROM profile_access WHERE name = ?]

Impact

The wizard fails and throws errors.

Conditions

Using certain string patterns when creating an access policy via the wizard (specifically the underscore character).

Workaround

None

Fix Information

Fixed the naming mismatch by removing function to concat strings with extra _x.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips