-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Description:
When uploading a file to a dataset, entering special characters in the File Path field causes the upload to fail. A warning message appears in JSF, indicating that special characters are not allowed. However, there is no clear validation preventing users from entering such characters, and if they do enter special characters, the file upload fails.
Steps to Reproduce:
- Navigate to the file upload screen of a dataset.
- Upload any file.
- In the File Path field, enter special characters (e.g., @, #, $, %, ^, &).
- Click Save.
Expected Behavior:
The system should either:
Allow special characters in the File Path (if technically feasible).
OR clearly prevent users from entering them with proper validation before submission.
Actual Behavior:
A warning message appears in JSF, but the system still allows users to enter special characters.
The file upload fails when attempting to save.
Video can be found below: