Skip to content

Commit 0b79516

Browse files
committed
Cleanup and instructions
1 parent 1ebe591 commit 0b79516

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Ch07_XSS/src/main/webapp/createCustomer.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
xmlns:f="http://xmlns.jcp.org/jsf/core">
66
<h:head>
77
<h:outputStylesheet library="css" value="styles.css" name="styles.css" />
8-
<title>Ch07_XSS</title>
8+
<title>Chapter 07 - XSS</title>
99
</h:head>
1010
<h:body>
11-
<h1>Create Customer</h1>
11+
<h1>Chapter 07 - XSS</h1>
1212

1313
<h:form>
1414
<h:link outcome="index" value="Home"/> | <h:link outcome="showCustomers" value="Show Customers"><f:param

Ch07_XSS/src/main/webapp/index.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
xmlns:f="http://xmlns.jcp.org/jsf/core">
66
<h:head>
77
<h:outputStylesheet library="css" value="styles.css" name="styles.css" />
8-
<title>Ch07_XSS</title>
8+
<title>Chapter 07 - XSS</title>
99
</h:head>
1010
<h:body>
11-
<h1>Ch07_XSS</h1>
11+
<h1>Chapter 07 - XSS</h1>
1212

1313
<h2>Normal Usage</h2>
1414

Ch07_XSS/src/main/webapp/search.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
xmlns:f="http://xmlns.jcp.org/jsf/core">
66
<h:head>
77
<h:outputStylesheet library="css" value="styles.css" name="styles.css" />
8-
<title>Ch07_XSS</title>
8+
<title>Chapter 07 - XSS</title>
99
</h:head>
1010
<h:body>
11-
<h1>Search Customers</h1>
11+
<h1>Chapter 07 - XSS</h1>
1212

1313
<h:form>
1414
<h:link outcome="index" value="Home"/> | <h:link outcome="createCustomer" value="Create Customer"/> | <h:link

Ch07_XSS/src/main/webapp/searchCustomer.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
xmlns:f="http://xmlns.jcp.org/jsf/core">
66
<h:head>
77
<h:outputStylesheet library="css" value="styles.css" name="styles.css"/>
8-
<title>Ch07_XSS</title>
8+
<title>Chapter 07 - XSS</title>
99
</h:head>
1010
<h:body>
11-
<h1>Search Customers</h1>
11+
<h1>Chapter 07 - XSS</h1>
1212

1313
<h:form>
1414
<h:link outcome="index" value="Home"/> | <h:link outcome="createCustomer" value="Create Customer"/> | <h:link

Ch07_XSS/src/main/webapp/showCustomers.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
xmlns:f="http://xmlns.jcp.org/jsf/core">
66
<h:head>
77
<h:outputStylesheet library="css" value="styles.css" name="styles.css" />
8-
<title>Ch07_XSS</title>
8+
<title>Chapter 07 - XSS</title>
99
</h:head>
1010
<h:body>
11-
<h1>Show Customers</h1>
11+
<h1>Chapter 07 - XSS</h1>
1212

1313
<h:form>
1414
<h:link outcome="index" value="Home"/> | <h:link outcome="createCustomer" value="Create Customer"/> | <h:link

0 commit comments

Comments
 (0)