File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Ch07_XSSFilter/src/main/webapp
Ch08_CSRF/src/main/webapp Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
33<html lang =" en" >
44<head >
5- <meta charset = " UTF-8" >
5+ <meta http-equiv = " Content-Type " content = " text/html; charset= UTF-8" >
66 <title >Chapter 07 - XSS Filter</title >
77 <link rel =" stylesheet" type =" text/css" href =" resources/css/styles.css" />
88</head >
Original file line number Diff line number Diff line change 33<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
44<html lang =" en" >
55<head >
6- <meta charset = " UTF-8" >
6+ <meta http-equiv = " Content-Type " content = " text/html; charset= UTF-8" >
77 <title >Chapter 07 - XSS Filter</title >
88 <link rel =" stylesheet" type =" text/css" href =" resources/css/styles.css" />
99</head >
Original file line number Diff line number Diff line change 33<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
44<html lang =" en" >
55<head >
6- <meta charset = " UTF-8" >
6+ <meta http-equiv = " Content-Type " content = " text/html; charset= UTF-8" >
77 <title >Chapter 07 - XSS Filter</title >
88 <link rel =" stylesheet" type =" text/css" href =" resources/css/styles.css" />
99</head >
Original file line number Diff line number Diff line change 33<%@ page import =" de.dominikschadow.webappsecurity.token.CSRFTokenHandler" %>
44<html lang =" en" >
55<head >
6- <meta charset = " UTF-8" >
6+ <meta http-equiv = " Content-Type " content = " text/html; charset= UTF-8" >
77 <title >Chapter 08 - CSRF</title >
88 <link rel =" stylesheet" type =" text/css" href =" resources/css/styles.css" />
99</head >
Original file line number Diff line number Diff line change 33<%@ page import =" de.dominikschadow.webappsecurity.token.CSRFTokenHandler" %>
44<html lang =" en" >
55<head >
6- <meta charset = " UTF-8" >
6+ <meta http-equiv = " Content-Type " content = " text/html; charset= UTF-8" >
77 <title >Chapter 08 - CSRF</title >
88 <link rel =" stylesheet" type =" text/css" href =" resources/css/styles.css" />
99</head >
You can’t perform that action at this time.
0 commit comments