Congratulations to publishing the PURL spec.
I was made aware that the PURL spec has a generic regex for PURL in 6.10: ^pkg:[a-z][a-z0-9-\.]+/.*$
However, I'm a bit confused why an empty name in PURL is valid (instead of ^pkg:[a-z][a-z0-9-\.]+/.+$ which would require the name to be at least one character.)
Any insights are appreciated.
Congratulations to publishing the PURL spec.
I was made aware that the PURL spec has a generic regex for PURL in 6.10:
^pkg:[a-z][a-z0-9-\.]+/.*$However, I'm a bit confused why an empty
namein PURL is valid (instead of^pkg:[a-z][a-z0-9-\.]+/.+$which would require the name to be at least one character.)Any insights are appreciated.