Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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:
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
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.
Attachments
Attachments
Issue Links
- blocks
-
SLING-7636 Some login ITs fail
- Resolved
-
SLING-7637 PropertyRenderingTest fails
- Resolved
- is blocked by
-
SLING-6130 Restrict access for principal everyone and move configuration to repoinit
- Closed