Publish-OS: RHEL 7
AEM 6.5.1
ACS: 4.2.2
Dispatcher-OS : RHEL 7
Dispatcher 4.2.3
we have a lot of image assets and the extension of the assets is not uniform, we have extensions like JPG, jpg, Jpg for different assets, also we have the same type of issues for for gif, doc, pptx as well.
I have the following entry in dispatcher filter to whitelist, but it allows only the jpg not the other cased(JPG, Jpg) formats.
/1010 { /type "allow" /extension '(jpg|gif|ico|js|png|swf|jpe)' }
Is there a way to ignore case in filter or workaround there...
thanks in advance