/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

  1. <html> <head> <title>Error!</title></head>
  2. <body>
  3. <font size='4' color='red'>
  4. The username and password you supplied are not valid.
  5. </p>
  6. Click <a href='<%= response.encodeURL("login.jsp") %>'>here</a>
  7. to retry login
  8. </body>
  9. </form>
  10. </html>