throw new WebApplicationException(Response.Status.BAD_REQUEST);
}
} else if (entry.getKey().equals("recipe")) {
if (!entry.getValue().isEmpty()) {
inmgr.addInputProvider(new RecipeInputProvider(ruleStore, adapterManager, entry
.getValue().iterator().next()));
// We remove it form the additional parameter list
this.parameters.remove("url");
} else {
// Parameter exists with no value