spdx / tools

SPDX Tools
Apache License 2.0
127 stars 69 forks source link

Handle URL redirects for SPDX listed licenses #219

Closed goneall closed 4 years ago

goneall commented 4 years ago

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 https://github.com/spdx/tools/blob/ff853b093e6797c8aaad3c98da2ef6937f5e69fe/src/org/spdx/rdfparser/license/ListedLicenses.java#L280

jay24rajput commented 4 years ago

Hey! Is this issue up for grabs?

goneall commented 4 years ago

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