commit | e3a461118c8dda526787fc01df50bc3a897f5705 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 15 08:02:34 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 15 08:02:34 2012 +0200 |
tree | f9f6039de854c4fd0c1585f5d14093a93ac7676c | |
parent | f8c95d2a25b5b0ff4c8d50c57e4ac6195dcd82f6 [diff] |
BUG/MINOR: ACL implicit arguments must be created with unresolved flag Commit 496aa0 fixed a design issue by adding an "unresolved" flag to the ACL arguments. Unfortunately this unresolved flag was not set when building the fake argument some ACL need when using an implicit argument pointing to the local proxy. Special thanks to Michael Kearey who reported the issue with a reproducer and the commit introducing the bug.