/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
- <html> <head> <title>Error!</title></head>
- <body>
- <font size='4' color='red'>
- The username and password you supplied are not valid.
- </p>
- Click <a href='<%= response.encodeURL("login.jsp") %>'>here</a>
- to retry login
- </body>
- </form>
- </html>