spdx / tools

SPDX Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle URL redirects for SPDX listed licenses

goneall opened this issue · comments

If the URL for the SPDX listed licenses were to move and a URL redirect is returned, the SPDX tools will fail to redirect and use the local cache of licenses rather than follow the redirect.

The code that needs updated is located at

in = FileManager.get().open(actualUrl);

Hey! Is this issue up for grabs?

@jay24rajput Yes - please feel free to take this :)