You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a case where the status field contained unexpected leading spaces: " HTTP Server returned 404 (expected 200 OK) " instead of "HTTP Server returned 404 (expected 200 OK)".
This caused issues during sorting and filtering, since the extra space makes the status string technically different.
Other similar cases with leading or trailing spaces may also occur.
versions
The ACS version is 4.19.1.1
The steps to reproduce the bug
Register a Template/ISO with a URL that can return HTTP Server returned 404 (expected 200 OK).
Check the status field.
What to do about it?
Strip whitespace from "failed" status fields of Template and ISO.