소스 검색

Link to gh-18077

Rob Winch 1 주 전
부모
커밋
9dc27bee03
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/src/test/java/org/springframework/security/authorization/AuthorizationAdvisorProxyFactoryTests.java

+ 1 - 0
core/src/test/java/org/springframework/security/authorization/AuthorizationAdvisorProxyFactoryTests.java

@@ -341,6 +341,7 @@ public class AuthorizationAdvisorProxyFactoryTests {
 	}
 
 	// TODO Find why callbacks property is serialized with Jackson 3, not with Jackson 2
+	// FIXME: https://github.com/spring-projects/spring-security/issues/18077
 	@Disabled("callbacks property is serialized with Jackson 3, not with Jackson 2")
 	@Test
 	public void serializeWhenAuthorizationProxyObjectThenOnlyIncludesProxiedProperties() {