Steve Riesenberg 2 роки тому
батько
коміт
d6356415f9
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      docs/modules/ROOT/pages/whats-new.adoc

+ 2 - 2
docs/modules/ROOT/pages/whats-new.adoc

@@ -11,9 +11,9 @@ Use the OpenSaml 4 Support instead.
 * https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
 Instead use data storage to encrypt values.
 * https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default
-* https://github.com/spring-projects/spring-security/issues/8819 - Move filters to web package
+* https://github.com/spring-projects/spring-security/issues/8819[gh-8819] - Move filters to web package
 Reorganize imports
-* https://github.com/spring-projects/spring-security/issues/7349 - Move filter and token to appropriate packages
+* https://github.com/spring-projects/spring-security/issues/7349[gh-7349] - Move filter and token to appropriate packages
 Reorganize imports
 * https://github.com/spring-projects/spring-security/issues/11026[gh-11026] - Use `RequestAttributeSecurityContextRepository` instead of `NullSecurityContextRepository`
 * https://github.com/spring-projects/spring-security/pull/11887[gh-11827] - Change default authority for `oauth2Login()`