When running a Web Agent, one might like to know if there's a way to
get ignored :
/myApp/favicon.ico
and at the same time
/myApp/favicon.ico/
not ignored and fully protected by using ignoreext and ignoreurl ?
Using combination of ACO ignoreext and overrideignoreextfilter will
allow to get this behavior :
ignoreext='.class,.gif,.jpg,.jpeg,.png,.fcc,.scc,.sfcc,.ccc,.ntc,.ico'.
overrideignoreextfilter = /myApp/favicon.ico/
The Web Agent log entries show:
- /myApp/favicon.ico is autoauthorized
- /myApp/favicon.ico/test is not autoauthorized
WebAgent.log :
[03/31/2021][00:35:40][2652][3000][CSmHttpPlugin.cpp:1263][CSmHttpPlugin::ProcessResource]
[000080fe00000000ff3e16f8c2833ffe-0a5c-60637684-0bb8-02602fbc][*10.80.121.79][]
[iisagent1][/myApp/favicon.ico][][Resource is autoauthorized. skip processing the request]
[03/31/2021][00:35:49][2652][3000][CSmHttpPlugin.cpp:725][CSmHttpPlugin::ProcessResource]
[000080fe00000000ff3e16f8c2833ffe-0a5c-6063768d-0bb8-01b4530a][*10.80.121.79][]
[iisagent1][][][Resolved URL: '/myApp/favicon.ico/test'.]
[03/31/2021][00:35:49][2652][3000][CSmHttpPlugin.cpp:6016][CSmHttpPlugin::AutoAuthorizedUrl]
[][][][][][][Unable to auto-authorize resource, matches OverrideIgnoreExtFilter.]