Skip to content

Inject request principal with Spring framework #26

@sapessi

Description

@sapessi

The request principal is not automatically injected using the Spring framework.

@RequestMapping(value = "/word-cloud",
            method = RequestMethod.GET,
            produces = MediaType.APPLICATION_JSON_VALUE)
    public @ResponseBody
    WordCloud getWordCloudForTopicId(@RequestParam params,
                                     Principal principal) {

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions