Blank page accessing with dispatcher due to use a sling filter
Hi All!
I'm implementing a maintenance page using a sling filter to intercept the request and redirect if the maintenance page is active. All is working correctly in the author and publish instances but when I access through dispatcher I receive a blank page.
Checking dispatcher access logs, i just see 301 codes, I have to check it better with debug logs but It seems that publish don't retrieve the request correctly to the client. In the publish access log I can see the request correctly with a 200 so, It seems that the problem is between publish to dispatcher.
Any Idea?
Thanks!!!