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