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

Fixes #5521 ResourceCollection NPE #5527

Merged
merged 5 commits into from Nov 4, 2020

Commits on Oct 28, 2020

  1. Fixes #5521 ResourceCollection NPE

    Fix constructor and addPath so that all resources in a RC must exist when created.
    gregw committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    a1e8375 View commit details
    Browse the repository at this point in the history
  2. Fixes #5521 ResourceCollection NPE

    Cleanup the vestiges of non existent directories detected by resource ending in /
    gregw committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    6066574 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-…

    …5521-ResourceCollection-NPE
    gregw committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    288340a View commit details
    Browse the repository at this point in the history
  4. Fixes #5521 ResourceCollection NPE

    Revert adding paths ending in / as jar:file resource needs them
    gregw committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    ae4f9f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. feedback from review

    improved javadoc.
    gregw committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1acef42 View commit details
    Browse the repository at this point in the history