Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix problem with REGEX: xlat and strvalue #1574
Conversation
alandekok
added a commit
that referenced
this pull request
Apr 1, 2016
|
|
alandekok |
d6ab4fe
|
alandekok
added a commit
that referenced
this pull request
Apr 1, 2016
|
|
alandekok |
d4f59c4
|
alandekok
closed this
in 9275448
Apr 1, 2016
alandekok
added a commit
that referenced
this pull request
Apr 1, 2016
|
|
alandekok |
dcf5952
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0xbad0c0d3 commentedMar 31, 2016
This PR cause problem of radclient:
If you want send request from file and validate response by REGEX (=~ or !~) all checks will fail
for example
test_ok.res:
As you can see Reply-Message has value "good", regex should check same (Reply-Message =~ 'good') but validation fails...
After changes we have: