You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2021/09/08 08:52:13 UTC

[GitHub] [brooklyn-server] ahgittin commented on pull request #1252: Separate logic for domain name and user name regex

ahgittin commented on pull request #1252:
URL: https://github.com/apache/brooklyn-server/pull/1252#issuecomment-915045716


   looks good.  think this is the cleanest solution for the problem where to get a `\` matched by a regex, of course the regex needs `\\` but OSGi ConfigurationAdmin needs each of those two `\` escaped twice, so user name regex ends up something horrible like `DOMAIN\\\\\\\\.*` in the config. this way that ugliness is removed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org