Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undertow - Only load resources that are known #43694

Merged
merged 3 commits into from
Oct 14, 2024

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    168aa0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afbab96 View commit details
    Browse the repository at this point in the history
  3. Undertow - Only load resources that are known

    If we try to load every resource, we end up creating cache entries in
    the resourceCache CHM of the AppClassLoader, which is definitely not
    what we want in this case, given we are supposed to serve only known
    resources.
    
    Fixes quarkusio#43676
    gsmet committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8d5680a View commit details
    Browse the repository at this point in the history