Dispatcher : Request Declined

Symptoms

In your dispatcher.log you have messages of type:

[Fri Dec 07 14:41:51 2007] [I] [9677] REQUEST: /css/page.css
[Fri Dec 07 14:41:51 2007] [D] [9677] cookie said: live_publish
[Fri Dec 07 14:41:51 2007] [D] [9677] found farm website for intranet.foobar.com
[Fri Dec 07 14:41:51 2007] [D] [9677] checking [/css/page.css]
[Fri Dec 07 14:41:51 2007] [D] [9677] Session manager: initialized session 5E152B199170B98C8CF742E6CDBB1223, state: valid.
[Fri Dec 07 14:41:51 2007] [D] [9677] cache file is newer than lastflush -> use cache [/usr/webapps/daypubintra/cqcache/css/page.css]
[Fri Dec 07 14:41:51 2007] [D] [9677] cache-action for [/css/page.css]: 2
[Fri Dec 07 14:41:51 2007] [D] [9677] request declined
[Fri Dec 07 14:41:51 2007] [I] [9677] DECLINED

Cause

The codes for the cache-action are :

  • 0 -> do not cache the file, deliver from render
  • 1 -> create cache file, deliver from render
  • 2 -> deliver from cache file

Request declined means that the dispatcher has found the requested resource in its cache and will serve it from the cache.

Resolution

This is a debug message and therefore is expected behavior. There is nothing to worry about.

Applies to

All versions of Dispatcher