blob: 7d4d4c31dc75f9eb5beae7c66661d7ffb2f8ced3 [file] [log] [blame]
<html
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:c="http://java.sun.com/jsp/jstl/core" >
<jsp:directive.page contentType="text/html;charset=UTF-8" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Page</title>
</head>
<body>
<c:if test="${pageContext.request.requestURI != null}">
<c:out value=" foo "/>
</c:if>
</body>
</html>