Describe the bug
When scanning a component with Fossology via Lucy, a problem occurs if the component name contains slashes. This is because the component is stored and made available locally for Fossology to download.
Since the name contains slashes, this is interpreted as subdirectories and thus the file cannot be found where it is expected.
To Reproduce
Steps to reproduce the behavior:
Create a library with slashes (/) in the artifact ID
Start Scan with Fossology
Expected behavior
Start scan with Fossology and find the source code archive in the filesArchive/fossology
Screenshots
Additional context
Replace slashes with another character like "_", when making it available to download
Describe the bug When scanning a component with Fossology via Lucy, a problem occurs if the component name contains slashes. This is because the component is stored and made available locally for Fossology to download.
Since the name contains slashes, this is interpreted as subdirectories and thus the file cannot be found where it is expected.
To Reproduce Steps to reproduce the behavior:
Expected behavior Start scan with Fossology and find the source code archive in the filesArchive/fossology
Screenshots
Additional context Replace slashes with another character like "_", when making it available to download