Created
          December 3, 2013 12:58 
        
      - 
      
 - 
        
Save Qkyrie/7768736 to your computer and use it in GitHub Desktop.  
    Redirect in jsp page to logout
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!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