On Thu, Jun 18, 2020 at 2:46 PM Konrad Windszus <[email protected]> wrote: > ...Is there a simple way (like a certain parameter or request path format) > which prevents the > Sling POST servlet from responding?...
Not that I know, but my memory is bad for such things. > If not, do you think that this would be a useful addition? I think so - maybe something like the PathBasedAcceptor [1] created for SLING-8110 could help set stricter requirements for that default servlet to execute. -Bertrand [1] https://github.com/apache/sling-org-apache-sling-servlets-resolver/blob/master/src/main/java/org/apache/sling/servlets/resolver/internal/PathBasedServletAcceptor.java
