permission sensitive caching | Community
Skip to main content
varshsr
New Participant
October 16, 2015
Solved

permission sensitive caching

  • October 16, 2015
  • 12 replies
  • 3871 views

I have a CUG protected page and implemented /auth_checker directly as below (sharing few lines of configuration)

but not able to see AuthChecker: initialized with URL 'configured_url'. in the dispatcher logs using apache 2.2 and dispatcher 4.1.7 in windows , please share any ideas

also share if dispatcher.any file with /auth_checker configured just to validate

/farms
  {
  /website 
    {  
    /auth_checker
      {
       /url "/bin/permissioncheck.html"

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

You should see a message on DEBUG level like this:

Authorization checker: initialized with URL '/bin/permissioncheck.html'

if you don't have this line, the permission check is not configured, thus PSC is not active.

12 replies

varshsr
varshsrAuthor
New Participant
October 16, 2015

Yes log level set to 3 and not seeing AuthChecker: initialized with URL 'configured_url message or request going to publish for permission checking

New Participant
October 16, 2015
This probably isn't very helpful but... Do you have loglevel set to debug?