Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
dariahsp
Commits
c1c28080
Commit
c1c28080
authored
Apr 05, 2017
by
Gradl, Tobias
Browse files
712: Implement error handling
Task-Url:
https://minfba.de.dariah.eu/mantisbt/view.php?id=712
parent
1d5210a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
dariahsp-sample/src/main/resources/spring/security/security-context-local.xml
View file @
c1c28080
...
...
@@ -9,7 +9,7 @@
<import
resource=
"security-context-common.xml"
/>
<security:http
disable-url-rewriting=
"true"
auto-config=
"true"
use-expressions=
"false"
entry-point-ref=
"ajaxEntryPoint"
access-decision-manager-ref=
"accessDecisionManager"
>
<security:http
disable-url-rewriting=
"true"
auto-config=
"true"
use-expressions=
"false"
access-decision-manager-ref=
"accessDecisionManager"
>
<security:csrf
disabled=
"true"
/>
<security:intercept-url
pattern=
"/test/jumboFluid"
requires-channel=
"http"
access=
"IS_AUTHENTICATED_FULLY"
/>
...
...
@@ -30,7 +30,7 @@
<security:request-cache
ref=
"requestCache"
/>
</security:http>
<!-- Map only for ajax calls; how??? entry-point-ref="ajaxEntryPoint" -->
<bean
id=
"ajaxEntryPoint"
class=
"org.springframework.security.web.authentication.Http403ForbiddenEntryPoint"
>
</bean>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment