-
Reopening.
Admin list, vhosts, and ext repository list have the same problem:
- vhost:
--virt-hosts=international.com, dev.com, qa.com, int.com…'virtual-hosts' = [ 'int.com', ' international.com', ' dev.com',- ext:
--external=admin.com:tigase:listen:5290, sa.com:tigase:listen:5300, pa.com:tigase:listen:5270,ext (class: tigase.server.ext.ComponentProtocol) { … repository { items = [ 'admin.com:tigase:listen:5290', ' sa.com:tigase:listen:5300', ' pa.com:tigase:listen:5270', …
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| RedmineID |
6364
|
| Version |
tigase-server-8.0.0
|
| Spent time |
0
|
Issue Votes (0)
Watchers (0)
Having configuration with spaces, for example:
is not correctly handled because converter treats key as "@--queue-implementation @" (i.e. with space at the end) while this was valid configuration option before.