23 Apr
2015
23 Apr
'15
9:32 a.m.
On Apr 23, 2015, at 9:22 AM, Peter Balsianok <balsianok.peter@gmail.com> wrote:
I have compared reply attributes between version 2.2.6 & 3.0.8 ( for the same request), i found little difference for Cisco-AVPair attribute (escaping \\n vs \n).
The server has been fixed to use correct escaping. If you want a Perl string with a literal "\" followed by a literal "n", then use "\n" in a string. If you want a Perl string with an embedded carriage return, then the string must contain an embedded carriage return. Alan DeKok.