[jboss-jira] [JBoss JIRA] (LOGMGR-174) Filter expressions do not allow all types of regular expressions
James Perkins (JIRA)
issues at jboss.org
Mon Oct 23 13:54:00 EDT 2017
[ https://issues.jboss.org/browse/LOGMGR-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated LOGMGR-174:
---------------------------------
Git Pull Request: https://github.com/jboss-logging/jboss-logmanager/pull/147, https://github.com/jboss-logging/jboss-logmanager/pull/151 (was: https://github.com/jboss-logging/jboss-logmanager/pull/147)
> Filter expressions do not allow all types of regular expressions
> ----------------------------------------------------------------
>
> Key: LOGMGR-174
> URL: https://issues.jboss.org/browse/LOGMGR-174
> Project: JBoss Log Manager
> Issue Type: Bug
> Reporter: James Perkins
> Assignee: Yeray Borges
>
> Some filter expressions require regex as an argument. The parsing of the regex does not allow for all expressions to be used. For example you can't use:
> {code}
> substituteAll("\\s", "replaced")
> {code}
> The pattern fails to be parsed. Using {{substituteAll("\s", "replaced")}} results in a pattern of {{s}}.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list