Dispachter not caching *.svg files under /etc/designs/default | Community
Skip to main content
Level 3
October 16, 2015
Solved

Dispachter not caching *.svg files under /etc/designs/default

  • October 16, 2015
  • 3 replies
  • 1541 views

I have added the below in dispacther.any 

/0112 { /type "allow" /glob "* /etc/designs/default/img/*" } # mapping for images 

/0044 { /type "allow" /glob "* *.svg *"    }  # svg image


problem:-
 but don't see the dispatcher cache  the below images 

/etc/designs/default/img/logo-app-mobile.svg
/etc/designs/default/img/logo-app.svg

I see chacing  happening only for the image
/etc/designs/default/img/logo.png


could some one help me as how i could resolve this

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 Reini1

I would try to set the log level of dispatcher.log to debug and then you should see in dispatcher.log why .../etc/designs/default/img/logo-app.svg will not be cached.

If you can't find the problem anyway you can add the log entries to your post.

3 replies

joerghoh
Adobe Employee
Adobe Employee
October 16, 2015

Hi,

in which section do you have your /allow rules? As these names can appear both in the /filter and the /cache section, it's not really clear. Can you post your complete dispatcher.any file?

Jörg

Level 3
October 16, 2015

Thanks  for your suggestions.  I  found that on giving space between /0044  and { /type "allow" /glob "* *.svg *"    } the problem got solved.

Reini1Accepted solution
Level 2
October 16, 2015

I would try to set the log level of dispatcher.log to debug and then you should see in dispatcher.log why .../etc/designs/default/img/logo-app.svg will not be cached.

If you can't find the problem anyway you can add the log entries to your post.