Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adamturski/abixen-platform #50

Open
pmop opened this issue Mar 9, 2018 · 0 comments
Open

adamturski/abixen-platform #50

pmop opened this issue Mar 9, 2018 · 0 comments
Labels
Java misuse Is a bug caused by annotation misuse. RMA This bug may be simulated by removing an annotation.

Comments

@pmop
Copy link
Member

pmop commented 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).

@pmop 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
@pmop pmop removed used labels Jun 21, 2018
@pmop pmop added the Java label Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java misuse Is a bug caused by annotation misuse. RMA This bug may be simulated by removing an annotation.
Projects
None yet
Development

No branches or pull requests

1 participant