spring-boot-react-oauth2-social-login-demo icon indicating copy to clipboard operation
spring-boot-react-oauth2-social-login-demo copied to clipboard

removeAuthorizationRequest has been deprecated in the servlet http API

Open mikepc opened this issue 5 years ago • 0 comments

Warning:(42, 39) java: removeAuthorizationRequest(javax.servlet.http.HttpServletRequest) in org.springframework.security.oauth2.client.web.AuthorizationRequestRepository has been deprecated

I'm copying that code into a new override that accepts a response object as well (not using it.. yet). But I'm curious about the versioning of things and if this should be addressed?

mikepc avatar Jan 15 '19 07:01 mikepc