The request principal is not automatically injected using the Spring framework. ```java @RequestMapping(value = "/word-cloud", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE) public @ResponseBody WordCloud getWordCloudForTopicId(@RequestParam params, Principal principal) { ```