Configuration issue in dispatcher.any
Hi everyone,
I created a servlet with following annotation.
sling.servlet.methods=POST
sling.servlet.paths= /bin/myservlet
It works on author and publish instance, but while when I access the servlet from web server, the access to /bin/* is denied, it is because the default configuration comment on the /bin/* directory.
# /0022 { /type "allow" /url "/bin/*" }
As checked from online document (see below link), it says there can be security impact to remove #, could you please advise what could the security impact be? can I open it in production servers?
Thanks in advance.
EXAMPLE /FILTER SECTION