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

Temporarily add @EnableGlobalMethodSecurity(prePostEnabled = true) until upgrade to Salespoint 6.0 GA #19

Closed
odrotbohm opened this issue Oct 28, 2014 · 0 comments
Assignees
Milestone

Comments

@odrotbohm
Copy link
Member

Current Salespoint (6.0 RC1) doesn't have @EnableGlobalMethodSecurity(prePostEnabled = true) activated (as we just discovered in the lecture today). There's already a ticket for that in Salespoint which will be resolved for the 6.0 GA release. To keep the VideoShop working in the meantime we should temporarily add the annotation to the configuration to make sure the security constraints defined on the controllers are actually evaluated.

@odrotbohm odrotbohm self-assigned this Oct 28, 2014
@odrotbohm odrotbohm added this to the 1.0 GA milestone Oct 28, 2014
odrotbohm added a commit that referenced this issue Oct 28, 2014
Temporarily added @EnableGlobalMethodSecurity until we upgrade to Salespoint 6.0 GA. Added integration test to verify the invocation of a secured resource triggers the correct exception.

Related ticket: #20.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant