Skip to content

Instantly share code, notes, and snippets.

@Qkyrie
Created December 3, 2013 12:58
Show Gist options
  • Save Qkyrie/7768736 to your computer and use it in GitHub Desktop.
Save Qkyrie/7768736 to your computer and use it in GitHub Desktop.
Redirect in jsp page to logout
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta HTTP-EQUIV="REFRESH" content="0; url=${pageContext.request.contextPath}/j_spring_security_logout">
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment