Bug 1055269
| Summary: | jcr2vfs: can not migrate asset with space in the name | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Petr Široký <psiroky> | ||||
| Component: | Migration Tool | Assignee: | Neus Miras <nmirasch> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Široký <psiroky> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | rrajasek | ||||
| Target Milestone: | --- | Keywords: | Regression, TestBlocker | ||||
| Target Release: | 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
Cause:
Migrating JCR asset with space in the name.
Consequence:
Jcr2vfs migration tool fails to migrate JCR assets with space in the name. IllegalArgumentException is thrown.
Fix:
Result:
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:18:36 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: | |||||||
| Attachments: |
|
||||||
|
Description
Petr Široký
2014-01-19 22:37:01 UTC
Created attachment 852524 [details]
JCR repo that will reproduce the issue.
I am not sure, but the issue could be related to this commit: https://github.com/droolsjbpm/uberfire/commit/7ef4fd308d7f3e6a08dcd8d3b10f677303baae59 it removes encoding of the path at some places. Its the other way around. Just looked into the code and tested with community snapshot and the above mentioned bug actually _fixes_ this issue (and not causes it).. It was fixed by porcelli at uberfire module. at the commit commented Although this issue is not ON_QA, it has been already fixed. Verified in 6.0.0-CR2. This BZ has been part of the 6.0.0 stream. |