Files
nginx-unit/test/java/welcome_files/dir2/default.jsp
2019-02-28 18:02:42 +03:00

4 lines
170 B
Plaintext

<%@ page contentType="text/html"%>
<html><body><p>You should see this on <a href="/dir2/">/dir2/</a> URL.</p></body></html>
<% response.addHeader("X-Unit-JSP", "ok"); %>