Skip to content

Conversation

@riyenas0925
Copy link
Contributor

@riyenas0925 riyenas0925 commented Nov 6, 2021

Issue : spdx/tools-java#38

  • fixed tailing slash not being required when there is no sub-path

before

  • google.com/ (valid)
  • google.com (invalid)

after

  • google.com/ (valid)
  • google.com (valid)

Resolved spdx/tools-java#38

Signed-off-by: riyenas0925 [email protected]

* fixed tailing slash not being required when there is no sub-path

before
* google.com/ (valid)
* google.com  (invalid)

after
* google.com/ (valid)
* google.com  (valid)

Signed-off-by: riyenas0925 <[email protected]>
@riyenas0925
Copy link
Contributor Author

riyenas0925 commented Nov 6, 2021

@goneall

I checked that it passed the unit test., and I also checked the url(without trailing slash) added through regexr.

regexr (test regex) : https://regexr.com/68v7q

@goneall goneall merged commit 0e2ea19 into spdx:master Nov 6, 2021
@riyenas0925 riyenas0925 deleted the fix_download_location branch November 7, 2021 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Download Location regex error

2 participants