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
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.
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:
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:
#596 (comment)
The text was updated successfully, but these errors were encountered: