Issues with vanity_url rule on dispatcher
Hi All,
Have you used the following rules anytime at dispatcher?
/vanity_urls {
/url "/libs/granite/dispatcher/content/vanityUrls.html"
/file "/tmp/vanity_urls"
/delay 300
}
In our project we have allowed only certain pattern of url to be served from dispatcher. However vanity URL does not follow this pattern.
Documentation says that if we use above rule in the dispatcher then it would allow vanity URLs even though the pattern is not allowed in filter section. The problem that I am facing is , file "/tmp/vanity_urls" is not being created even though the dispatcher has write access. Can anybody let me know if they have faced the same issue ?
P.S : I have installed VanityURLS-Components and if I create “/tmp/vanity_urls" manually and add vanity URLs , then the functionality is working fine. Issue is the vanity_urls file is not being created/updated periodically.
Env Details :
CQ : 5.6.1
Webserver : IBM Httpserver 7.0 ( 32 bit )
Dispatcher : dispatcher-apache2.2-linux-i686-4.1.11.tar.gz
Regards,
Anand