我尝试使用下面列出的代码中的HTML / JavaScript ecode getmessage调用。有人可以解释如何正确地做到这一点?下面的代码是程序的片段,用于处理失败的身份验证尝试。在此先感谢您的帮助。
if(logger.isDebugEnabled())
logger.debug("Authentication Failure: " + exception.getMessage());
response.sendError(HttpServletResponse.SC_FORBIDDEN, "Authentication Failed: " + exception.getMessage());