mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 14:37:56 +01:00
5fd6ba30f5
- Remove Acegy - Fix editor partially
21 lines
652 B
Plaintext
21 lines
652 B
Plaintext
<%--<%@ page import="org.acegisecurity.context.SecurityContextHolder" %>--%>
|
|
<%--<%@ page import="org.acegisecurity.Authentication" %>--%>
|
|
<%--<%@ page import="org.acegisecurity.ui.AccessDeniedHandlerImpl" %>--%>
|
|
|
|
<%--<h1>Sorry, access is denied</h1>--%>
|
|
|
|
|
|
<%--<p>--%>
|
|
<%--<%= request.getAttribute(AccessDeniedHandlerImpl.ACEGI_SECURITY_ACCESS_DENIED_EXCEPTION_KEY)%>--%>
|
|
|
|
<%--<p>--%>
|
|
|
|
<%--<%--%>
|
|
|
|
<%--Authentication auth = SecurityContextHolder.getContext().getAuthentication();--%>
|
|
<%--if (auth != null) {--%>
|
|
|
|
<%--%>--%>
|
|
<%--Authentication object as a String: <%= auth.toString() %><BR><BR>--%>
|
|
<%--<% } %>--%>
|