libreccm-legacy/ccm-sci-bundle/web/templates/ccm-cms/content-section/default/aplaws-folder.jsp

14 lines
484 B
Plaintext

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:define="/WEB-INF/bebop-define.tld"
xmlns:show="/WEB-INF/bebop-show.tld"
version="1.2">
<jsp:directive.page import="com.arsdigita.web.URL"/>
<jsp:directive.page import="com.arsdigita.web.RedirectSignal"/>
<jsp:scriptlet>
// throw new RedirectSignal(URL.there(request, "/navigation/"), false);
throw new RedirectSignal(URL.there(request, "/portal/"), false);
</jsp:scriptlet>
</jsp:root>