Skip to content

Commit c73988b

Browse files
committed
Navigation cleanup
1 parent 07edb17 commit c73988b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ch07_XSS/src/main/java/de/dominikschadow/webappsecurity/beans/CustomerBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public List<Customer> getCustomers() {
5555
public String save() {
5656
customerDAO.createCustomer(customer);
5757

58-
return "/showCustomers.xhtml";
58+
return "showCustomers";
5959
}
6060
}

0 commit comments

Comments
 (0)