spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Deprecate PortResolver

Open rwinch opened this issue 2 years ago • 0 comments

PortResolver was created to work around an old IE bug where ServerRequest.getServerPort() could return the incorrect port at times. We should:

  • [ ] #7273
  • [ ] Construct Absolute URLs used with communicating with an IdP (i.e. CAS, SAML, OAuth, etc) without the PortMapper
  • [ ] #15972

rwinch avatar Apr 05 '23 20:04 rwinch