james_xu wrote... 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 configu...