Bertrand Delacretaz created SLING-7647:
------------------------------------------
Summary: Anonymous access to content stopped working
Key: SLING-7647
URL: https://issues.apache.org/jira/browse/SLING-7647
Project: Sling
Issue Type: Bug
Components: Authentication
Reporter: Bertrand Delacretaz
Looking at SLING-7636 and especially the {{AnonymousAccessTest}} shows that
anonymous access stopped working. The following scenario works with the sling10
jar but not with the current trunk:
{code}
curl -u admin:admin -Ftitle=test http://localhost:8080/tmp/test1234
curl -u admin:admin http://localhost:8080/tmp/test1234.json
curl http://localhost:8080/tmp/test1234.tidy.json
{code}
With sling10 the last request gets content, while with the current trunk it
gets a 404.
I'll attach the logs of that last request on both versions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)