/jboss-as-7.1.1.Final/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/security/loginmodules/error.jsp
JavaServer Pages | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | 7ebf27c901183368bdc6c0e7ae640783 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
1<html> <head> <title>Error!</title></head>
2<body>
3
4<font size='4' color='red'>
5 The username and password you supplied are not valid.
6</p>
7Click <a href='<%= response.encodeURL("login.jsp") %>'>here</a>
8to retry login
9
10</body>
11</form>
12</html>