-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2017 Week 49-50, 2017 Week 51-52, 2018 Week 01-02, 2018 Week 03-04
-
NEW
-
NEW
If project contains spaces in its name, asset upload and download fails.
1. Create project that has spaces in its name , e.g "my project"
2. Try uploading an asset (any png, gif, pdf, anything) into that project, you will get error like this
[org.uberfire.server.BaseUploadServlet] (default task-44) Failed to upload a file.: java.net.URISyntaxException: Illegal character in path at index 25: default://master@myrepo/my project/src/main/resources/com/myteam/abcde/image.png
same for download as well. Fix is to replace the spaces in the asset location with %20, for example .replaceAll("
s", "%20")
- blocks
-
JBPM-6694 [Designer] SVG process image in project with whitespaces in name
- Resolved
-
JBPM-6745 Not possible to download patterns.json and other resources from Project with spaces in name
- Resolved
-
RHPAM-90 [Designer] SVG process image in project with whitespaces in name
- Closed
- causes
-
AF-971 Upload in project with white spaces
- Closed
-
RHPAM-416 [Project Oriented] Upload in project with white spaces
- Closed
- is duplicated by
-
RHDM-395 Files cannot be uploaded to a project that has a space in it's name.
- Closed