**[Michael Robinson](https://jira.spring.io/secure/ViewProfile.jspa?name=c.michaelrobinson)** opened **[SPR-10204](https://jira.spring.io/browse/SPR-10204?redirect=false)** and commented The example code in section 17.15.4 seems incorrect. I believe the line: ``` configurer.setFavorPathExtension(false).setFavorParameter(true); ``` should instead be: ``` configurer.favorPathExtension(false).favorParameter(true); ``` Thanks, Michael --- **Affects:** 3.2 GA **Reference URL:** http://static.springsource.org/spring-framework/docs/3.2.x/spring-framework-reference/html/mvc.html#mvc-config-content-negotiation **Referenced from:** commits https://github.com/spring-projects/spring-framework/commit/692ced8046f40facaa15fe9ad5a8d2cf56852794