Skip to content

WebJar Path Configuration Issue-created-by-agentic #356

@shaykeren

Description

@shaykeren

Issue Description

The application is currently using NPM-based WebJars (org.webjars.npm:bootstrap) but attempting to access resources using traditional WebJar paths, causing static resource loading failures.

Current Behavior

  • Using NPM-based WebJars but with traditional path structure
  • Current path: /webjars/bootstrap/5.2.3/dist/js/bootstrap.bundle.min.js
  • Similar issue with font-awesome WebJar paths

Solution

A pull request (#355) has been created to fix this issue by:

  1. Updating the WebJar paths in layout.html to match the NPM structure
  2. Removing version numbers from the paths as they are managed by Maven

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions