Github user nitin-maharana commented on the pull request: https://github.com/apache/cloudstack/pull/775#issuecomment-137928719 Yes, we can create domain name with special character. Previously the '%' symbol was considered as a wild character. By which it was matching with all of its child domains as well as sibling domains, It shouldn't be the case. It shouldn't match with sibling domains(issue). Here it replaces the '%' symbol to a literal character. It only selects all child domains to be deleted. I got this behavior in ACS 4.5 Thanks, Nitin
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---