blob: 70448b4a8217ad500ee42d9b920c9c9e1d04b792 [file]
<%--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
--%>
<html>
<head>
<meta name="layout" content="${layoutUi}"/>
<title><g:message code='spring.security.ui.menu.securityInfo.secureChannel'/></title>
</head>
<body>
<g:if test='${requestMap}'>
<s2ui:securityInfoTable type='secureChannel' items='${requestMap}' headerCodes='pattern,attributes'>
<td>${it.key}</td>
<td>${it.value}</td>
</s2ui:securityInfoTable>
</g:if>
<g:else>
<h3><g:message code='spring.security.ui.info.secureChannel.disabled'/></h3>
</g:else>
</body>
</html>