You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment: The author has moved @EnableWebSecurity under @Configuration and then added @EnableGlobalMethodSecurity
Note that @EnableGlobalMethodSecurity comes with two properties. However, we would have to remove it and perhaps move @EnableWebSecurity back to its old position (sometimes, order doesn't matters).
The text was updated successfully, but these errors were encountered:
pmop
added
bug
misuse
Is a bug caused by annotation misuse.
RMA
This bug may be simulated by removing an annotation.
labels
Mar 9, 2018
Issue: abixen/abixen-platform#400
Commit: adamturski/abixen-platform@28eb709
Changes:
-@EnableWebSecurity
@Configuration
+@EnableWebSecurity
+@EnableGlobalMethodSecurity(prePostEnabled = true, securedEnabled = true)
Comment: The author has moved
@EnableWebSecurity
under@Configuration
and then added@EnableGlobalMethodSecurity
Note that
@EnableGlobalMethodSecurity
comes with two properties. However, we would have to remove it and perhaps move@EnableWebSecurity
back to its old position (sometimes, order doesn't matters).The text was updated successfully, but these errors were encountered: