It is quite likely we will need to prevent certain Exceptions from being
saved or from triggering a saved request. When we add support for this,
we can now leverage @Transient vs creating a new annotation.
Issue: gh-5481
@ -104,7 +104,7 @@ public class SessionManagementConfigurerTransientAuthenticationTests {
@@ -104,7 +104,7 @@ public class SessionManagementConfigurerTransientAuthenticationTests {
@ -75,7 +75,7 @@ public class SessionManagementConfigTransientAuthenticationTests {
@@ -75,7 +75,7 @@ public class SessionManagementConfigTransientAuthenticationTests {
@ -445,7 +445,7 @@ public class HttpSessionSecurityContextRepository implements SecurityContextRepo
@@ -445,7 +445,7 @@ public class HttpSessionSecurityContextRepository implements SecurityContextRepo
@ -674,7 +674,7 @@ public class HttpSessionSecurityContextRepositoryTests {
@@ -674,7 +674,7 @@ public class HttpSessionSecurityContextRepositoryTests {
@ -697,7 +697,7 @@ public class HttpSessionSecurityContextRepositoryTests {
@@ -697,7 +697,7 @@ public class HttpSessionSecurityContextRepositoryTests {