Bug 1231365
| Summary: | [GSS][6.1.z]Process with space in the name breaks the Form Editor | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | William Antônio <wsiqueir> |
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> |
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 6.1.0 | CC: | kverlaen, mbaluch |
| Target Milestone: | CR1 | ||
| Target Release: | 6.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1230987 | Environment: | |
| Last Closed: | 2020-03-27 20:02:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1230987 | ||
| Bug Blocks: | 1230825 | ||
|
Comment 2
Kris Verlaenen
2015-06-16 13:24:30 UTC
Fixed by urlEncoding the form's URL when it is opened. master: https://github.com/droolsjbpm/jbpm-designer/commit/a12464c16aaa18200325fbe7ffd43ddfaaec9795 6.2.x: https://github.com/droolsjbpm/jbpm-designer/commit/2edb937a9ec11bdd9edf74f400b50fd01f2ae792 BPMS 6.1.2.CR1 has the error result. Unable to complete your request. The following exception occurred: Illegal character in path at index 31: default://master@repository1/My new project/src/main/resources/com/example/mynewproject/Mynewproject.myProc-taskform.form. Hi Pavel, I've re-tested with the product build from http://download.eng.bos.redhat.com/brewroot/repos/jb-ip-6.1-build/latest/maven/org/jboss/ip/jboss-bpmsuite/6.1.2.GA-redhat-1/ and I can't reproduce the problem. psiroky has also tested with the product build and couldn't reproduce it. Can you do 2 things for me: i) Let me know where you got the build you're testing with, so I can try the same ii) Let me know if there's anything you did that's different from the reproduction steps in the bug report above. Thanks Jeremy (In reply to Jeremy Lindop from comment #5) > Hi Pavel, > I've re-tested with the product build from > http://download.eng.bos.redhat.com/brewroot/repos/jb-ip-6.1-build/latest/ > maven/org/jboss/ip/jboss-bpmsuite/6.1.2.GA-redhat-1/ > > and I can't reproduce the problem. psiroky has also tested with the product > build and couldn't reproduce it. > > Can you do 2 things for me: > i) Let me know where you got the build you're testing with, so I can try the > same > ii) Let me know if there's anything you did that's different from the > reproduction steps in the bug report above. > > Thanks > Jeremy Hi Jeremy, I have retested with the mead build too and consulted with psiroky. My configuration openjdk 1.7, FF 38.0.5. His configuration oracle jdk 1.7 and chrome. I retested with chrome, FF 31esr and worked fine with both. After restarting to FF 38 it worked too. So it was probably FF cache problem. Pavel |