Web Agent autoauthorize ignoreext, ignoreurl, overrideignoreextfilter
search cancel

Web Agent autoauthorize ignoreext, ignoreurl, overrideignoreextfilter

book

Article ID: 212373

calendar_today

Updated On:

Products

SITEMINDER CA Single Sign On Agents (SiteMinder) CA Single Sign On Secure Proxy Server (SiteMinder)

Issue/Introduction

 

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 ?

 

Resolution

 

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]
  [<Transaction ID>][*10.0.0.1][] [<Agent name>][/myApp/favicon.ico][][Resource is autoauthorized. skip processing the request]

  [03/31/2021][00:35:49][2652][3000][CSmHttpPlugin.cpp:725][CSmHttpPlugin::ProcessResource]
[<Transaction ID>][*10.0.0.2][] [<Agent name>][][][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.]