On Mar 5, 2015, at 11:17 AM, RESTOUX, Loïc <loic.restoux@capgemini.com> wrote:
I think we found some regressions, not sure they're related to your fix, though.
First, it seems that if a "Post-Proxy-Type Fail" section exists, it is invoked instead of the regular post-proxy. I deleted the "Post-Proxy-Type Fail" section as a dirty workaround.
That’s due to some dictionary file changes. I’ve pushed a fix.
Then we experiment very strange things in the evaluation of the virtual server. For instance: (7) if ("%{proxy-reply:Packet-Type}" == "Access-Accept") { (7) EXPAND %{proxy-reply:Packet-Type} (7) --> Access-Accept (7) if ("%{proxy-reply:Packet-Type}" == "Access-Accept") -> FALSE
I'm currently trying to debug this last one.
That works for me. Alan DeKok.