Skip to content

Login page images broken for unauthenticated users (7.2.4) #2563

@cyruc

Description

@cyruc

After updating to 7.2.4, images on the login page (e.g. /webGui/images/case-model.png) fail to load. Requests for static assets return a redirect to the login page instead of serving the file.

This appears to be a regression in 7.2.4 where static assets now require authentication. Since the login page is shown before authentication, its own images can't load — resulting in broken image icons.

Steps to reproduce:

  1. Update to 7.2.4
  2. Open the webGUI login page in a new browser/private window (no existing session)
  3. Observe broken images on the login page

Expected: Static assets referenced by the login page should be served without requiring
authentication.

Workaround: None currently — the images load once you log in, but the login page itself will
always show broken images for unauthenticated sessions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions