浏览代码

New selects exported, allowing to dissecting the content of an attribute by
interpreting it as a "name-addr" value.

Ex.:
$loaded_uri = "\"display name\" <UserName@HostName;param>"
$user = @avp["$loaded_uri"].nameaddr.uri.user

'$user' will contain "UserName".


Closes issue #SER-365.

Bogdan Pintea 17 年之前
父节点
当前提交
23741b6afe
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      NEWS

+ 2 - 0
NEWS

@@ -8,6 +8,8 @@ $Id$
 2.1.0 changes
 
 modules:
+ - avp       - export new selects table to allow dissecting the content of an
+               attribute by interpreting it as a "name-addr" value 
  - auth      - added extra authentication checks support, to protect
                against various reply attacks.
              - params: