Skip to content

Commit

Permalink
Merge branch 'v0.5-bugfix' into v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyzzz committed Mar 30, 2012
2 parents 0bdb20c + 335136d commit a8dd37c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ public Collection<FeedPackage> queryPackageVersions(@NotNull String feedUrl,
feedUrl + "/Packages()",
new Param("$filter", "Id eq '" + packageId + "'")
);
get.setHeader(HttpHeaders.ACCEPT_ENCODING, "application/atom+xml");
get.setHeader(HttpHeaders.ACCEPT, "application/atom+xml");

LOG.debug("Query for packages: " + get.getRequestLine());

Expand Down

0 comments on commit a8dd37c

Please sign in to comment.