Skip to content

Commit

Permalink
Stop redirecting on missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
linkvt committed Jun 16, 2016
1 parent bf5bcb2 commit c71ead7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private StoredGeneration storeGenerationIfRequired(List<Feature> features) {
return generation;
}

@RequestMapping(ONTOLOGY_PATH + "{id}/")
@RequestMapping(ONTOLOGY_PATH + "{id}")
public OWLOntology ontologyFromId(HttpServletResponse response, @PathVariable("id") Long id) {
return ontologyFromIdWithFilename(response, id);
}
Expand Down

This file was deleted.

0 comments on commit c71ead7

Please sign in to comment.