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

Nullpointer in AbstractRepositoryManager#handleRemoteIndexFile #476

Closed

Commits on Feb 27, 2024

  1. Nullpointer in AbstractRepositoryManager#handleRemoteIndexFile

    I found that in some rare cases the handleRemoteIndexFile could run into
    a NPE if the Transport service can't be fetched.
    
    This now checks first for null before using the transport and if it is
    null fall back to simple URL stream, if that also fails, create an empty
    index file.
    laeubi committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3dac813 View commit details
    Browse the repository at this point in the history