Hi devs, I have a situation where the OpenStack Heat API [1] returns a 302 redirect for finding a particular stack:
/v1/{tenant_id}/stacks/{stack_name} This is new territory for the OpenStack APIs and I am not clear on how to handle it. It looks like the various HTTP annotations [2] are used in binding the error handlers, so do I just handle it in the switch statement of the error handler? Any help is appreciated! /jd [1] http://developer.openstack.org/api-ref-orchestration-v1.html#stacks [2] https://github.com/jclouds/jclouds/tree/master/core/src/main/java/org/jclouds/http/annotation