문제

We are using the jclouds library for connection to OpenStack Swift (grizzly) cloud storage, and are running into the following issue: https://issues.apache.org/jira/browse/JCLOUDS-155

We are using Apache web front for the swift proxy as defined here: http://docs.openstack.org/developer/swift/apache_deployment_guide.html

Essentially the issue is that the Apache web front (using mod-wsgi) returns a lower case header (x-storage-url), whereas jClouds is expecting it to be X-Storage-URL (case-sensitive).

So the jClouds is being case-sensitive. When it shouldn't be. Is there anything we can do to work around this, while someone from the jClouds community fixes this issue?

도움이 되었습니까?

해결책

This issue has been fixed and release in jclouds 1.6.2.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top