You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing Micronaut Framework 3 custom implementations of io.micronaut.security.errors.PriorToLoginPersistence will need to have both HttpRequest and HttpResponse added as type parameters of the interface in their implements clause.
These types are both used as parameters of the onUnauthorized and getOriginalUrl methods.
This is a continuation of the changes noted in issue #63
The text was updated successfully, but these errors were encountered:
Existing Micronaut Framework 3 custom implementations of
io.micronaut.security.errors.PriorToLoginPersistence
will need to have bothHttpRequest
andHttpResponse
added as type parameters of the interface in theirimplements
clause.These types are both used as parameters of the
onUnauthorized
andgetOriginalUrl
methods.This is a continuation of the changes noted in issue #63
The text was updated successfully, but these errors were encountered: