> * @return The {@link Account} object.
> */
> @Named("account:get")
> @HEAD
> @ResponseParser(ParseAccountFromHeaders.class)
> - @Path("/")
@zack-shoylev That is my understanding as well. According to the docs:
> A @Path value isn’t required to have leading or trailing slashes (/). The
> JAX-RS runtime parses URI path templates the same whether or not they have
> leading or trailing spaces.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/129/files#r16549806