AEMaaCS Dispatcher Validator Include Error
I'm running into an issue with the dispatcher validator complaining that my custom rewrite file is not found and curious if anyone has had a similar issue.
This is a pretty basic setup so far as the project is just getting going. It is for a new AEMaaCS impl so no conversions from old Apache/Dispatcher configs.
We have copied the default.vhost file and renamed appropriately and created a symlink to the file in the enabled_vhosts folder.
In the vhost file we have the following include:
Include conf.d/rewrites/client_rewrite.rules
in the conf.d/rewrites folder created a client_rewrite.rules file and place some basic rewrites for the homepage.
When running the validator (Version 2.0.32) it stops and says this file cannot be found.
I've verified the file exists and is properly named, verified the file permissions and that the file can be read.
If we change the include and file name to just rewrite.rules the file is found and everything works fine. Changing the include and filename to anything else causes the file to not be found.
It seems like the validator simply does not like rewrite files named something other than the default rewrite.rules. Are multiple rewrite files not allowed anymore?
