You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A directory spec such as '/data/1/' should not cause an error.
📚 Version of Software Used
2.1.0 (but also exists in 2.0.7. Have not tested earlier versions)
🩺 Test Data / Additional context
Actual data available under "To Reproduce". Going by comments from #299 and the pattern shown in the validate report, perhaps adding a star after the first grouping would solve this issue?
Currently: /?([A-Za-z0-9][A-Za-z0-9_-]*[A-Za-z0-9]/?)*
Proposed: /?([A-Za-z0-9]*[A-Za-z0-9_-]*[A-Za-z0-9]/?)*
🦄 Related requirements
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
Validate tool fails a product if the transfer manifest .tab file has a directory spec with a single-character subdirectory. Very similar to #299.
📜 To Reproduce
Steps to reproduce the behavior:
🕵️ Expected behavior
A directory spec such as '/data/1/' should not cause an error.
📚 Version of Software Used
2.1.0 (but also exists in 2.0.7. Have not tested earlier versions)
🩺 Test Data / Additional context
Actual data available under "To Reproduce". Going by comments from #299 and the pattern shown in the validate report, perhaps adding a star after the first grouping would solve this issue?
Currently:
/?([A-Za-z0-9][A-Za-z0-9_-]*[A-Za-z0-9]/?)*
Proposed:
/?([A-Za-z0-9]*[A-Za-z0-9_-]*[A-Za-z0-9]/?)*
🦄 Related requirements
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: