Skip to content

Commit

Permalink
#134 Do not use parameter content negociation strategy as the first…
Browse files Browse the repository at this point in the history
… choice.
  • Loading branch information
dcoraboeuf committed Oct 30, 2014
1 parent 3690d75 commit 942b62c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class WebConfig extends WebMvcConfigurerAdapter {
*/
@Override
public void configureContentNegotiation(ContentNegotiationConfigurer configurer) {
configurer.favorPathExtension(false).favorParameter(true);
configurer.favorPathExtension(false).favorParameter(false);
}

@Override
Expand Down

0 comments on commit 942b62c

Please sign in to comment.