Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Upload Fails When Entering Special Characters in File Path #600

Open
ofahimIQSS opened this issue Feb 7, 2025 · 0 comments
Open

File Upload Fails When Entering Special Characters in File Path #600

ofahimIQSS opened this issue Feb 7, 2025 · 0 comments
Labels
bug Something isn't working GREI Re-arch GREI re-architecture-related SPA: File Upload Page

Comments

@ofahimIQSS
Copy link
Contributor

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:

  1. Navigate to the file upload screen of a dataset.
  2. Upload any file.
  3. In the File Path field, enter special characters (e.g., @, #, $, %, ^, &).
  4. 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:

#596 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GREI Re-arch GREI re-architecture-related SPA: File Upload Page
Projects
None yet
Development

No branches or pull requests

2 participants