Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Add TODO to support wildcard bulkId. #279
Browse files Browse the repository at this point in the history
  • Loading branch information
dfcoffin committed Jul 29, 2019
1 parent 09b8ebd commit 0427013
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ public void subscriptionUsagePointMember(HttpServletResponse response,
*/
@RequestMapping(value = Routes.BATCH_BULK_MEMBER, method = RequestMethod.GET, produces = "application/atom+xml")
@ResponseBody
// TODO Add support for wildcard bulkId parameters
public void bulk(HttpServletRequest request, HttpServletResponse response,
@PathVariable Long bulkId, @RequestParam Map<String, String> params)
throws IOException, FeedException {
Expand Down

0 comments on commit 0427013

Please sign in to comment.