xref: /unit/test/java/welcome_files/dir2/default.jsp (revision 977:4f9268f27b57)
1*977Smax.romanov@gmail.com<%@ page contentType="text/html"%>
2*977Smax.romanov@gmail.com<html><body><p>You should see this on <a href="/dir2/">/dir2/</a> URL.</p></body></html>
3*977Smax.romanov@gmail.com<% response.addHeader("X-Unit-JSP", "ok"); %>
4