Getting "Filter rejects" in dispatcher logs
While trying to hit the login page "/libs/granite/core/content/login.html" getting filter rejects error, even though the filter is allowed in publish farm. unable to access any content pages also. What else can be the possible reason for this ? We are using Apache 2.4.
Publish farm
30 # allow non-public content directories
31 # /0021 { /type "allow" /glob "* /apps/*" } # allow apps access
32 # /0022 { /type "allow" /glob "* /bin/*" }
33 /0021 { /type "allow" /glob "* /libs/granite/csrf/*" }
34 /0022 { /type "allow" /glob "* /content*" }
114 # enable login
115 /0135 { /type "allow" /glob "* */login.html" } # login