jrossi / issue-migration-test

GNU General Public License v2.0
1 stars 0 forks source link

Allow Pipe in if_sid #56

Open jrossi opened 10 years ago

jrossi commented 10 years ago

The comma is the current character indicating an OR condition for . It makes sense to support the pipe character also.

Note: This issue has been automatically migrated from Bitbucket Created by mstarks01 on 2013-09-30 16:25:05+00:00, last updated: 2013-10-16 19:17:37+00:00

jrossi commented 10 years ago

The pipe is used in os_match and os_regex to say or. I think keeping "," as multifield select is the correct way for now. Other wise it will look like a regex. Plus we have alot of other locations that "," is used in just this way.

Note: This comment has been automatically migrated from Bitbucket Created by jrossi on 2013-10-16 19:17:37+00:00