mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-19 02:05:32 +08:00
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
<%@taglib uri="jakarta.tags.functions" prefix="fn" %>
|
|
<%@taglib uri="jakarta.tags.core" prefix="c"%>
|
|
<%
|
|
|
|
request.setAttribute("principal", com.wisemapping.security.Utils.getUser());
|
|
%>
|
|
|