woorea / openstack-java-sdk

OpenStack Java SDK
Apache License 2.0
194 stars 198 forks source link

Follow redirects fault using heat client with resteasy #156

Open maxrome opened 10 years ago

maxrome commented 10 years ago

Using heat client with resteasy library generates exceptions every time heat reply with a 302 direct. Also forcing with followRedirects=true, it works on http_get requests, but http_delete requests still continue to not works...