Skip to content

Add HttpRequest and MutableHttpResponse type parameters to Micronaut Security interface implementations. #84

@jeremyg484

Description

@jeremyg484

Existing Micronaut Framework 3 custom implementations of:

io.micronaut.security.handlers.LoginHandler
io.micronaut.security.handlers.LogoutHandler
io.micronaut.security.handlers.RedirectingLoginHandler

will need to have both HttpRequest and MutableHttpResponse added as type parameters of the interface in their implements clause.

The HttpRequest is used as a method parameter, and MutableHttpResponse as a return type of the interface method.

This is a continuation of the changes noted in issue #63

Metadata

Metadata

Assignees

Labels

recipeRecipe requested

Type

No type

Projects

Status

Recipes Wanted

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions