gpt4 book ai didi

java - 使用 JBoss 的 j_security_check 中的 http 状态 408

转载 作者:行者123 更新时间:2023-12-01 12:30:47 24 4
gpt4 key购买 nike

目前我面临着奇怪的问题。我有一个演示应用程序,它仅从数据库对用户进行身份验证并显示欢迎页面。

问题是,如果我保持登录页面打开,然后在重新启动服务器后,尝试使用之前打开的同一页面登录,屏幕显示我 HTTP 状态 408 - 已超出登录过程允许的时间. 错误。

我尝试了 HTTP Status 408 error during login with domain forwarding set up 中的建议更改链接,但它不起作用。

这是我的登录页面:

<!DOCTYPE html>
<head>
<title>Login</title>
<meta charset="utf-8" />
<meta http-equiv="Cache-Control" content="no-store,no-cache,must-revalidate"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="-1"/>
</head>
<body>
<form method="post" action='<%= response.encodeURL("j_security_check") %>' id="login" >
<label for="username">Username</label>
<input type="text" name="j_username" id="username" autofocus />

<label for="password">Password</label>
<input type="password" name="j_password" id="password" />

<button type="submit" class="primary" name="Submit">Log in</button>
</form>
</body>
</html>

我尝试调试,但请求未通过服务器发送到 Controller 。所以我猜测jboss服务器有问题。任何帮助将不胜感激。谢谢

最佳答案

就我而言,我添加了登录页面。

setInterval(function(){
location.reload(true); //reload each 5 minutes
},5*60*1000);

希望这有帮助。

关于java - 使用 JBoss 的 j_security_check 中的 http 状态 408,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25933560/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com