| Summary: | Creating repositories with special characters causes Nullpointer exceptions | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Patrick Steiner <psteiner> |
| Component: | Business Central | Assignee: | Jan <jschatte> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Locker <jlocker> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | kverlaen, mbaluch |
| Target Milestone: | ER5 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
Build Name: 13464, Getting Started Guide-6-Beta-1
Build Date: 28-10-2013 13:46:10
Topic ID: 22536-547897 [Latest]
|
|
| Last Closed: | 2014-08-06 20:18:40 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: | |
|
Description
Patrick Steiner
2013-10-29 10:43:56 UTC
Pedro, might be able to assign this one to someone from your team? A validation control to avoid any offending characters or combination thereof has been implemented. By offending we mean any non-alphanumeric character except for '.' and '-'. The latter can occur, but only inside the name and not consecutively.
If any of these characters or combination thereof is present it/they will be dropped, OR replaced by a legal character (e.g. 'ç'/'Ç' --> 'c'/'C'), and an alternative repository name will be suggested to the user, who can then accept to continue creating/cloning the repository, or cancel the operation.
As an example, if a user were to enter - hypothetically speaking - the following name "..-.m"y-t@ës#t'.re{p'od..-.-B'.--..+-_--ç-..f-n:a;m,e--.-", then the suggested name would become "my-test.repodBcf-name" .
Implemented in uberfire:
master: http://github.com/droolsjbpm/uberfire/commit/60d32a31c
0.3.x: http://github.com/droolsjbpm/uberfire/commit/3a9f7a7e9
|