Hi All,<div><br></div><div>I am testing acl support in swift-1.4.5. According to the document <a href=" http://swift.openstack.org/misc.html#module-swift.common.middleware.acl"> http://swift.openstack.org/misc.html#module-swift.common.middleware.acl</a> the syntax to allow all non-admin users read access to the container except for one is as following.</div>

<div><br></div><div>Executing the curl following curl command from an admin user.</div><div>curl -v -X POST -H 'X-Auth-Token: AUTH_tkea3fdbf40e5b40708a51db0377be3f47' <a href="http://127.0.0.1:8080/v1/AUTH_test/cont">http://127.0.0.1:8080/v1/AUTH_test/cont</a> -H 'X-Container-Read: .r:*,.rlistings,.r:-test:tester3'</div>

<div><br></div><div>curl -v -X HEAD -H 'X-Auth-Token: AUTH_tkea3fdbf40e5b40708a51db0377be3f47' <a href="http://127.0.0.1:8080/v1/AUTH_test/cont">http://127.0.0.1:8080/v1/AUTH_test/cont</a> </div><div>*About to connect() to 127.0.0.1 port 8080 (#0)</div>

<div><div><div>* Trying 127.0.0.1... connected</div><div>* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)</div><div>> HEAD /v1/AUTH_test/cont HTTP/1.1</div><div>> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/<a href="http://3.12.9.0">3.12.9.0</a> zlib/1.2.3 libidn/1.18 libssh2/1.2.2</div>

<div>> Host: <a href="http://127.0.0.1:8080">127.0.0.1:8080</a>\</div></div><div><div>> Accept: </div><div>> X-Auth-Token: AUTH_tkea3fdbf40e5b40708a51db0377be3f47</div><div>> </div><div>< HTTP/1.1 204 No Content</div>

<div>< X-Container-Object-Count: 10</div><div>< X-Container-Read: .r:*,.rlistings,.r:-test:tester3</div><div>< X-Container-Bytes-Used: 100000000</div></div><div><div>< Accept-Ranges: bytes</div><div>< Content-Length: 0</div>

<div>< Date: Thu, 15 Dec 2011 18:38:25 GMT</div><div>< </div><div>* Connection #0 to host 127.0.0.1 left intact</div><div>* Closing connection #0</div></div>-- </div><div><br></div><div>But GET operations still succeed for the user tester3. What else is required to make the swift-server deny this user from doing GET operations. Thanks in advance.</div>

<div><br>regards,<div>Junaid</div><br>
</div>