This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 581e461 SLING-7636 - as per SLING-6130, anonymous access is only
allowed under /content
581e461 is described below
commit 581e461abf6a68060f20221477393874c47cc09a
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu May 3 15:40:28 2018 +0200
SLING-7636 - as per SLING-6130, anonymous access is only allowed under
/content
---
.../launchpad/webapp/integrationtest/login/AnonymousAccessTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/login/AnonymousAccessTest.java
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/login/AnonymousAccessTest.java
index 40be441..bc500f3 100644
---
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/login/AnonymousAccessTest.java
+++
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/login/AnonymousAccessTest.java
@@ -36,7 +36,7 @@ public class AnonymousAccessTest extends HttpTestBase {
super.setUp();
// create test node under a unique path
- final String url = HTTP_BASE_URL + "/" + getClass().getSimpleName() +
"/" + System.currentTimeMillis() + SlingPostConstants.DEFAULT_CREATE_SUFFIX;
+ final String url = HTTP_BASE_URL + "/content/" +
getClass().getSimpleName() + "/" + System.currentTimeMillis() +
SlingPostConstants.DEFAULT_CREATE_SUFFIX;
testText = "Test text " + System.currentTimeMillis();
final NameValuePairList list = new NameValuePairList();
list.add("text", testText);
--
To stop receiving notification emails like this one, please contact
[email protected].